linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-15 00:45:11 to 2019-02-26 03:04:12 UTC [more...]

Support sample context in perf report
 2019-02-26  3:04 UTC  (12+ 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

[GIT PULL] perf/core improvements and fixes
 2019-02-25 21:20 UTC  (38+ 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

[PATCH 00/15] perf script python: add Python3 support
 2019-02-25 18:05 UTC  (35+ messages)
` [PATCH 01/15] perf script python: add Python3 support to netdev-times.py
` [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 05/15] perf script python: add Python3 support to futex-contention.py
` [PATCH 06/15] perf script python: add Python3 support to intel-pt-events.py
` [PATCH 07/15] perf script python: add Python3 support to mem-phys-addr.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

Support sample context in perf report
 2019-02-25 17:34 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 05/11] perf tools report: Support time sort key
` [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 hist: fix memory leak if histogram entry is reused
 2019-02-25 13:54 UTC  (6+ messages)

[PATCH 0/3] Support inline symbols in callchains
 2019-02-23 12:05 UTC  (7+ messages)
` [PATCH 1/3] perf map: add function to lookup inline symbols
` [PATCH 2/3] perf machine: use map__inlines in append_inlines
` [PATCH 3/3] perf machine: add inline symbols to callchains

[GIT PULL 00/17] perf/core improvements and fixes
 2019-02-21  7:12 UTC  (19+ messages)
` [PATCH 01/17] perf tests shell: Skip trace+probe_vfs_getname.sh if built without trace support
` [PATCH 02/17] perf header: Fix wrong node write in NUMA_TOPOLOGY feature
` [PATCH 03/17] perf tools: Add cpu_topology object
` [PATCH 04/17] perf tools: Add numa_topology object
` [PATCH 05/17] perf tools: Use sysfs__mountpoint() when reading cpu topology
` [PATCH 06/17] perf report: Don't shadow inlined symbol with different addr range
` [PATCH 07/17] perf doc: Fix HEADER_CMDLINE description in perf.data documentation
` [PATCH 08/17] perf doc: Fix documentation of the Flags section in perf.data
` [PATCH 09/17] perf test: Fix failure of 'evsel-tp-sched' test on s390
` [PATCH 10/17] perf bpf: Add bpf_map dumper
` [PATCH 11/17] perf trace: Allow dumping a BPF map after setting up BPF events
` [PATCH 12/17] perf session: Don't report zero period samples for slave events
` [PATCH 13/17] perf evsel: Force sample_type "
` [PATCH 14/17] perf script: Allow +- operator for type specific fields option
` [PATCH 15/17] perf bpf-event: Add missing new line into pr_debug call
` [PATCH 16/17] perf cpumap: Increase debug level for cpu_map__snprint verbose output
` [PATCH 17/17] perf tools: Make rm_rf() remove single file

[PATCH 0/2] perf evsel: add support for inlined function in callchains
 2019-02-20 14:34 UTC  (7+ messages)
` [PATCH 1/2] perf evsel: split sample__fprintf_callchain in output and iteration
` [PATCH 2/2] perf evsel: add inline functions to sample callchain output
    ` [PATCHv2 "

[PATCH] perf test: Fix failure of test 14 on s390
 2019-02-19 16:43 UTC  (2+ messages)

[PATCH] perf: update perf.data file format documentation
 2019-02-19 15:45 UTC  (11+ messages)
    ` [PATCH] perf: fix HEADER_CMDLINE description in perf.data documentation
            ` [PATCH] perf: fix documentation of the Flags section in perf.data

[GIT PULL 00/43] perf/core improvements and fixes
 2019-02-15  9:20 UTC  (31+ messages)
` [PATCH 15/43] perf trace: Check if the 'fd' is negative when mapping it to pathname
` [PATCH 16/43] perf beauty waitid options: Fix up prefix showing logic
` [PATCH 17/43] tools build: Add -lrt to FEATURE_CHECK_LDFLAGS-libaio
` [PATCH 18/43] perf trace: Filter out gnome-terminal* parent
` [PATCH 19/43] perf coresight: Do not test for libopencsd by default
` [PATCH 20/43] perf unwind: Do not put libunwind-{x86,aarch64} in FEATURE_TESTS_BASIC
` [PATCH 21/43] tools build: Add test-reallocarray.c to test-all.c to fix the build
` [PATCH 22/43] perf build: Add missing FEATURE_CHECK_LDFLAGS-libcrypto
` [PATCH 23/43] perf cs-etm: Remove unused structure field "state"
` [PATCH 24/43] perf cs-etm: Remove unused structure field "time" and "timestamp"
` [PATCH 25/43] perf cs-etm: Fix wrong return values in error path
` [PATCH 26/43] perf cs-etm: Introducing function cs_etm_decoder__init_dparams()
` [PATCH 27/43] perf cs-etm: Fix memory leak in error path
` [PATCH 28/43] perf cs-etm: Introducing function cs_etm__init_trace_params()
` [PATCH 29/43] perf cs-etm: Fix erroneous comment
` [PATCH 30/43] perf cs-etm: Cleaning up function cs_etm__alloc_queue()
` [PATCH 31/43] perf cs-etm: Rethink kernel address initialisation
` [PATCH 32/43] perf cs-etm: Make cs_etm__run_decoder() queue independent
` [PATCH 33/43] perf cs-etm: Modularize main decoder function
` [PATCH 34/43] perf cs-etm: Modularize main packet processing loop
` [PATCH 35/43] perf cs-etm: Modularize auxtrace_buffer fetch function
` [PATCH 36/43] perf tools: Compile perf with libperf-in.o instead of libperf.a
` [PATCH 37/43] perf tools: Rename LIB_FILE to LIBPERF_A
` [PATCH 38/43] perf tools: Rename build libperf to perf
` [PATCH 39/43] perf tools: Fix legacy events symbol separator parsing
` [PATCH 40/43] perf list: Display metric expressions for --details option
` [PATCH 41/43] perf header: Get rid of write_it label
` [PATCH 42/43] perf header: Remove unused 'cpu_nr' field from 'struct cpu_topo'
` [PATCH 43/43] tools build feature sched_getcpu: Undef _GNU_SOURCE at the end


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