linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-06 16:53:44 to 2018-03-06 17:23:34 UTC [more...]

[GIT PULL 0/9] perf/urgent fixes
 2018-03-06 17:23 UTC 

[PATCH Resent] perf annotate: Fix s390 target function disassembly
 2018-03-06 15:20 UTC  (4+ messages)

[PATCH v2 0/2] perf sched map: re-annotate shortname if thread comm changed
 2018-03-06 14:17 UTC  (6+ messages)
` [PATCH v2 1/2] perf sched: move thread::shortname to thread_runtime
` [PATCH v2 2/2] perf sched map: re-annotate shortname if thread comm changed

[RFC V3 0/3] perf stat: improvements for handling of multiple PMUs
 2018-03-06 14:04 UTC  (4+ messages)
` [RFC V3 1/3] perf, tools: Support wildcards on pmu name in dynamic pmu events
` [RFC V3 2/3] perf, tools: Display pmu name when printing unmerged events in stat
` [RFC V3 3/3] perf pmu: Auto-merge PMU events created by prefix or glob match

[PATCH RESEND v5] perf/core: Fix installing arbitrary cgroup event into cpu
 2018-03-06 11:50 UTC  (2+ messages)

[GIT PULL 00/28] perf/core improvements and fixes
 2018-03-06  6:35 UTC  (30+ messages)
` [PATCH 01/28] perf kallsyms: Fix the usage on the man page
` [PATCH 02/28] perf stat: Use xyarray dimensions to iterate fds
` [PATCH 03/28] perf cgroup: Simplify arguments when tracking multiple events
` [PATCH 04/28] perf top: Fix annoying fallback message on older kernels
` [PATCH 05/28] perf stat: Ignore error thread when enabling system-wide --per-thread
` [PATCH 06/28] perf annotate browser: Be more robust when drawing jump arrows
` [PATCH 07/28] perf tests: Switch trace+probe_libc_inet_pton to use record
` [PATCH 08/28] perf tests: Rename trace+probe_libc_inet_pton to record+probe_libc_inet_pton
` [PATCH 09/28] perf record: Allow asking for the maximum allowed sample rate
` [PATCH 10/28] perf top browser: Show sample_freq in browser title line
` [PATCH 11/28] perf top: Allow asking for the maximum allowed sample rate
` [PATCH 12/28] perf record: Throttle user defined frequencies to the maximum allowed
` [PATCH 13/28] perf annotate: Find 'call' instruction target symbol at parsing time
` [PATCH 14/28] perf record: Fix crash in pipe mode
` [PATCH 15/28] perf kvm: Switch to new perf_mmap__read_event() interface
` [PATCH 16/28] perf trace: "
` [PATCH 17/28] perf python: "
` [PATCH 18/28] perf test: Switch to new perf_mmap__read_event() interface for bpf
` [PATCH 19/28] perf test: Switch to new perf_mmap__read_event() interface for 'code reading' test
` [PATCH 20/28] perf test: Switch to new perf_mmap__read_event() interface for "keep tracking" test
` [PATCH 21/28] perf test: Switch to new perf_mmap__read_event() interface for mmap-basic
` [PATCH 22/28] perf test: Switch to new perf_mmap__read_event() interface for tp fields
` [PATCH 23/28] perf test: Switch to new perf_mmap__read_event() interface for perf-record
` [PATCH 24/28] perf test: Switch to new perf_mmap__read_event() interface for time-to-tsc
` [PATCH 25/28] perf test: Switch to new perf_mmap__read_event() interface for sw-clock
` [PATCH 26/28] perf test: Switch to new perf_mmap__read_event() interface for switch-tracking
` [PATCH 27/28] perf test: Switch to new perf_mmap__read_event() interface for task-exit
` [PATCH 28/28] perf mmap: Discard legacy interfaces for mmap read forward

[RESEND PATCH] perf sched map: re-annotate shortname if thread comm changed
 2018-03-06  3:33 UTC  (9+ messages)

[RFC V2 0/3] perf stat: improvements for handling of multiple PMUs
 2018-03-05 21:51 UTC  (12+ messages)
` [RFC V2 1/3] perf, tools: Support wildcards on pmu name in dynamic pmu events
` [RFC V2 2/3] perf, tools: Display pmu name when printing unmerged events in stat
` [RFC V2 3/3] perf pmu: Auto-merge PMU events created by prefix or glob match

[RFC 0/3] perf stat: improvements for handling of multiple PMUs
 2018-02-28 13:50 UTC  (8+ messages)
` [RFC 1/3] perf, tools: Support wildcards on pmu name in dynamic pmu events
` [RFC 2/3] perf, tools: Display pmu name when printing unmerged events in stat
` [RFC 3/3] perf pmu: Restore auto-merging of PMU events created by prefix match

[PATCH 1/2] perf annotate: Remove s390 basr instruction from call table
 2018-02-28 13:33 UTC  (2+ messages)
` [PATCH 2/2] perf annotate: Fix s390 target function disassembly

[PATCH v5] perf/core: Fix installing arbitrary cgroup event into cpu
 2018-02-26  3:06 UTC 

[GIT PULL 00/41] perf/core improvements and fixes
 2018-02-17 10:49 UTC  (43+ messages)
` [PATCH 01/41] perf record: Put new line after target override warning
` [PATCH 02/41] perf script: Add --show-round-event to display PERF_RECORD_FINISHED_ROUND
` [PATCH 03/41] tools lib api fs: Add filename__read_xll function
` [PATCH 04/41] tools lib api fs: Add sysfs__read_xll function
` [PATCH 05/41] perf tests: Fix dwarf unwind for stripped binaries
` [PATCH 06/41] perf tools: Fix comment for sort__* compare functions
` [PATCH 07/41] perf report: Ask for ordered events for --tasks option
` [PATCH 08/41] perf report: Add support to display group output for non group events
` [PATCH 09/41] perf stat: Add support to print counts for fixed times
` [PATCH 10/41] perf stat: Add support to print counts after a period of time
` [PATCH 11/41] tools lib symbol: Skip non-address kallsyms line
` [PATCH 12/41] perf symbols: Check if we read regular file in dso__load()
` [PATCH 13/41] perf machine: Free root_dir in machine__init() error path
` [PATCH 14/41] perf machine: Move kernel mmap name into struct machine
` [PATCH 15/41] perf machine: Generalize machine__set_kernel_mmap()
` [PATCH 16/41] perf machine: Don't search for active kernel start in __machine__create_kernel_maps
` [PATCH 17/41] perf machine: Remove machine__load_kallsyms()
` [PATCH 18/41] perf tools: Do not create kernel maps in sample__resolve()
` [PATCH 19/41] perf tests: Use arch__compare_symbol_names to compare symbols
` [PATCH 20/41] perf cs-etm: Freeing allocated memory
` [PATCH 21/41] perf tools: Use target->per_thread and target->system_wide flags
` [PATCH 22/41] perf auxtrace arm: Fixing uninitialised variable
` [PATCH 23/41] perf cs-etm: Properly deal with cpu maps
` [PATCH 24/41] perf annotate: Add missing arguments in Man page
` [PATCH 25/41] perf kmem: Document a missing option & an argument
` [PATCH 26/41] perf mem: Document a missing option
` [PATCH 27/41] perf cs-etm: Inject capabilitity for CoreSight traces
` [PATCH 28/41] perf inject: Emit instruction records on ETM trace discontinuity
` [PATCH 29/41] coresight: Update documentation for perf usage
` [PATCH 30/41] perf report: Fix description for --mem-mode
` [PATCH 31/41] perf report: Fix wrong jump arrow
` [PATCH 32/41] perf report: Fix memory corruption in --branch-history mode --branch-history
` [PATCH 33/41] tools include powerpc: Grab a copy of arch/powerpc/include/uapi/asm/unistd.h
` [PATCH 34/41] perf powerpc: Generate system call table from asm/unistd.h
` [PATCH 35/41] perf trace powerpc: Use generated syscall table
` [PATCH 36/41] perf record: Provide detailed information on s390 CPU
` [PATCH 37/41] perf annotate: Scan cpuid for s390 and save machine type
` [PATCH 38/41] perf cpuid: Introduce a platform specific cpuid compare function
` [PATCH 39/41] perf test: Fix test case 23 for s390 z/VM or KVM guests
` [PATCH 40/41] perf test: Fix test case inet_pton to accept inlines
` [PATCH 41/41] perf tests shell lib: Use a wildcard to remove the vfs_getname probe

[PATCH 1/4] perf record: Provide detailed information on s390 CPU
 2018-02-16 18:17 UTC  (7+ messages)
` [PATCH 2/4] perf annotate: Scan cpuid for s390 and save machine type
` [PATCH 3/4] perf cpuid: Introduce a platform specfic cpuid compare function
` [PATCH 4/4] perf test: Fix test case 23 for s390 z/VM or KVM guests

[PATCH v4 0/2] perf stat: Add interval-count and time support
 2018-02-16 13:18 UTC  (6+ messages)
` [PATCH v4 2/2] perf stat: Add support to print counts after a period of time

"perf top" what does high CPU use in _schedule means?
 2018-02-15 19:41 UTC  (2+ messages)

[PATCH] perf test: Fix test case inet_pton to accept inlines
 2018-02-15 14:50 UTC  (2+ messages)

[PATCH 0/3] perf s390: Use syscall.tbl to create the perf syscall table
 2018-02-15 13:37 UTC  (6+ messages)
` [PATCH 1/3] Revert "tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h"
` [PATCH 2/3] perf s390: Grab a copy of arch/s390/kernel/syscall/syscall.tbl
` [PATCH 3/3] perf s390: Rework system call table creation by using syscall.tbl

[GIT PULL 00/21] perf/core improvements and fixes
 2018-02-14 13:41 UTC  (18+ messages)
` [PATCH 01/21] perf vendor events aarch64: Add JSON metrics for ARM Cortex-A53 Processor
` [PATCH 02/21] perf evlist: Remove stale mmap read for backward
` [PATCH 04/21] perf mmap: Cleanup perf_mmap__push()
` [PATCH 05/21] perf mmap: Introduce perf_mmap__read_init()
` [PATCH 06/21] perf mmap: Add new return value logic for perf_mmap__read_init()
` [PATCH 08/21] perf mmap: Introduce perf_mmap__read_done()
` [PATCH 10/21] perf test: Update mmap read functions for backward-ring-buffer test
` [PATCH 12/21] perf top: Check per-event overwrite term
` [PATCH 15/21] perf hists browser: Add parameter to disable lost event warning
` [PATCH 16/21] perf top: Remove lost events checking
` [PATCH 17/21] perf top: Switch default mode to overwrite mode
` [PATCH 18/21] perf top: Check the latency of perf_top__mmap_read()
` [PATCH 19/21] perf tools: Substitute yet another strtoull()
` [PATCH 20/21] perf data: Document missing --force option
` [PATCH 21/21] perf test: Fix test trace+probe_libc_inet_pton.sh for s390x
` [PATCH] tools/headers: Synchronize kernel ABI headers, v4.16-rc1

[PATCH v3] perf ftrace: Append an EOL when write tracing files
 2018-02-14  2:44 UTC 

Monitoring NUMA Machine Memory Hierarchy Performance
 2018-02-13 16:11 UTC 

perf sched record with -p option
 2018-02-13 13:11 UTC  (3+ messages)

[PATCH v2] perf ftrace: Fix the buffer size in __write_tracing_file
 2018-02-13  0:18 UTC  (5+ messages)

[PATCH] tracing/fgraph: Missed irq return mark for leaf entry
 2018-02-12 17:07 UTC  (4+ messages)

Records call-graphs on ARM, reporting on x86_64
 2018-02-12 16:37 UTC  (8+ messages)

[PATCH] perf unwind: Unwind with libdw doesn't take symfs into account
 2018-02-11 21:24 UTC 

[PATCH] perf unwind: Report error from dwfl_attach_state
 2018-02-11 20:58 UTC 

[RFC PATCH 0/1] perf annotate: Don't prepend symfs path to vmlinux path
 2018-02-11 20:32 UTC  (2+ messages)
` [RFC PATCH 1/1] "

[PATCH] perf annotate: Don't prepend symfs path to build_id_filename
 2018-02-11 19:19 UTC 

[PATCH RESEND v4] perf/core: Fix installing cgroup event into cpu
 2018-02-10 12:28 UTC  (5+ messages)

[PATCH] perf, tools, report: Fix description for --mem-mode
 2018-02-09 18:30 UTC  (2+ messages)

Recording memory addresses on ARM
 2018-02-09 10:56 UTC  (4+ messages)

[PATCH] perf sched map: re-annotate shortname if thread comm changed
 2018-02-08 10:03 UTC 

A problem about 'perf sched latency'
 2018-02-08  3:05 UTC  (3+ messages)

Annotate is broken with --symfs option
 2018-02-07 12:43 UTC  (2+ 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).