messages from 2025-05-16 18:29:31 to 2025-05-21 13:55:40 UTC [more...]
[PATCH V4 00/16] perf: Fix the throttle logic for group
2025-05-21 13:55 UTC (21+ 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 v2 0/3] Generic weight struct, use env for sort key and header
2025-05-21 13:54 UTC (4+ messages)
` [PATCH v2 1/3] perf sample: Remove arch notion of sample parsing
` [PATCH v2 2/3] perf test: Move PERF_SAMPLE_WEIGHT_STRUCT parsing to common test
` [PATCH v2 3/3] perf sort: Use perf_env to set arch sort keys and header
[PATCH v1 0/3] Generic weight struct, use env for sort key and header
2025-05-21 13:48 UTC (6+ messages)
` [PATCH v1 1/3] perf sample: Remove arch notion of sample parsing
` [PATCH v1 2/3] perf test: Move PERF_SAMPLE_WEIGHT_STRUCT parsing to common test
` [PATCH v1 3/3] perf sort: Use perf_env to set arch sort keys and header
[PATCH v22 0/5] arm64/perf: Enable branch stack sampling
2025-05-21 13:22 UTC (10+ messages)
` [PATCH v22 1/5] arm64/sysreg: Add BRBE registers and fields
` [PATCH v22 2/5] arm64: el2_setup.h: Make __init_el2_fgt labels consistent, again
` [PATCH v22 3/5] arm64: Handle BRBE booting requirements
` [PATCH v22 4/5] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH v22 5/5] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)
[PATCH v3 0/7] perf python: Add missing infra pieces for counting
2025-05-21 13:20 UTC (11+ 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] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
2025-05-21 13:03 UTC (9+ messages)
[PATCH v2 0/7] riscv: pmu: Add support for Control Transfer Records Ext
2025-05-21 10:47 UTC (5+ messages)
` [PATCH v2 1/7] perf: Increase the maximum number of samples to 256
[PATCH v2 0/3] Add support for SPE Data Source packet on HiSilicon HIP12
2025-05-21 10:37 UTC (5+ messages)
` [PATCH v2 2/3] perf arm-spe: "
` [PATCH v2 3/3] perf mem: Count L2 HITM for c2c statistic
[PATCH 00/10] perf: arm_spe: Armv8.8 SPE features
2025-05-21 9:51 UTC (26+ 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
[RFC/PATCH] perf report: Support latency profiling in system-wide mode
2025-05-21 7:30 UTC (16+ messages)
[PATCH v4 0/3] Add support for long task name
2025-05-21 6:23 UTC (4+ messages)
` [PATCH v4 1/3] exec: Remove obsolete comments
` [PATCH v4 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v4 3/3] exec: Add support for 64 byte 'tsk->comm_ext'
[PATCH v3 0/8] perf sched: Introduce stats tool
2025-05-21 5:32 UTC (4+ messages)
` [PATCH v3 4/8] perf sched stats: Add support for report subcommand
[tip: perf/urgent] perf/x86/amd/core: Fix Family 17h+ instruction cache events
2025-05-21 5:30 UTC (4+ messages)
[PATCH v21 0/4] arm64/perf: Enable branch stack sampling
2025-05-20 22:22 UTC (12+ 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] perf trace: Increase syscall handler map size to 1024
2025-05-20 22:14 UTC (4+ messages)
[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 (10+ messages)
` [PATCH V3 02/16] perf: Fix the throttle logic for a group
` [PATCH V3 11/16] arc/perf: Remove driver-specific throttle support
` [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 (23+ 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 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 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)
[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 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] 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 (4+ 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)
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).