linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-25 21:20:22 to 2019-03-11 14:44:53 UTC [more...]

Support sample context in perf report
 2019-03-11 14:44 UTC  (3+ messages)
` [PATCH v6 01/11] perf tools script: Filter COMM/FORK/.. events by CPU
` [PATCH v6 02/11] perf tools report: Parse time quantum

[PATCH] AMD perf PMU events for AMD Family 17h
 2019-03-11 12:35 UTC  (8+ messages)
      ` [PATCH v2] "

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

[PATCH v3 0/4] perf script python: add Python3 support
 2019-03-11  9:27 UTC  (6+ messages)
` [PATCH v3 1/4] perf script python: add Python3 support to exported-sql-viewer.py
` [PATCH v3 2/4] perf script python: add Python3 support to export-to-postgresql.py
` [PATCH v3 3/4] perf script python: add Python3 support to export-to-sqlite.py
` [PATCH v3 4/4] perf script python: add printdate function to SQL exporters

[GIT PULL 00/35] perf/core improvements and fixes
 2019-03-09 16:02 UTC  (39+ 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
` [PATCH 18/35] perf clang: Remove needless extra semicolon
` [PATCH 19/35] perf annotate: Calculate the max instruction name, align column to that
` [PATCH 20/35] perf thread: Generalize function to copy from thread addr space from intel-bts code
` [PATCH 21/35] perf diff: Support --time filter option
` [PATCH 22/35] perf diff: Support --cpu "
` [PATCH 23/35] perf diff: Support --pid/--tid filter options
` [PATCH 24/35] perf script python: Remove mixed indentation
` [PATCH 25/35] perf script python: Add Python3 support to futex-contention.py
` [PATCH 26/35] perf script python: add Python3 support to check-perf-trace.py
` [PATCH 27/35] perf script python: Add Python3 support to event_analyzing_sample.py
` [PATCH 28/35] perf script python: Add Python3 support to intel-pt-events.py
` [PATCH 29/35] perf c2c: Fix c2c report for empty numa node
` [PATCH 30/35] perf hist: Add error path into hist_entry__init
` [PATCH 31/35] perf hist: Fix memory leak of srcline
` [PATCH 32/35] perf tools: Read and store caps/max_precise in perf_pmu
` [PATCH 33/35] perf evsel: Probe for precise_ip with simple attr
` [PATCH 34/35] perf session: Fix double free in perf_data__close
` [PATCH 35/35] perf data: Force perf_data__open|close zero data->file.path

Support sample context in perf report
 2019-03-09  7:52 UTC  (31+ 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-09  6:32 UTC  (4+ messages)

[PATCH v2 0/7] perf script python: add Python3 support
 2019-03-08 14:36 UTC  (29+ 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

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

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  (5+ messages)
` [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  (17+ messages)
` [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


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).