linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-24 15:37:20 to 2019-03-07 17:44:15 UTC [more...]

[GIT PULL 00/35] perf/core improvements and fixes
 2019-03-07 17:44 UTC  (18+ messages)
` [PATCH 01/35] perf, bpf: Consider events with attr.bpf_event as side-band events
` [PATCH 02/35] perf probe: Clarify error message about not finding kernel modules debuginfo
` [PATCH 03/35] tools lib traceevent: Fix buffer overflow in arg_eval
` [PATCH 04/35] perf: Mark expected switch fall-through
` [PATCH 05/35] perf time-utils: Refactor time range parsing code
` [PATCH 06/35] perf auxtrace: Improve address filter error message when there is no DSO
` [PATCH 07/35] perf intel-pt: Fix divide by zero when TSC is not available
` [PATCH 08/35] perf db-export: Add calls parent_id to enable creation of call trees
` [PATCH 09/35] perf scripts python: export-to-sqlite.py: Export calls parent_id
` [PATCH 10/35] perf scripts python: export-to-postgresql.py: Fix invalid input syntax for integer error
` [PATCH 11/35] perf scripts python: export-to-postgresql.py: Export calls parent_id
` [PATCH 12/35] perf scripts python: exported-sql-viewer.py: Factor out TreeWindowBase
` [PATCH 13/35] perf scripts python: exported-sql-viewer.py: Improve TreeModel abstraction
` [PATCH 14/35] perf scripts python: exported-sql-viewer.py: Factor out CallGraphModelBase
` [PATCH 15/35] perf scripts python: exported-sql-viewer.py: Add call tree
` [PATCH 16/35] perf beauty msg_flags: Add missing %s lost when adding prefix suppression logic
` [PATCH 17/35] perf bpf: Automatically add BTF ELF markers

Support sample context in perf report
 2019-03-07 16:57 UTC  (22+ messages)
` [PATCH v4 01/15] perf tools: Add utility function to fetch executable
` [PATCH v4 02/15] perf tools script: Support insn output for normal samples
` [PATCH v4 03/15] perf tools script: Filter COMM/FORK/.. events by CPU
` [PATCH v4 04/15] perf tools report: Support nano seconds
` [PATCH v4 05/15] perf tools report: Parse time quantum
` [PATCH v4 06/15] perf tools report: Support time sort key
` [PATCH v4 07/15] perf tools report: Use less for scripts output
` [PATCH v4 08/15] perf tools report: Support running scripts for current time range
` [PATCH v4 09/15] perf tools report: Support builtin perf script in scripts menu
` [PATCH v4 10/15] perf tools: Add utility function to print ns time stamps
` [PATCH v4 11/15] perf tools report: Implement browsing of individual samples
` [PATCH v4 12/15] perf tools: Add some new tips describing the new options
` [PATCH v4 13/15] perf tools report: Add custom scripts to script menu
` [PATCH v4 14/15] perf tools script: Add array bound checking to list_scripts
` [PATCH v4 15/15] perf tools ui: Fix ui popup browser for many entries

[PATCH RFC 0/3] btrfs: Performance profiler support
 2019-03-07 16:12 UTC  (2+ messages)

System crash with perf_fuzzer (kernel: 5.0.0-rc3)
 2019-03-06 23:09 UTC  (3+ messages)

[PATCH v2 0/7] perf script python: add Python3 support
 2019-03-06 21:13 UTC  (25+ messages)
` [PATCH v2 1/7] perf script python: remove mixed indentation
` [PATCH v2 2/7] perf script python: add Python3 support to futex-contention.py
` [PATCH v2 3/7] perf script python: add Python3 support to check-perf-trace.py
` [PATCH v2 4/7] perf script python: add Python3 support to event_analyzing_sample.py
` [PATCH v2 5/7] perf script python: add Python3 support to intel-pt-events.py
` [PATCH v2 6/7] perf script python: add Python3 support to sql scripts
` [PATCH v2 7/7] perf script python: add printdate function to SQL exporters

Support sample context in perf report
 2019-03-04 18:14 UTC  (22+ messages)
` [PATCH v3 01/11] perf tools: Add utility function to fetch executable
` [PATCH v3 02/11] perf tools script: Support insn output for normal samples
` [PATCH v3 03/11] perf tools report: Support nano seconds
` [PATCH v3 04/11] perf tools report: Parse time quantum
` [PATCH v3 05/11] perf tools report: Support time sort key
` [PATCH v3 06/11] perf tools report: Use less for scripts output
` [PATCH v3 07/11] perf tools report: Support running scripts for current time range
` [PATCH v3 08/11] perf tools report: Support builtin perf script in scripts menu
` [PATCH v3 09/11] perf tools: Add utility function to print ns time stamps
` [PATCH v3 10/11] perf tools report: Implement browsing of individual samples
` [PATCH v3 11/11] perf tools: Add some new tips describing the new options

Support sample context in perf report
 2019-03-04 14:48 UTC  (33+ messages)
` [PATCH 01/11] perf tools script: Handle missing fields with -F +
` [PATCH 02/11] perf tools script: Support insn output for normal samples
` [PATCH 03/11] perf tools report: Support nano seconds
` [PATCH 04/11] perf tools report: Parse time quantum
` [PATCH 06/11] perf tools report: Use less for scripts output
` [PATCH 07/11] perf tools report: Support running scripts for current time range
` [PATCH 08/11] perf tools: Add perf_exe() helper to find perf binary
` [PATCH 09/11] perf tools report: Support builtin perf script in scripts menu
` [PATCH 10/11] perf tools: Add utility function to print ns time stamps
` [PATCH 11/11] perf tools report: Implement browsing of individual samples

[PATCH] perf intel-pt: Fix divide by zero
 2019-03-01 17:49 UTC 

[PATCH] tools lib traceevent: Fix buffer overflow in arg_eval
 2019-02-28 19:07 UTC  (4+ messages)

[GIT PULL] perf/core improvements and fixes
 2019-02-28  7:31 UTC  (40+ messages)
` [PATCH 01/37] perf annotate: Fix getting source line failure
` [PATCH 02/37] perf thread-stack: Improve thread_stack__no_call_return()
` [PATCH 03/37] perf thread-stack: Hide x86 retpolines
` [PATCH 04/37] perf scripts python: exported-sql-viewer.py: Fix missing shebang
` [PATCH 05/37] perf scripts python: exported-sql-viewer.py: Remove leftover debugging prints
` [PATCH 06/37] perf scripts python: exported-sql-viewer.py: Hide Call Graph option if no calls table
` [PATCH 07/37] perf scripts python: exported-sql-viewer.py: Move column headers
` [PATCH 08/37] perf scripts python: exported-sql-viewer.py: Factor out ReportDialogBase
` [PATCH 09/37] perf scripts python: exported-sql-viewer.py: Factor out ReportVars
` [PATCH 10/37] perf scripts python: exported-sql-viewer.py: Move report name into ReportVars
` [PATCH 11/37] perf scripts python: exported-sql-viewer.py: Create new dialog data item classes
` [PATCH 12/37] perf scripts python: exported-sql-viewer.py: Remove SQLTableDialogDataItem
` [PATCH 13/37] perf scripts python: exported-sql-viewer.py: Remove no selection error
` [PATCH 14/37] perf scripts python: exported-sql-viewer.py: Add top calls report
` [PATCH 15/37] perf: Copy parent's address filter offsets on clone
` [PATCH 16/37] perf, pt, coresight: Fix address filters for vmas with non-zero offset
` [PATCH 17/37] perf data: Move size to struct perf_data_file
` [PATCH 18/37] perf data: Add global path holder
` [PATCH 19/37] perf tools: Add depth checking to rm_rf
` [PATCH 20/37] perf tools: Add pattern name "
` [PATCH 21/37] perf tools: Add rm_rf_perf_data function
` [PATCH 22/37] perf data: Make check_backup work over directories
` [PATCH 23/37] perf data: Fail check_backup in case of error
` [PATCH 24/37] perf data: Add perf_data__(create_dir|close_dir) functions
` [PATCH 25/37] perf data: Add perf_data__open_dir_data function
` [PATCH 26/37] perf script: Handle missing fields with -F +
` [PATCH 27/37] perf tools: Add perf_exe() helper to find perf binary
` [PATCH 28/37] perf script python: Add Python3 support to netdev-times.py
` [PATCH 29/37] perf script python: Add Python3 support to failed-syscalls-by-pid.py
` [PATCH 30/37] perf script python: Add Python3 support to mem-phys-addr.py
` [PATCH 31/37] perf script python: Add Python3 support to net_dropmonitor.py
` [PATCH 32/37] perf script python: Add Python3 support to powerpc-hcalls.py
` [PATCH 33/37] perf script python: Add Python3 support to sctop.py
` [PATCH 34/37] perf script python: Add Python3 support to stackcollapse.py
` [PATCH 35/37] perf script python: Add Python3 support to stat-cpi.py
` [PATCH 36/37] perf script python: Add Python3 support to syscall-counts.py
` [PATCH 37/37] perf script python: Add Python3 support to syscall-counts-by-pid.py

[GIT PULL 00/17] perf/core improvements and fixes
 2019-02-28  7:28 UTC  (2+ messages)

Support sample context in perf report
 2019-02-27 17:56 UTC  (20+ messages)
` [PATCH v2 01/11] perf tools script: Support insn output for normal samples
` [PATCH v2 02/11] perf tools report: Support nano seconds
` [PATCH v2 03/11] perf tools report: Parse time quantum
` [PATCH v2 04/11] perf tools report: Support time sort key
` [PATCH v2 05/11] perf tools report: Use less for scripts output
` [PATCH v2 06/11] perf tools report: Support running scripts for current time range
` [PATCH v2 07/11] perf tools: Add perf_exe() helper to find perf binary
` [PATCH v2 08/11] perf tools report: Support builtin perf script in scripts menu
` [PATCH v2 09/11] perf tools: Add utility function to print ns time stamps
` [PATCH v2 10/11] perf tools report: Implement browsing of individual samples
` [PATCH v2 11/11] perf tools: Add some new tips describing the new options

[PATCH 00/15] perf script python: add Python3 support
 2019-02-25 18:05 UTC  (31+ messages)
` [PATCH 02/15] perf script python: add Python3 support to check-perf-trace.py
` [PATCH 03/15] perf script python: add Python3 support to event_analyzing_sample.py
` [PATCH 04/15] perf script python: add Python3 support to failed-syscalls-by-pid.py
` [PATCH 06/15] perf script python: add Python3 support to intel-pt-events.py
` [PATCH 08/15] perf script python: add Python3 support to net_dropmonitor.py
` [PATCH 09/15] perf script python: add Python3 support to powerpc-hcalls.py
` [PATCH 10/15] perf script python: add Python3 support to sctop.py
` [PATCH 11/15] perf script python: add Python3 support to stackcollapse.py
` [PATCH 12/15] perf script python: add Python3 support to stat-cpi.py
` [PATCH 13/15] perf script python: add Python3 support to syscall-counts.py
` [PATCH 14/15] perf script python: add Python3 support to syscall-counts-by-pid.py
` [PATCH 15/15] perf script python: add Python3 support to sql scripts

[PATCH] perf hist: fix memory leak if histogram entry is reused
 2019-02-25 13:54 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).