linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-05 14:29:24 to 2018-03-14 08:34:48 UTC [more...]

[PATCH] perf stat: Add support for s390 transaction counters
 2018-03-14  8:34 UTC  (6+ messages)
` [PATCH] perf stat: Make function perf_stat_evsel_id_init static

[GIT PULL 00/31] perf/core improvements and fixes
 2018-03-14  7:17 UTC  (41+ messages)
` [PATCH 01/31] perf env: Free memory nodes data
` [PATCH 02/31] perf tools: Add mem2node object
` [PATCH 03/31] perf tests: Add mem2node object test
` [PATCH 04/31] perf c2c record: Record physical addresses in samples
` [PATCH 05/31] perf c2c report: Make calc_width work with struct c2c_hist_entry
` [PATCH 06/31] perf c2c report: Call calc_width() only for displayed entries
` [PATCH 07/31] perf c2c report: Display node for cacheline address
` [PATCH 08/31] perf c2c report: Add span header over cacheline data
` [PATCH 09/31] perf c2c report: Add cacheline address count column
` [PATCH 10/31] perf tools arm64: Add libdw DWARF post unwind support for ARM64
` [PATCH 11/31] perf vendor events: Drop incomplete multiple mapfile support
` [PATCH 12/31] perf vendor events: Fix error code in json_events()
` [PATCH 13/31] perf vendor events: Drop support for unused topic directories
` [PATCH 14/31] perf vendor events: Add support for pmu events vendor subdirectory
` [PATCH 15/31] perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory
` [PATCH 16/31] perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory
` [PATCH 17/31] perf vendor events: Add support for arch standard events
` [PATCH 18/31] perf vendor events arm64: Add armv8-recommended.json
` [PATCH 19/31] perf vendor events arm64: Fixup ThunderX2 to use recommended events
` [PATCH 20/31] perf vendor events arm64: fixup A53 "
` [PATCH 21/31] perf vendor events arm64: add HiSilicon hip08 JSON file
` [PATCH 22/31] perf stat: Fix core dump when flag T is used
` [PATCH 23/31] perf report: Show zero counters as well in 'perf report --stat'
` [PATCH 24/31] perf vendor events arm64: Enable JSON events for ThunderX2 B0
` [PATCH 25/31] perf unwind: Unwind with libdw doesn't take symfs into account
` [PATCH 26/31] perf record: Avoid duplicate call of perf_default_config()
` [PATCH 27/31] perf top: Fix top.call-graph config option reading
` [PATCH 28/31] perf llvm: Display eBPF compiling command in debug output
` [PATCH 29/31] perf stat: Make function perf_stat_evsel_id_init static
` [PATCH 30/31] perf machine: Fix mmap name setup
` [PATCH 31/31] perf test: Fix exit code for record+probe_libc_inet_pton.sh

[PATCH] perf annotate: Don't prepend symfs path to build_id_filename
 2018-03-13 15:24 UTC  (4+ messages)

[PATCH] perf tools arm64: Add libdw DWARF post unwind support for ARM64
 2018-03-13 15:23 UTC  (10+ messages)

[PATCH] perf trace: __print_array should print hex format instead of dec
 2018-03-13 14:27 UTC  (2+ messages)

[PATCH RESEND] perf annotate: Don't prepend symfs path to build_id_filename
 2018-03-13 13:56 UTC 

[PATCH] perf trace: remove redundant ')'
 2018-03-13 10:40 UTC 

[PATCH RESEND v5] perf/core: Fix installing arbitrary cgroup event into cpu
 2018-03-12 13:10 UTC  (7+ messages)

[PATCH] perf stat: Fix core dump when flag T is used
 2018-03-09 15:17 UTC  (2+ messages)

[GIT PULL 00/54] perf/core improvements and fixes
 2018-03-09  7:29 UTC  (56+ 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 30/54] perf intel-pt: Fix overlap detection to identify consecutive buffers correctly
` [PATCH 31/54] perf intel-pt: Fix sync_switch
` [PATCH 32/54] perf intel-pt: Fix error recovery from missing TIP packet
` [PATCH 33/54] perf intel-pt: Fix timestamp following overflow
` [PATCH 34/54] perf intel-pt/bts: In auxtrace_record__init_intel() evlist is never NULL
` [PATCH 35/54] perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid()
` [PATCH 36/54] perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace()
` [PATCH 37/54] perf intel-pt: Remove a check for sampling mode
` [PATCH 38/54] perf intel-pt: Adjust overlap-checking to support "
` [PATCH 39/54] perf annotate: Fix s390 target function disassembly
` [PATCH 40/54] perf report: Fix the output for stdio events list
` [PATCH 41/54] perf report: Display perf.data header info
` [PATCH 42/54] perf record: Move machine variable down the function
` [PATCH 43/54] perf record: Remove progname from struct record
` [PATCH 44/54] perf tools: Add refcnt into struct mem_info
` [PATCH 45/54] perf c2c: Use mem_info refcnt logic
` [PATCH 46/54] perf tools: Add MEM_TOPOLOGY feature to perf data file
` [PATCH 47/54] perf tools: Update tags with .cpp files
` [PATCH 48/54] perf build: Add llvm/clang/cxx make tests into FEATURE_TESTS_EXTRA
` [PATCH 49/54] perf build: Add llvm/clang make targets to FILES
` [PATCH 50/54] perf build: Force llvm/clang test compile output to .make.output
` [PATCH 51/54] perf report: Provide libtraceevent with a kernel symbol resolver
` [PATCH 52/54] perf annotate: Support to display the IPC/Cycle in TUI mode
` [PATCH 53/54] perf annotate: Handle s390 PC relative load and store instruction
` [PATCH 54/54] perf tools: Update quipper information

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

[RFC V2 0/3] perf stat: improvements for handling of multiple PMUs
 2018-03-05 21:51 UTC  (10+ messages)
` [RFC V2 1/3] perf, tools: Support wildcards on pmu name in dynamic pmu events


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