linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-29 09:13:54 to 2020-03-20 12:54:06 UTC [more...]

[PATCH v6 00/11] powerpc/perf: Add json file metric support for the hv_24x7 socket/chip level events
 2020-03-20 12:54 UTC  (12+ messages)
` [PATCH v6 01/11] perf expr: Add expr_ prefix for parse_ctx and parse_id
` [PATCH v6 02/11] perf expr: Add expr_scanner_ctx object
` [PATCH v6 03/11] powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 events run
` [PATCH v6 04/11] powerpc/hv-24x7: Add rtas call in hv-24x7 driver to get processor details
` [PATCH v6 05/11] powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show "
` [PATCH v6 06/11] Documentation/ABI: Add ABI documentation for chips and sockets
` [PATCH v6 07/11] powerpc/hv-24x7: Update post_mobility_fixup() to handle migration
` [PATCH v6 08/11] perf/tools: Refactoring metricgroup__add_metric function
` [PATCH v6 09/11] perf/tools: Enhance JSON/metric infrastructure to handle "?"
` [PATCH v6 10/11] tools/perf: Enable Hz/hz prinitg for --metric-only option
` [PATCH v6 11/11] perf/tools/pmu-events/powerpc: Add hv_24x7 socket/chip level metric events

[PATCH v4] tools/perf/metricgroup: Fix printing event names of metric group with multiple events incase of overlapping events
 2020-03-20  6:47 UTC  (8+ messages)
` [tools/perf/metricgroup] 5dd4f4ab07: stderr.mv:cannot_stat'util/.metricgroup.o.tmp':No_such_file_or_directory

[PATCH v6] tools/perf/metricgroup: Fix printing event names of metric group with multiple events incase of overlapping events
 2020-03-20  6:44 UTC  (4+ messages)

[GIT PULL] perf/core improvements and fixes
 2020-03-19 14:07 UTC  (26+ messages)
` [PATCH 01/23] perf vendor events s390: Add new deflate counters for IBM z15
` [PATCH 02/23] perf jevents: Support metric constraint
` [PATCH 03/23] perf metricgroup: Factor out metricgroup__add_metric_weak_group()
` [PATCH 04/23] perf util: Factor out sysctl__nmi_watchdog_enabled()
` [PATCH 05/23] perf metricgroup: Support metric constraint
` [PATCH 06/23] perf vendor events intel: Add NO_NMI_WATCHDOG "
` [PATCH 07/23] perf map: Fix off by one in strncpy() size argument
` [PATCH 08/23] perf map: Use strstarts() to look for Android libraries
` [PATCH 09/23] perf cs-etm: Swap packets for instruction samples
` [PATCH 10/23] perf cs-etm: Continuously record last branch
` [PATCH 11/23] perf cs-etm: Correct synthesizing instruction samples
` [PATCH 12/23] perf cs-etm: Optimize copying last branches
` [PATCH 13/23] perf cs-etm: Fix unsigned variable comparison to zero
` [PATCH 14/23] perf doc: Set man page date to last git commit
` [PATCH 15/23] perf intel-pt: Rename intel-pt.txt and put it in man page format
` [PATCH 16/23] perf intel-pt: Add Intel PT man page references
` [PATCH 17/23] perf intel-pt: Update intel-pt.txt file with new location of the documentation
` [PATCH 18/23] perf scripting perl: Add common_callchain to fix argument order
` [PATCH 19/23] perf record: Fix binding of AIO user space buffers to nodes
` [PATCH 20/23] perf test: Print if shell directory isn't present
` [PATCH 21/23] perf tools: Give synthetic mmap events an inode generation
` [PATCH 22/23] perf report: Fix no branch type statistics report issue
` [PATCH 23/23] perf expr: Fix copy/paste mistake

[GIT PULL] perf/urgent fixes
 2020-03-19 14:00 UTC  (10+ messages)
` [PATCH 1/6] tools: Let O= makes handle a relative path with -C option
` [PATCH 2/6] perf map: Fix off by one in strncpy() size argument
` [PATCH 3/6] perf python: Fix clang detection when using CC=clang-version
` [PATCH 4/6] perf parse-events: Fix reading of invalid memory in event parsing
` [PATCH 5/6] perf probe: Fix to delete multiple probe event
` [PATCH 6/6] perf probe: Do not depend on dwfl_module_addrsym()

[PATCH v3] perf tools: add support for libpfm4
 2020-03-19  4:15 UTC  (2+ messages)

[PATCH v6 0/3] perf vendor events amd: latest PMU events for zen1/zen2
 2020-03-18 20:04 UTC  (5+ messages)
` [PATCH v6 1/3] perf vendor events amd: restrict model detection for zen1 based processors
` [PATCH v6 2/3] perf vendor events amd: add Zen2 events
` [PATCH v6 3/3] perf vendor events amd: update Zen1 events to V2

[PATCH v5 0/3]
 2020-03-18 19:07 UTC  (9+ messages)
` [PATCH v5 1/3] perf vendor events amd: restrict model detection for zen1 based processors
` [PATCH v5 2/3] perf vendor events amd: add Zen2 events
` [PATCH v5 3/3] perf vendor events amd: update Zen1 events to V2

[PATCH v5 00/11] powerpc/perf: Add json file metric support for the hv_24x7 socket/chip level events
 2020-03-18 12:45 UTC  (23+ messages)
` [PATCH v5 01/11] perf expr: Add expr_ prefix for parse_ctx and parse_id
` [PATCH v5 02/11] perf expr: Add expr_scanner_ctx object
` [PATCH v5 03/11] powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 events run
` [PATCH v5 04/11] powerpc/hv-24x7: Add rtas call in hv-24x7 driver to get processor details
` [PATCH v5 05/11] powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show "
` [PATCH v5 06/11] Documentation/ABI: Add ABI documentation for chips and sockets
` [PATCH v5 07/11] powerpc/hv-24x7: Update post_mobility_fixup() to handle migration
` [PATCH v5 08/11] perf/tools: Refactoring metricgroup__add_metric function
` [PATCH v5 09/11] perf/tools: Enhance JSON/metric infrastructure to handle "?"
` [PATCH v5 10/11] tools/perf: Enable Hz/hz prinitg for --metric-only option
` [PATCH v5 11/11] perf/tools/pmu-events/powerpc: Add hv_24x7 socket/chip level metric events

[PATCH v4 0/3] update to latest PMU events for zen1/zen2
 2020-03-16 22:54 UTC  (7+ messages)
` [PATCH v4 1/3] perf vendor events amd: restrict model detection for zen1 based processors
` [PATCH v4 2/3] perf vendor events amd: add Zen2 events
` [PATCH v4 3/3] perf vendor events amd: update Zen1 events to V2

[PATCH v3 0/3] update to latest PMU events for zen1/zen2
 2020-03-14  3:13 UTC  (6+ messages)
` [PATCH v3 2/3] perf vendor events amd: add Zen2 events
` [PATCH v3 3/3] perf vendor events amd: update Zen1 events to V2

[PATCH v4 0/8] powerpc/perf: Add json file metric support for the hv_24x7 socket/chip level events
 2020-03-13 12:26 UTC  (21+ messages)
` [PATCH v4 1/8] powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 events run
` [PATCH v4 2/8] powerpc/hv-24x7: Add rtas call in hv-24x7 driver to get processor details
` [PATCH v4 3/8] powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show "
` [PATCH v4 4/8] Documentation/ABI: Add ABI documentation for chips and sockets
` [PATCH v4 5/8] powerpc/hv-24x7: Update post_mobility_fixup() to handle migration
` [PATCH v4 6/8] perf/tools: Enhance JSON/metric infrastructure to handle "?"
` [PATCH v4 7/8] tools/perf: Enable Hz/hz prinitg for --metric-only option
` [PATCH v4 8/8] perf/tools/pmu-events/powerpc: Add hv_24x7 socket/chip level metric events

[PATCH] perf documentation: Add desription forHEADER_TRACING_DATA
 2020-03-12 11:48 UTC  (3+ messages)

[PATCH] perf tools: add support for lipfm4
 2020-03-12 10:03 UTC  (6+ messages)

[PATCH] perf doc: Set man page date to last git commit
 2020-03-11 13:25 UTC  (2+ messages)

[PATCH] perf/s390/json: Add new deflate counters for IBM z15
 2020-03-10 14:29 UTC 

[GIT PULL] perf/core improvements and fixes
 2020-03-10 11:15 UTC  (20+ messages)
` [PATCH 01/19] tools lib api fs: Move cgroupsfs_find_mountpoint()
` [PATCH 02/19] perf stat: Show percore counts in per CPU output
` [PATCH 03/19] perf llvm: Add debug hint message about missing kernel-devel package
` [PATCH 04/19] perf annotate: Get rid of annotation->nr_jumps
` [PATCH 05/19] libperf: Add counting example
` [PATCH 06/19] tools lib traceevent: Remove extra '\n' in print_event_time()
` [PATCH 07/19] tools headers UAPI: Update tools's copy of linux/perf_event.h
` [PATCH 08/19] perf tools: Add hw_idx in struct branch_stack
` [PATCH 09/19] perf evsel: Support PERF_SAMPLE_BRANCH_HW_INDEX
` [PATCH 10/19] perf header: Add check for unexpected use of reserved membrs in event attr
` [PATCH 11/19] perf expr: Add expr.c object
` [PATCH 12/19] perf expr: Move expr lexer to flex
` [PATCH 13/19] perf expr: Increase EXPR_MAX_OTHER to support metrics with more than 15 variables
` [PATCH 14/19] perf expr: Straighten expr__parse()/expr__find_other() interface
` [PATCH 15/19] perf expr: Make expr__parse() return -1 on error
` [PATCH 16/19] perf block-info: Fix wrong block address comparison in block_info__cmp()
` [PATCH 17/19] perf diff: Use __block_info__cmp() to replace block_pair_cmp()
` [PATCH 18/19] perf block-info: Allow selecting which columns to report and its order
` [PATCH 19/19] perf block-info: Support color ops to print block percents in color

[GIT PULL] perf/urgent fixes
 2020-03-07  7:31 UTC  (14+ messages)
` [PATCH 1/6] perf diff: Fix undefined string comparision spotted by clang's -Wstring-compare
` [PATCH 1/5] perf tests bp_account: Make global variable static
` [PATCH 2/5] perf env: Do not return pointers to local variables
` [PATCH 2/6] perf top: Fix stdio interface input handling with glibc 2.28+
` [PATCH 3/6] perf bench futex-wake: Restore thread count default to online CPU count
` [PATCH 3/5] perf parse-events: Use asprintf() instead of strncpy() to read tracepoint files
` [PATCH 4/6] perf bench: Clear struct sigaction before sigaction() syscall
` [PATCH 4/5] perf bench: Share some global variables to fix build with gcc 10
` [PATCH 5/6] perf jevents: Fix leak of mapfile memory
` [PATCH 5/5] perf symbols: Don't try to find a vmlinux file when looking for kernel modules
` [PATCH 6/6] tools: Fix off-by 1 relative directory includes

[PATCHSET 00/10] perf: Improve cgroup profiling (v5)
 2020-03-06 15:05 UTC  (7+ messages)
` [PATCH 06/10] perf report: Add 'cgroup' sort key
` [PATCH 07/10] perf record: Support synthesizing cgroup events

[PATCH v3 0/8] powerpc/perf: Add json file metric support for the hv_24x7 socket/chip level events
 2020-03-06  4:52 UTC  (13+ messages)
` [PATCH v3 1/8] powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 events run
` [PATCH v3 2/8] powerpc/hv-24x7: Add rtas call in hv-24x7 driver to get processor details
` [PATCH v3 3/8] powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show "
` [PATCH v3 4/8] Documentation/ABI: Add ABI documentation for chips and sockets
` [PATCH v3 5/8] powerpc/hv-24x7: Update post_mobility_fixup() to handle migration
` [PATCH v3 6/8] perf/tools: Enhance JSON/metric infrastructure to handle "?"
` [PATCH v3 7/8] tools/perf: Enable Hz/hz prinitg for --metric-only option
` [PATCH v3 8/8] perf/tools/pmu-events/powerpc: Add hv_24x7 socket/chip level metric events

[GIT PULL] perf/urgent fixes
 2020-03-05 15:16 UTC  (9+ messages)
` [PATCH 1/5] perf tests bp_account: Make global variable static
` [PATCH 2/5] perf env: Do not return pointers to local variables
` [PATCH 3/5] perf parse-events: Use asprintf() instead of strncpy() to read tracepoint files
` [PATCH 4/5] perf bench: Share some global variables to fix build with gcc 10
` [PATCH 5/5] perf symbols: Don't try to find a vmlinux file when looking for kernel modules

[PATCH] perf/s390/json: Add new deflate counters for IBM z15
 2020-03-05 13:11 UTC 

[PATCH v3 0/8] powerpc/perf: Add json file metric support for the hv_24x7 socket/chip level events
 2020-02-29  9:13 UTC  (3+ messages)
` [PATCH v3 6/8] perf/tools: Enhance JSON/metric infrastructure to handle "?"
` [PATCH v3 7/8] tools/perf: Enable Hz/hz prinitg for --metric-only option


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