messages from 2018-02-15 13:38:01 to 2018-03-08 19:50:04 UTC [more...]
[GIT PULL 00/54] perf/core improvements and fixes
2018-03-08 19:50 UTC (30+ messages)
` [PATCH 01/54] perf cgroup: Remove misplaced __maybe_unused
` [PATCH 02/54] perf cgroup: Rename 'struct cgroup_sel' to 'struct cgroup'
` [PATCH 03/54] perf cgroup: Introduce cgroup__delete()
` [PATCH 04/54] perf cgroup: Rename close_cgroup() to cgroup__put()
` [PATCH 05/54] perf cgroup: Introduce cgroup__get()
` [PATCH 06/54] perf cgroup: Introduce find_cgroup() method
` [PATCH 07/54] perf cgroup: Introduce cgroup__new() out of open coded equivalent
` [PATCH 08/54] perf sched: Move thread::shortname to thread_runtime
` [PATCH 09/54] perf sched map: Re-annotate shortname if thread comm changed
` [PATCH 10/54] perf record: Combine some auxtrace initialization into a single function
` [PATCH 11/54] perf cgroup: Add evlist__findnew_cgroup()
` [PATCH 12/54] perf cgroup: Add evlist__add_default_cgroup()
` [PATCH 13/54] perf cgroup: Make the cgroup name be const char *
` [PATCH 14/54] perf trace: Support setting cgroups as targets
` [PATCH 15/54] perf auxtrace: Add missing parameters from kernel-doc comments
` [PATCH 16/54] perf auxtrace: Rename some buffer-queuing functions
` [PATCH 17/54] perf auxtrace: Make auxtrace_queues__add_buffer() return buffer_ptr
` [PATCH 18/54] perf tools: Correct title markers for asciidoctor
` [PATCH 19/54] perf pmu: Support wildcards on pmu name in dynamic pmu events
` [PATCH 20/54] perf pmu: Display pmu name when printing unmerged events in stat
` [PATCH 21/54] perf pmu: Auto-merge PMU events created by prefix or glob match
` [PATCH 22/54] perf evlist: Store 'overwrite' in struct perf_mmap
` [PATCH 23/54] perf mmap: Store mmap scope in struct perf_mmap()
` [PATCH 24/54] perf mmap: Use the stored scope data in perf_mmap__push()
` [PATCH 25/54] perf mmap: Use the stored data in perf_mmap__read_event()
` [PATCH 26/54] perf mmap: Use stored 'overwrite' in perf_mmap__consume()
` [PATCH 27/54] perf mmap: Simplify perf_mmap__consume()
` [PATCH 28/54] perf mmap: Simplify perf_mmap__read_event()
` [PATCH 29/54] perf mmap: Simplify perf_mmap__read_init()
[PATCH] perf stat: Fix core dump when flag T is used
2018-03-08 14:57 UTC
[PATCH] perf tools: update quipper information
2018-03-08 14:14 UTC
[RFC V4] perf, tools: Support wildcards on pmu name in dynamic pmu events
2018-03-08 13:39 UTC (4+ messages)
[PATCH] perf annotate: Handle s390 pc relative load and store instruction
2018-03-08 12:52 UTC (2+ messages)
[RFC V3 0/3] perf stat: improvements for handling of multiple PMUs
2018-03-07 20:33 UTC (20+ 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 v2] perf annotate: Fix s390 target function disassembly
2018-03-07 14:43 UTC (2+ messages)
[GIT PULL 0/9] perf/urgent fixes
2018-03-07 14:23 UTC (12+ messages)
` [PATCH 1/9] perf kallsyms: Fix the usage on the man page
` [PATCH 2/9] perf top: Fix annoying fallback message on older kernels
` [PATCH 3/9] perf annotate browser: Be more robust when drawing jump arrows
` [PATCH 4/9] perf record: Fix crash in pipe mode
` [PATCH 5/9] tools headers: Sync copy of kvm UAPI headers
` [PATCH 6/9] tools headers: Sync x86's cpufeatures.h
` [PATCH 7/9] perf stat: Fix CVS output format for non-supported counters
` [PATCH 8/9] perf auxtrace: Prevent decoding when --no-itrace
` [PATCH 9/9] perf tools: Fix trigger class trigger_on()
[PATCH RESEND v5] perf/core: Fix installing arbitrary cgroup event into cpu
2018-03-07 11:19 UTC (3+ messages)
[PATCH v2 0/2] perf sched map: re-annotate shortname if thread comm changed
2018-03-07 2:44 UTC (8+ 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
[PATCH Resent] perf annotate: Fix s390 target function disassembly
2018-03-06 15:20 UTC (4+ 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 (4+ messages)
[PATCH v4 0/2] perf stat: Add interval-count and time support
2018-02-16 13:18 UTC (4+ 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 (4+ messages)
` [PATCH 1/3] Revert "tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h"
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).