linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-16 02:37:35 to 2025-05-20 22:02:42 UTC [more...]

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

[PATCH v1 1/3] perf dso: Minor refactor to allow Wthread-safety analysis
 2025-05-20 21:17 UTC  (4+ messages)
` [PATCH v1 2/3] perf rwsem: Add thread-safety annotations
` [PATCH v1 3/3] perf thread: Ensure comm_lock held for comm_list

[PATCH V3] perf ftrace: Use process/session specific trace settings
 2025-05-20 20:58 UTC  (2+ messages)

IBS perf test failures on 9950x3d
 2025-05-20 20:47 UTC  (7+ messages)

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

[PATCH FYI 0/7] Updating some kernel headers with the kernel sources
 2025-05-20 19:38 UTC  (18+ messages)
` [PATCH 1/7] tools include UAPI: Sync linux/vhost.h "
` [PATCH 2/7] tools arch x86: Sync the msr-index.h copy "
` [PATCH 3/7] tools headers x86 cpufeatures: Sync with the kernel sources to pick ZEN6 and Indirect Target Selection (ITS) bits
` [PATCH 4/7] tools headers: Sync the linux/unaligned.h copy with the kernel sources
` [PATCH 5/7] tools headers: Synchronize uapi/linux/bits.h "
` [PATCH 6/7] tools headers compiler: Pick the const_true() define from "
` [PATCH 7/7] tools headers: Synchronize linux/bits.h with "

[PATCH v4 00/38] Mediated vPMU 4.0 for x86
 2025-05-20 18:50 UTC  (27+ messages)
` [PATCH v4 04/38] perf: Add a EVENT_GUEST flag
` [PATCH v4 23/38] KVM: x86/pmu: Configure the interception of PMU MSRs
` [PATCH v4 24/38] KVM: x86/pmu: Exclude PMU MSRs in vmx_get_passthrough_msr_slot()
` [PATCH v4 25/38] KVM: x86/pmu: Add AMD PMU registers to direct access list
` [PATCH v4 27/38] KVM: x86/pmu: Handle PMU MSRs interception and event filtering
` [PATCH v4 29/38] KVM: x86/pmu: Switch host/guest PMU context at vm-exit/vm-entry
` [PATCH v4 32/38] KVM: nVMX: Add nested virtualization support for mediated PMU

[PATCH v3] perf pmu intel: Adjust cpumaks for sub-NUMA clusters on graniterapids
 2025-05-20 16:45 UTC  (8+ messages)

[PATCH 00/10] perf: arm_spe: Armv8.8 SPE features
 2025-05-20 16:22 UTC  (24+ messages)
` [PATCH 01/10] arm64: sysreg: Add new PMSIDR_EL1 and PMSFCR_EL1 fields
` [PATCH 02/10] perf: arm_spe: Support FEAT_SPEv1p4 filters
` [PATCH 03/10] perf: arm_spe: Add support for FEAT_SPE_EFT extended filtering
` [PATCH 04/10] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH 06/10] perf: Add perf_event_attr::config4
` [PATCH 07/10] perf: arm_spe: Add support for filtering on data source
` [PATCH 09/10] perf tools: Add support for perf_event_attr::config4
` [PATCH 10/10] perf docs: arm-spe: Document new SPE filtering features

[PATCH] perf trace: Increase syscall handler map size to 1024
 2025-05-20 15:05 UTC  (3+ messages)

[PATCH v3 0/8] perf sched: Introduce stats tool
 2025-05-20 10:36 UTC  (3+ messages)
` [PATCH v3 4/8] perf sched stats: Add support for report subcommand

[PATCH RESEND] perf stat: Fix JSON output formatting in iostat_prefix()
 2025-05-20  9:45 UTC 

[PATCH v2] perf ftrace: Use process/session specific trace settings
 2025-05-20  9:21 UTC  (5+ messages)

[RFC/PATCH] perf report: Support latency profiling in system-wide mode
 2025-05-20  6:45 UTC  (14+ messages)

[PATCH for 6.14.y] perf tools: Fix build error for LoongArch
 2025-05-20  6:30 UTC 

[PATCH] perf tests switch-tracking: Fix timestamp comparison
 2025-05-20  1:52 UTC  (7+ messages)

[PATCH v21 0/4] arm64/perf: Enable branch stack sampling
 2025-05-19 21:56 UTC  (11+ messages)
` [PATCH v21 1/4] arm64/sysreg: Add BRBE registers and fields
` [PATCH v21 2/4] arm64: Handle BRBE booting requirements
` [PATCH v21 3/4] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH v21 4/4] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)

[PATCH v2] perf test probe_vfs_getname: Add regex for searching probe line
 2025-05-19 21:29 UTC  (2+ messages)

[PATCH v2 0/5] perf test trace: Reduce test failures and make error messages verbose
 2025-05-19 19:58 UTC  (13+ messages)
` [PATCH v2 1/5] perf test trace: Use shell's -f flag to check if vmlinux exists
` [PATCH v2 2/5] perf test trace: Remove set -e and print trace test's error messages
` [PATCH v2 3/5] perf test trace: Stop tracing hrtimer_setup event in trace enum test
` [PATCH v2 4/5] perf test trace: Remove set -e for BTF general tests
` [PATCH v2 5/5] perf test trace BTF: Use --sort-events in "

[PATCH v3 0/7] perf python: Add missing infra pieces for counting
 2025-05-19 19:51 UTC  (8+ messages)
` [PATCH v3 1/7] libperf threadmap: Don't segv for index 0 for the NULL perf_thread_map
` [PATCH v3 2/7] libperf threadmap: Add perf_thread_map__idx
` [PATCH v3 3/7] perf python: Add evsel cpus and threads functions
` [PATCH v3 4/7] perf python: Add support for perf_counts_values to return counter data
` [PATCH v3 5/7] perf python: Add evsel read method
` [PATCH v3 6/7] perf python: Add evlist close support
` [PATCH v3 7/7] perf python: Add counting.py as example for counting perf events

[PATCH] perf record: Usability enhancement for Auto Counter Reload
 2025-05-19 16:17 UTC  (4+ messages)

[PATCH] perf/arm-cmn: Add CMN S3 ACPI binding
 2025-05-19 15:22 UTC  (2+ messages)

[PATCH 0/3] perf/arm-ni: IRQ improvements
 2025-05-19 14:57 UTC  (5+ messages)
` [PATCH 3/3] perf/arm-ni: Support sharing IRQs within an NI instance

[PATCH 6.14.y] perf: fix double calling of event->destroy
 2025-05-19 14:37 UTC 

[PATCH] perf test probe_vfs_getname: Correct probe line for updated kernel code
 2025-05-19  8:35 UTC  (3+ messages)

[PATCH] perf symbols: Ignore mapping symbols on riscv
 2025-05-19  8:13 UTC  (3+ messages)

[PATCH v1 0/5] perf test trace: Reduce test failures and make error messages verbose
 2025-05-18 18:18 UTC  (12+ messages)
` [PATCH v1 1/5] perf test trace: Use shell's -f flag to check if vmlinux exists
` [PATCH v1 2/5] perf test trace: Remove set -e and print trace test's error messages
` [PATCH v1 3/5] perf test trace: Stop tracing hrtimer_init event in trace enum test
` [PATCH v1 4/5] perf test trace: Remove set -e for BTF general tests
` [PATCH v1 5/5] perf test trace BTF: Use --sort-events in "

[PATCH] perf trace: always print return value for syscalls with set errpid
 2025-05-18 18:02 UTC  (4+ messages)

[tip: perf/urgent] perf/x86/amd/core: Fix Family 17h+ instruction cache events
 2025-05-17 13:02 UTC  (3+ messages)

[PATCH] perf ftrace: Use process/session specific trace settings
 2025-05-16 22:43 UTC  (3+ messages)

[PATCH v2 1/2] perf record: Add 8-byte aligned event type PERF_RECORD_COMPRESSED2
 2025-05-16 21:44 UTC  (12+ messages)

[PATCH] perf unwind-libdw: skip non-regular files
 2025-05-16 17:07 UTC  (2+ messages)

[PATCH] perf/arm-cmn: Initialise cmn->cpu earlier
 2025-05-16 15:37 UTC  (2+ messages)

[PATCH v1] perf intel-tpebs: Filter non-workload samples
 2025-05-16 14:35 UTC  (3+ messages)

[PATCH V2 00/15] perf: Fix the throttle logic for group
 2025-05-16 14:33 UTC  (10+ messages)
` [PATCH V2 01/15] perf: Fix the throttle logic for a group
` [PATCH V2 07/15] perf/arm: Remove driver-specific throttle support

[PATCH] arm64/ptrace: Make user_hwdebug_state.dbg_regs[] array size as ARM_MAX_BRP
 2025-05-16 13:59 UTC  (2+ messages)

[PATCH V4] perf test: Allow tolerance for leader sampling test
 2025-05-16  5:09 UTC  (6+ 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).