linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-08 18:54:29 to 2025-05-14 23:24:10 UTC [more...]

[PATCH v4 00/38] Mediated vPMU 4.0 for x86
 2025-05-14 23:24 UTC  (12+ messages)
` [PATCH v4 01/38] perf: Support get/put mediated PMU interfaces
` [PATCH v4 04/38] perf: Add a EVENT_GUEST flag
` [PATCH v4 05/38] perf: Add generic exclude_guest support
` [PATCH v4 06/38] x86/irq: Factor out common code for installing kvm irq handler
` [PATCH v4 07/38] perf: core/x86: Register a new vector for KVM GUEST PMI

[PATCH v6 0/9] x86: Add support for NMI-source reporting with FRED
 2025-05-14 21:34 UTC  (12+ messages)
` [PATCH v6 1/9] x86/fred, KVM: VMX: Pass event data to the FRED entry point from KVM
` [PATCH v6 2/9] x86/cpufeatures: Add the CPUID feature bit for NMI-source reporting
` [PATCH v6 3/9] x86/nmi: Extend the registration interface to include the NMI-source vector
` [PATCH v6 4/9] x86/nmi: Assign and register NMI-source vectors
` [PATCH v6 5/9] x86/nmi: Add support to handle NMIs with source information
` [PATCH v6 6/9] x86/nmi: Prepare for the new NMI-source vector encoding
` [PATCH v6 7/9] x86/nmi: Enable NMI-source for IPIs delivered as NMIs
` [PATCH v6 8/9] perf/x86: Enable NMI-source reporting for perfmon
` [PATCH v6 9/9] x86/nmi: Print source information with the unknown NMI console message

[PATCH v16 00/10] perf record --off-cpu: Dump off-cpu samples directly
 2025-05-14 20:15 UTC  (5+ messages)

[PATCH] perf trace: Show zero value in STRARRAY
 2025-05-14 20:09 UTC  (2+ messages)

[PATCH] perf trace: Support --summary-mode=cgroup
 2025-05-14 20:07 UTC  (4+ messages)

[PATCH] perf trace: Split BPF skel code to util/trace_augment.c
 2025-05-14 18:36 UTC  (2+ messages)

[PATCH] perf record: Usability enhancement for Auto Counter Reload
 2025-05-14 18:05 UTC  (3+ messages)

[PATCH V2 00/15] perf: Fix the throttle logic for group
 2025-05-14 15:14 UTC  (16+ messages)
` [PATCH V2 01/15] perf: Fix the throttle logic for a group
` [PATCH V2 02/15] perf/x86/intel: Remove driver-specific throttle support
` [PATCH V2 03/15] perf/x86/amd: "
` [PATCH V2 04/15] perf/x86/zhaoxin: "
` [PATCH V2 05/15] powerpc/perf: "
` [PATCH V2 06/15] s390/perf: "
` [PATCH V2 07/15] perf/arm: "
` [PATCH V2 08/15] perf/apple_m1: "
` [PATCH V2 09/15] alpha/perf: "
` [PATCH V2 10/15] arc/perf: "
` [PATCH V2 11/15] csky/perf: "
` [PATCH V2 12/15] loongarch/perf: "
` [PATCH V2 13/15] sparc/perf: "
` [PATCH V2 14/15] xtensa/perf: "
` [PATCH V2 15/15] mips/perf: "

[PATCH 1/2 v1] perf: move perf_pmus__find_core_pmu() prototype to pmus.h
 2025-05-14 15:06 UTC  (4+ messages)
` [PATCH 2/2 v3] perf top: populate PMU capabilities data in perf_env

[PATCH Fix perf cgroup problem 0/2]
 2025-05-14  6:47 UTC  (3+ messages)
` [PATCH Fix perf cgroup problem 1/2] perf/core: Fix nr_cgroups/cpuctx->cgrp is not updated correctly
` [PATCH Fix perf cgroup problem 2/2] perf/core: Fix WARN_ON_ONCE(cpuctx->ctx.nr_cgroups == 0) in perf_cgroup_switch

[PATCH v2 0/3] Add support for SPE Data Source packet on HiSilicon HIP12
 2025-05-14  3:38 UTC  (2+ messages)

[PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
 2025-05-13 22:36 UTC  (10+ messages)

[PATCH v4 0/3] Fix incorrect counts when count the same uncore event multiple time
 2025-05-13 21:45 UTC  (4+ messages)
` [PATCH v4 1/3] perf evlist: Make uniquifying counter names consistent
` [PATCH v4 2/3] perf parse-events: Use wildcard processing to set an event to merge into
` [PATCH v4 3/3] perf test: Add stat uniquifying test

[PATCH v3 0/3] Fix incorrect counts when count the same uncore event multiple times
 2025-05-13 21:56 UTC  (7+ messages)
` [PATCH v3 1/3] perf evlist: Make uniquifying counter names consistent
` [PATCH v3 2/3] perf parse-events: Use wildcard processing to set an event to merge into
` [PATCH v3 3/3] perf test: Add stat uniquifying test

[PATCH v2 0/4] perf python: Add missing infra pieces for counting perf events
 2025-05-13 21:47 UTC  (12+ messages)
` [PATCH v2 1/4] perf python: Add support for perf_counts_values to return counter data
` [PATCH v2 2/4] perf python: Add evsel read method
` [PATCH v2 3/4] perf python: Add evlist close support
` [PATCH v2 4/4] perf python: Add counting.py as example for counting perf events

[PATCH v2] perf report: Add 'tgid' sort key
 2025-05-13 20:52 UTC  (2+ messages)

[PATCH 1/2] perf test: Fix LBR test by ignoring idle task
 2025-05-13 20:46 UTC  (6+ messages)
` [PATCH 2/2] perf test: Update sysfs path for core PMU caps

make -C tools/perf build-test failing on aarch64
 2025-05-13 20:43 UTC  (4+ messages)

[PATCH] perf tools: Fix arm64 source package build
 2025-05-13 20:35 UTC  (2+ messages)

[PATCH v1 1/2] perf list: Display the PMU name associated with a perf metric in json
 2025-05-13 20:25 UTC  (7+ messages)
` [PATCH v1 2/2] perf test: Hybrid improvements for metric value validation test

[PATCH v1 0/3] Metric related performance improvements
 2025-05-13 19:35 UTC  (8+ messages)

[PATCH] perf/arm-cmn: Initialise cmn->cpu earlier
 2025-05-13 19:10 UTC  (2+ messages)

[PATCH v2] perf top: populate PMU capabilities data in perf_env
 2025-05-13 17:27 UTC  (4+ messages)

[PATCH 0/3] perf/arm-ni: IRQ improvements
 2025-05-13 15:39 UTC  (4+ messages)
` [PATCH 1/3] perf/arm-ni: Set initial IRQ affinity
` [PATCH 2/3] perf/arm-ni: Consolidate CPU affinity handling
` [PATCH 3/3] perf/arm-ni: Support sharing IRQs within an NI instance

[RFC PATCH 00/15] perf: Fix the throttle logic for group
 2025-05-13 14:47 UTC  (9+ messages)
` [RFC PATCH 01/15] perf: Fix the throttle logic for a group
` [RFC PATCH 03/15] perf/x86/amd: Remove driver-specific throttle support
` [RFC PATCH 14/15] xtensa/perf: "

[PATCH v4 0/4] perf/amd/ibs: Add Zen5 support (tools changes)
 2025-05-13  8:32 UTC  (3+ messages)

[PATCH v2 0/3] Metric related performance improvements
 2025-05-12 19:46 UTC  (4+ messages)
` [PATCH v2 1/3] perf fncache: Switch to using hashmap
` [PATCH v2 2/3] perf pmu: Change aliases from list to hashmap
` [PATCH v2 3/3] perf metricgroup: Binary search when resolving referred to metrics

[PATCH v3] perf tests: Harden branch stack sampling test
 2025-05-12 17:55 UTC  (2+ messages)

[PATCH v2 0/3] Fix incorrect counts when count the same uncore event multiple times
 2025-05-12 17:52 UTC  (4+ messages)
` [PATCH v2 1/3] perf evlist: Make uniquifying counter names consistent

[PATCH v1 1/2] perf evsel: Add per-thread warning for EOPNOTSUPP open failues
 2025-05-12 16:46 UTC  (2+ messages)

[PATCH 0/3] perf intel-pt: Fix PEBS-via-PT data_src etc
 2025-05-12 16:38 UTC  (6+ messages)
` [PATCH 1/3] perf intel-pt: Fix PEBS-via-PT data_src
` [PATCH 2/3] perf intel-pt: Do not default to recording all switch events
` [PATCH 3/3] perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3

[BUG?] perf_event_open fails on synthetic event created through dynamic_events
 2025-05-12 14:22 UTC  (2+ messages)

[RFC/PATCHSET 00/11] perf mem: Add new output fields for data source (v1)
 2025-05-12 10:01 UTC  (4+ messages)

[PATCH v3 0/7] DT: Enable sharing resources for SMT threads
 2025-05-12  8:07 UTC  (8+ messages)
` [PATCH v3 1/7] of: add infra for finding CPU id from phandle
` [PATCH v3 2/7] arch_topology: update CPU map to use the new API
` [PATCH v3 3/7] coresight: cti: Use of_cpu_phandle_to_id for grabbing CPU id
` [PATCH v3 4/7] coresight: "
` [PATCH v3 5/7] perf/arm-dsu: refactor cpu id retrieval via new API of_cpu_phandle_to_id
` [PATCH v3 6/7] arm64: of: handle multiple threads in ARM cpu node
` [PATCH v3 7/7] of: of_cpu_phandle_to_id to support SMT threads

[PATCH v3] perf script: perf script tests fails with segfault
 2025-05-11  5:33 UTC  (2+ messages)

[PATCH] perf stat: Fix JSON output formatting in iostat_prefix()
 2025-05-10 17:38 UTC 

[PATCH v7 00/21] drivers/perf: apple_m1: Add Apple A7-A11, T2 SoC support
 2025-05-10 15:11 UTC  (22+ messages)
` [PATCH v7 01/21] dt-bindings: arm: pmu: Add Apple A7-A11 SoC CPU PMU compatibles
` [PATCH v7 02/21] drivers/perf: apple_m1: Only init PMUv3 remap when EL2 is available
` [PATCH v7 03/21] drivers/perf: apple_m1: Support per-implementation event tables
` [PATCH v7 04/21] drivers/perf: apple_m1: Support a per-implementation number of counters
` [PATCH v7 05/21] drivers/perf: apple_m1: Support configuring counters for 32-bit EL0
` [PATCH v7 06/21] drivers/perf: apple_m1: Support per-implementation PMU startup
` [PATCH v7 07/21] drivers/perf: apple_m1: Support per-implementation event attr group
` [PATCH v7 08/21] drivers/perf: apple_m1: Add Apple A7 support
` [PATCH v7 09/21] drivers/perf: apple_m1: Add Apple A8/A8X support
` [PATCH v7 10/21] drivers/perf: apple_m1: Add A9/A9X support
` [PATCH v7 11/21] drivers/perf: apple_m1: Add Apple A10/A10X/T2 Support
` [PATCH v7 12/21] drivers/perf: apple_m1: Add Apple A11 Support
` [PATCH v7 13/21] arm64: dts: apple: s5l8960x: Add CPU PMU nodes
` [PATCH v7 14/21] arm64: dts: apple: t7000: "
` [PATCH v7 15/21] arm64: dts: apple: t7001: "
` [PATCH v7 16/21] arm64: dts: apple: s800-0-3: "
` [PATCH v7 17/21] arm64: dts: apple: s8001: "
` [PATCH v7 18/21] arm64: dts: apple: t8010: "
` [PATCH v7 19/21] arm64: dts: apple: t8011: "
` [PATCH v7 20/21] arm64: dts: apple: t8012: "
` [PATCH v7 21/21] arm64: dts: apple: t8015: "

[PATCH RESEND v6 03/21] drivers/perf: apple_m1: Support per-implementation event tables
 2025-05-10  5:58 UTC  (3+ messages)

[PATCH v2] perf lock contention: Add -J/--inject-delay option
 2025-05-09 20:15 UTC  (2+ messages)

[PATCHv2 bpf-next 0/3] bpf: Retrieve ref_ctr_offset from uprobe perf link
 2025-05-09 20:05 UTC  (5+ messages)
` [PATCHv2 bpf-next 1/3] bpf: Add support to retrieve ref_ctr_offset for "
` [PATCHv2 bpf-next 2/3] selftests/bpf: Add link info test for ref_ctr_offset retrieval
` [PATCHv2 bpf-next 3/3] bpftool: Display ref_ctr_offset for uprobe link info

[PATCH v2 0/6] Use rustc-demangle for Rust demangling
 2025-05-09 20:03 UTC  (2+ messages)

[PATCH] perf/x86/intel: Fix segfault with PEBS-via-PT with sample_freq
 2025-05-09 17:01 UTC  (2+ messages)

[PATCH v5 00/17] perf: Deferred unwinding of user space stack traces
 2025-05-09 15:55 UTC  (8+ messages)
` [PATCH v5 13/17] perf: Support deferred user callchains

[PATCH bpf-next 0/3] bpf: Retrieve ref_ctr_offset from uprobe perf link
 2025-05-09 15:54 UTC  (6+ messages)
` [PATCH bpf-next 3/3] bpftool: Display ref_ctr_offset for uprobe link info

[RFC/PATCH] perf lock contention: Add -J/--inject-delay option
 2025-05-09 15:48 UTC  (5+ messages)

[PATCH v1] perf trace: Fix some more memory leaks
 2025-05-09 15:47 UTC  (5+ messages)

[PATCH] perf/arm-cmn: Fix REQ2/SNP2 mixup
 2025-05-09 13:55 UTC  (2+ messages)

[PATCH v1] perf/amlogic: Replace smp_processor_id() with raw_smp_processor_id() in meson_ddr_pmu_create()
 2025-05-09 13:55 UTC  (2+ messages)

[PATCH v2 00/47] Perf build support for -Wshorten-64-to-32
 2025-05-09 12:56 UTC  (3+ messages)
` [PATCH v2 05/47] arm64: cputype: Silence -Wshorten-64-to-32 warnings

[PATCH v3 4/7] arm64: probes: Add GCS support to bl/blr/ret
 2025-05-09 11:56 UTC  (2+ messages)

[PATCH 0/3] perf vendor events amd: Address event errata
 2025-05-09  8:40 UTC  (5+ messages)

[PATCH] perf/x86/intel: KVM: Mask PEBS_ENABLE loaded for guest with vCPU's value
 2025-05-09  2:19 UTC  (6+ messages)

[PATCH] perf kvm: Fix arm64 VM-EXIT event detection
 2025-05-09  1:54 UTC 

[PATCH v5 0/9] x86: Add support for NMI-source reporting with FRED
 2025-05-09  0:46 UTC  (11+ messages)
` [PATCH v5 5/9] x86/nmi: Add support to handle NMIs with source information
` [PATCH v5 8/9] perf/x86: Enable NMI-source reporting for perfmon

[PATCH v5] perf: Allocate non-contiguous AUX pages by default
 2025-05-08 23:26 UTC 

perf r5101c4 counter regression
 2025-05-08 20:56 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).