linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-23 14:30:38 to 2022-12-02 20:05:21 UTC [more...]

[RFC PATCH v2 0/6] Add metrics for neoverse-n2
 2022-12-02 20:05 UTC  (11+ messages)
` [PATCH v3 "
` [PATCH v3 1/6] perf vendor events arm64: Add topdown L1 "
` [PATCH v3 2/6] perf vendor events arm64: Add TLB "
` [PATCH v3 3/6] perf vendor events arm64: Add cache "
` [PATCH v3 4/6] perf vendor events arm64: Add branch "
` [PATCH v3 5/6] perf vendor events arm64: Add PE utilization "
` [PATCH v3 6/6] perf vendor events arm64: Add instruction mix "

[PATCH v2 0/4] perf use system libtraceevent
 2022-12-02 19:45 UTC  (11+ messages)
` [PATCH v2 1/4] perf util: Make header guard consistent with tool
` [PATCH v2 2/4] perf util: Add host_is_bigendian to util.h
` [PATCH v2 3/4] perf build: Use libtraceevent from the system

[PATCH] perf stat: Fix multi-line metric output in JSON
 2022-12-02 19:31 UTC  (2+ messages)

[PATCH][next] perf/x86/amd: fix potential integer overflow on shift of a int
 2022-12-02 19:10 UTC  (3+ messages)

[PATCH 1/2] perf tests: Fix "perf stat JSON output linter" test for new output
 2022-12-02 18:46 UTC  (7+ messages)
` [PATCH 2/2] perf stat: Fix invalid output handle

[PATCH] perf: Fix interpretation of branch records
 2022-12-02 18:33 UTC  (6+ messages)

[PATCH 0/9] tools: Make {clear,set}_bit() atomic for reals
 2022-12-02 18:27 UTC  (5+ messages)
` [PATCH 5/9] perf tools: Use dedicated non-atomic clear/set bit helpers

[PATCH 13/15] perf stat: Fix JSON output in metric-only mode
 2022-12-02 18:03 UTC 

[PATCH 0/5] Improvements to incremental builds
 2022-12-02  4:57 UTC  (6+ messages)
` [PATCH 1/5] tools lib api: Add dependency test to install_headers
` [PATCH 2/5] tools lib perf: "
` [PATCH 3/5] tools lib subcmd: "
` [PATCH 4/5] tools lib symbol: "
` [PATCH 5/5] perf build: Fix python/perf.so library's name

[PATCH v2 0/2] perf test: Add event group test
 2022-12-01 16:29 UTC  (9+ messages)
` [PATCH v2 1/2] perf tool: Move pmus list variable to new a file
` [PATCH v2 2/2] perf test: Add event group test

[PATCH] perf/core: Reset remaining bits in perf_clear_branch_entry_bitfields()
 2022-12-01 10:24 UTC  (2+ messages)

[PATCH] perf build: Fixes for LIBTRACEEVENT_DYNAMIC
 2022-12-01  9:41 UTC  (2+ messages)

[PATCH v3] perf jevents: Parse metrics during conversion
 2022-12-01  3:41 UTC 

[PATCH v2 0/2] bpftool: improve error handing for missing .BTF section
 2022-12-01  0:55 UTC  (6+ messages)
` [PATCH v2 1/2] libbpf: show error info about missing ".BTF" section
` [PATCH v2 2/2] bpf: makefiles: do not generate empty vmlinux.h

[PATCHSET 00/15] perf stat: Improve perf stat output (v2)
 2022-11-30 21:21 UTC  (39+ messages)
` [PATCH 01/15] perf stat: Fix cgroup display in JSON output
` [PATCH 02/15] perf stat: Move summary prefix printing logic in CSV output
` [PATCH 03/15] perf stat: Do not align time prefix "
` [PATCH 04/15] perf stat: Use scnprintf() in prepare_interval()
` [PATCH 05/15] perf stat: Remove prefix argument in print_metric_headers()
` [PATCH 06/15] perf stat: Remove metric_only argument in print_counter_aggrdata()
` [PATCH 07/15] perf stat: Pass const char *prefix to display routines
` [PATCH 08/15] perf stat: Use struct outstate in evlist__print_counters()
` [PATCH 09/15] perf stat: Pass struct outstate to print_metric_begin()
` [PATCH 10/15] perf stat: Pass struct outstate to printout()
` [PATCH 11/15] perf stat: Do not pass runtime_stat "
` [PATCH 12/15] perf stat: Pass through struct outstate
` [PATCH 13/15] perf stat: Fix JSON output in metric-only mode
` [PATCH 14/15] perf stat: Rename "aggregate-number" to "cpu-count" in JSON
` [PATCH 15/15] perf stat: Tidy up JSON metric-only output when no metrics

[PATCH] Revert "perf stat: Rename "aggregate-number" to "cpu-count" in JSON"
 2022-11-30 19:36 UTC 

[PATCH V5 0/7] arm64/perf: Enable branch stack sampling
 2022-11-30 16:56 UTC  (18+ messages)
` [PATCH V5 2/7] arm64/perf: Update struct arm_pmu for BRBE
` [PATCH V5 4/7] driver/perf/arm_pmu_platform: Add support for BRBE attributes detection
` [PATCH V5 5/7] arm64/perf: Drive BRBE from perf event states
` [PATCH V5 6/7] arm64/perf: Add BRBE driver

[PATCH] hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2022-11-30 12:08 UTC  (5+ messages)

[PATCH] arm64/perf: Replace PMU version number '0' with ID_AA64DFR0_EL1_PMUVer_NI
 2022-11-29 19:52 UTC  (5+ messages)

[PATCH] perf build: Fix LIBTRACEEVENT_DYNAMIC
 2022-11-29 19:33 UTC  (4+ messages)

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-29  9:15 UTC  (15+ messages)
` [PATCH mm-unstable v1 09/20] mm/gup: reliable R/O long-term pinning in COW mappings
` [PATCH mm-unstable v1 16/20] mm/frame-vector: remove FOLL_FORCE usage

[PATCH 0/2] bpftool: improve error handing for missing .BTF section
 2022-11-29  8:59 UTC  (7+ messages)
` [PATCH 1/2] libbpf: show more info about missing ".BTF" section
` [PATCH 2/2] makefiles: do not generate empty vmlinux.h

[PATCH AUTOSEL 4.9 3/5] ARM: 9251/1: perf: Fix stacktraces for tracepoint events in THUMB2 kernels
 2022-11-28 17:43 UTC 

[PATCH AUTOSEL 4.14 3/9] ARM: 9251/1: perf: Fix stacktraces for tracepoint events in THUMB2 kernels
 2022-11-28 17:42 UTC 

[PATCH AUTOSEL 4.19 03/12] ARM: 9251/1: perf: Fix stacktraces for tracepoint events in THUMB2 kernels
 2022-11-28 17:42 UTC 

[PATCH AUTOSEL 5.10 06/19] ARM: 9251/1: perf: Fix stacktraces for tracepoint events in THUMB2 kernels
 2022-11-28 17:41 UTC 

[PATCH AUTOSEL 5.4 05/16] ARM: 9251/1: perf: Fix stacktraces for tracepoint events in THUMB2 kernels
 2022-11-28 17:41 UTC 

[PATCH AUTOSEL 5.15 08/24] ARM: 9251/1: perf: Fix stacktraces for tracepoint events in THUMB2 kernels
 2022-11-28 17:40 UTC 

[PATCH AUTOSEL 6.0 14/39] ARM: 9251/1: perf: Fix stacktraces for tracepoint events in THUMB2 kernels
 2022-11-28 17:35 UTC 

[PATCH v3 0/8] perf: Arm SPEv1.2 support
 2022-11-28 17:15 UTC  (6+ messages)
` [PATCH v3 7/8] perf: Add perf_event_attr::config3

[PATCH] perf test: Add event group test
 2022-11-28 17:14 UTC  (4+ messages)

[PATCH] KVM: arm64: Replace PMU version number '0' with ID_AA64DFR0_EL1_PMUVer_NI
 2022-11-28 14:06 UTC  (2+ messages)

Available Arm CPUs with SPE
 2022-11-28 11:02 UTC  (5+ messages)

[PATCH] perf/x86/amd/lbr:convert sysfs snprintf to sysfs_emit
 2022-11-27 13:00 UTC 

[PATCH] tools: Rename __fallthrough to fallthrough
 2022-11-25 18:50 UTC  (2+ messages)

[PATCH] perf annotate: Work with vmlinux outside symfs
 2022-11-25 11:42 UTC 

[PATCH] perf: unwind: Fix symfs with libdw
 2022-11-25 11:27 UTC 

perf: list of failures from LKFT CI
 2022-11-25 11:14 UTC 

[PATCH RFC 0/6] Add metrics for neoverse-n2
 2022-11-24 16:51 UTC  (14+ messages)
` [RFC PATCH v2 1/6] perf vendor events arm64: Add topdown L1 "
  ` [External] : "

[PATCH v2 0/3] perf list libpfm fixes
 2022-11-24 13:06 UTC  (2+ messages)

[PATCH] perf symbol: correction while adjusting symbol
 2022-11-24 12:55 UTC  (4+ messages)

[PATCH v3 1/4] perf vendor events intel: Add core event list for Alderlake-N
 2022-11-24 12:48 UTC  (4+ messages)
` [PATCH v3 2/4] perf vendor events intel: Add uncore "
` [PATCH v3 3/4] perf vendor events intel: Add metrics "

[PATCH v6 00/14] coresight: Add new API to allocate trace source ID values
 2022-11-24 11:04 UTC  (16+ messages)
` [PATCH v6 01/14] coresight: trace-id: Add API to dynamically assign Trace "
` [PATCH v6 02/14] coresight: Remove obsolete Trace ID unniqueness checks
` [PATCH v6 03/14] coresight: perf: traceid: Add perf ID allocation and notifiers
` [PATCH v6 04/14] coresight: stm: Update STM driver to use Trace ID API
` [PATCH v6 05/14] coresight: etm4x: Update ETM4 "
` [PATCH v6 06/14] coresight: etm3x: Update ETM3 "
` [PATCH v6 07/14] coresight: etmX.X: stm: Remove trace_id() callback
` [PATCH v6 08/14] coresight: trace id: Remove legacy get trace ID function
` [PATCH v6 09/14] perf: cs-etm: Move mapping of Trace ID and cpu into helper function
` [PATCH v6 10/14] perf: cs-etm: Update record event to use new Trace ID protocol
` [PATCH v6 11/14] kernel: events: Export perf_report_aux_output_id()
` [PATCH v6 12/14] perf: cs-etm: Handle PERF_RECORD_AUX_OUTPUT_HW_ID packet
` [PATCH v6 13/14] coresight: events: PERF_RECORD_AUX_OUTPUT_HW_ID used for Trace ID
` [PATCH v6 14/14] coresight: trace-id: Add debug & test macros to Trace ID allocation

[PATCH v2 1/5] perf vendor events intel: Add core event list for Alderlake-N
 2022-11-24  2:18 UTC  (6+ messages)

[PATCH linux-next] perf stat: remove redundant variable in arch_get_topdown_pmu_name
 2022-11-23 23:33 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).