Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-05-13 23:32:14 to 2026-05-15 06:40:21 UTC [more...]

[PATCH 00/11] perf/x86/intel: Fix inaccurate hard-coded event configurations
 2026-05-15  6:40 UTC  (14+ messages)
` [PATCH 01/11] perf/x86/intel: Update event constraints and cache_extra_regs[] for ICX
` [PATCH 02/11] perf/x86/intel: Update event constraints and cache_extra_regs[] for SPR
` [PATCH 03/11] perf/x86/intel: Update event constraints for DMR
` [PATCH 04/11] perf/x86/intel: Update event constraints and cache_extra_regs[] for ADL
` [PATCH 05/11] perf/x86/intel: Update event constraints and cache_extra_regs[] for MTL
` [PATCH 06/11] perf/x86/intel: Update event constraints and cache_extra_regs[] for LNL
` [PATCH 07/11] perf/x86/intel: Update event constraints and cache_extra_regs[] for ARL
` [PATCH 08/11] perf/x86/intel: Update event constraints for PTL
` [PATCH 09/11] perf/x86/intel: Update event constraints and cache_extra_regs[] for NVL
` [PATCH 10/11] perf/x86/intel: Update event constraints and cache_extra_regs[] for SRF
` [PATCH 11/11] perf/x86/intel: Update event constraints and cache_extra_regs[] for CWF

[PATCH] tools/perf/test: Check for perf stat return code in perf all PMU test
 2026-05-15  6:25 UTC  (8+ messages)

[PATCH 0/7] Silence spurious warnings and crashes from kunit test suites
 2026-05-15  5:33 UTC  (21+ messages)
` [PATCH 1/7] init/initramfs_test: wait_for_initramfs() before running
` [PATCH 2/7] kfence: kunit: skip when no pool is available
` [PATCH 3/7] lib/math/int_log: drop WARN_ON for value == 0
` [PATCH 4/7] kunit: platform: catch duplicate (name, id) in kunit_platform_device_add()
` [PATCH 5/7] misc: reject duplicate names in misc_register()
` [PATCH 6/7] hw_breakpoint_test: fix test_many_cpus failure on large systems
` [PATCH 7/7] lib/tests: test_ratelimit: fix stress test thread lifecycle and leak

[PATCH v13 30/32] perf evsel: Add bounds checking to trace point raw data accessors
 2026-05-15  3:16 UTC  (2+ messages)

[PATCH v13 29/32] perf timechart: Bounds check CPU
 2026-05-15  2:56 UTC  (2+ messages)

[PATCH v13 28/32] perf sched: Bounds check CPU in sched switch events
 2026-05-15  2:21 UTC  (2+ messages)

[PATCH] perf cs-etm: stamp pid/tid/EL on each buffered packet to fix cross-pid attribution
 2026-05-15  2:11 UTC 

[PATCH v3 1/9] perf/x86/intel: Ensure guest PEBS path doesn't set unwanted PERF_GLOBAL_CTRL bits
 2026-05-15  1:49 UTC  (5+ messages)

[PATCH v2 00/18] perf build: Reduce build time by nearly half
 2026-05-15  1:00 UTC  (27+ messages)
` [PATCH v3 00/17] "
  ` [PATCH v3 01/17] bpftool build: Restrict feature tests during bootstrap compilation
  ` [PATCH v3 02/17] tools build: Integrate libdebuginfod into test-all fast path
  ` [PATCH v3 03/17] tools build: Fix test-clang-bpf-co-re.bin to generate target file
  ` [PATCH v3 04/17] perf trace beauty: Make beauty generated C code standalone .o files
  ` [PATCH v3 05/17] perf build: Decouple pmu-events from prepare umbrella target
  ` [PATCH v3 06/17] perf build: Remove empty archheaders target
  ` [PATCH v3 07/17] perf build: Move BPF skeleton generation out of Makefile.perf
  ` [PATCH v3 08/17] perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.mak
  ` [PATCH v3 09/17] perf build: Move static libbpf dependency out of prepare step
  ` [PATCH v3 10/17] perf build: Pre-generate BPF skeleton tooling during umbrella prepare phase
  ` [PATCH v3 11/17] perf build: Move libsymbol dependency out of prepare step
  ` [PATCH v3 12/17] perf build: Remove redundant libbpf feature check for static builds
  ` [PATCH v3 13/17] perf pmu-events: Split big_c_string storage into standalone compilation unit
  ` [PATCH v3 14/17] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py
  ` [PATCH v3 15/17] perf build: Prefix SCRIPTS with output directory to fix continuous rebuilds
  ` [PATCH v3 16/17] perf pmu-events: Convert recursive shell assignments and macros to Make built-ins
  ` [PATCH v3 17/17] perf build: Convert llvm-config shell queries to simply expanded variables

[PATCH v4 0/8] perf libunwind multiple remote support
 2026-05-15  0:28 UTC  (10+ messages)
` [PATCH v5 0/7] "
  ` [PATCH v5 1/7] perf unwind: Refactor get_entries to allow dynamic libdw/libunwind selection
  ` [PATCH v5 5/7] perf unwind-libunwind: Move flush/finish access out of local
  ` [PATCH v5 6/7] perf unwind-libunwind: Remove libunwind-local
  ` [PATCH v5 7/7] perf unwind-libunwind: Add RISC-V libunwind support

[PATCH v13 27/32] perf kmem: Add bounds checks to tracepoint read values
 2026-05-15  0:18 UTC  (2+ messages)

[PATCH v13 26/32] perf synthetic-events: Bound check when synthesizing mmap2 and build_id events
 2026-05-15  0:03 UTC  (2+ messages)

[PATCH v1] perf metricgroup: Avoid scanning unnecessary PMUs for identifier match
 2026-05-14 23:58 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v1] perf pmu-events AMD: Switch l2_itlb_misses to bp_l1_tlb_miss_l2_tlb_miss.all
 2026-05-14 23:55 UTC  (4+ messages)

[PATCH 2/2] perf build: compile BPF skeletons with -mcpu=v3
 2026-05-14 23:52 UTC  (4+ messages)

[PATCH v1] perf record: Refactor ARM64 leaf caller setup out of arch
 2026-05-14 23:49 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v13 25/32] perf kmem: Fix memory leaks on error path and when skipping
 2026-05-14 23:32 UTC  (2+ messages)

[PATCH v13 23/32] perf lock: Avoid segv if event is missing a callchain
 2026-05-14 22:54 UTC  (2+ messages)

[PATCH v2 0/2] perf: Improve refresh limit in overflow handler
 2026-05-14 21:36 UTC  (5+ messages)
` [PATCH v2 1/2] selftests/perf_events: Add test for refresh limit signals
` [PATCH v2 2/2] perf/core: Ignore overflows while disable is pending

[PATCH] perf/core: Use AUX pause/resume for throttling
 2026-05-14 21:10 UTC  (2+ messages)

[PATCH 1/7] perf/x86/intel/uncore: Rename refcount fields and other cleanups
 2026-05-14 19:06 UTC  (3+ messages)

[PATCH v7 13/20] KVM: arm64: Apply dynamic guest counter reservations
 2026-05-14 19:05 UTC  (3+ messages)

[PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers
 2026-05-14 18:59 UTC  (2+ messages)

[PATCH 0/6] tools/build: Allow versioning of all LLVM tools
 2026-05-14 18:45 UTC  (10+ messages)
` [PATCH 1/6] tools/build: Allow versioning of all LLVM tools defined in Makefile.include
` [PATCH 2/6] tools/build: Indent if else blocks
` [PATCH 3/6] selftests: Remove unused LLD variable
` [PATCH 4/6] tools/build: Allow versioning LLVM readelf
` [PATCH 5/6] tools/build: selftests: Allow versioning LLVM lld
` [PATCH 6/6] tools/build: selftests: Remove some duplicate toolchain definitions

[PATCH v7 09/20] KVM: arm64: Set up MDCR_EL2 to handle a Partitioned PMU
 2026-05-14 18:43 UTC  (2+ messages)

[PATCH v1 14/14] perf test: Remove /usr/bin/cc dependency from Intel PT shell test
 2026-05-14 18:28 UTC  (2+ messages)

[PATCH v7 08/20] KVM: arm64: Add Partitioned PMU register trap handlers
 2026-05-14 18:18 UTC  (2+ messages)

[PATCH v7 07/20] KVM: arm64: Set up FGT for Partitioned PMU
 2026-05-14 17:49 UTC  (2+ messages)

[PATCH v1 12/14] perf test: Add -j/--junit option for JUnit XML test reports
 2026-05-14 17:48 UTC  (2+ messages)

[PATCH 1/4] perf: nvidia_t410_cmem_latency: fix cpuhp state leak on init failure
 2026-05-14 17:34 UTC  (10+ messages)
` [PATCH 2/4] perf: nvidia_t410_cmem_latency: handle PERF_EF_UPDATE in stop
` [PATCH 3/4] perf: nvidia_t410_c2c: fix cpuhp state leak on init failure
` [PATCH 4/4] perf: nvidia_t410_c2c: handle PERF_EF_UPDATE in stop

[PATCH v13 12/32] perf inject: Don't pass evsel with sample
 2026-05-14 17:29 UTC  (2+ messages)

[PATCH] perf trace beauty fcntl: Fix build with older kernel headers
 2026-05-14 17:13 UTC  (5+ messages)

[PATCH v1 08/14] perf test: Add summary reporting
 2026-05-14 16:10 UTC  (2+ messages)

[PATCH 1/3] perf vendor events arm64: fix swapped MetricGroup for Tegra410 L1 prefetcher metrics
 2026-05-14 15:51 UTC  (2+ messages)

[PATCH v1 07/14] perf test: Show snippet failure output for verbose=1
 2026-05-14 15:50 UTC  (2+ messages)

[PATCH v1 06/14] perf test: Refactor parallel poll loop to drain all pipes simultaneously
 2026-05-14 14:27 UTC  (2+ messages)

[PATCH v1 04/14] perf test: Support dynamic test suites with setup callback and private data
 2026-05-14 12:10 UTC  (2+ messages)

[PATCH stable 7.0] perf build: fix "argument list too long" in second location
 2026-05-14 11:44 UTC  (2+ messages)

[PATCH v1 02/14] perf pmu-events: Add API to get metric table name and iterate tables
 2026-05-14 11:42 UTC  (2+ messages)

[PATCH 3/3] perf script: Provide weak stubs for instruction decoding
 2026-05-14  8:06 UTC  (2+ messages)

[PATCH 2/3] perf riscv: Fix discarded const qualifier error in _get_field()
 2026-05-14  7:38 UTC  (2+ messages)

[PATCH 1/3] perf build: Fix cross-arch build failures by isolating auxtrace objects
 2026-05-14  6:59 UTC  (2+ messages)

[PATCH v9 0/5] riscv: add SBI Supervisor Software Events support
 2026-05-14  6:52 UTC  (4+ messages)
` [PATCH v9 3/5] drivers: firmware: add riscv SSE support
    ` [External] "

[PATCH v2] perf stat: Make metric only column line up with header
 2026-05-14  6:10 UTC  (2+ messages)

[PATCH 7/7] perf/x86/intel/uncore: Implement lazy setup for MSR/MMIO PMU
 2026-05-14  5:38 UTC  (2+ messages)

[PATCH 6/7] perf/x86/intel/uncore: Fix uncore_box ref/unref ordering on CPU hotplug
 2026-05-14  5:12 UTC  (2+ messages)

[PATCH v2 15/18] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py
 2026-05-14  5:06 UTC  (2+ messages)

[PATCH v2 14/18] perf pmu-events: Split big_c_string storage into standalone compilation unit
 2026-05-14  4:35 UTC  (2+ messages)

[PATCH 5/7] perf/x86/intel/uncore: Introduce PMU flags and broken state
 2026-05-14  4:27 UTC  (2+ messages)

[PATCH v2 11/18] perf build: Pre-generate BPF skeleton tooling during umbrella prepare phase
 2026-05-14  3:39 UTC  (2+ messages)

[PATCH 4/7] perf/x86/intel/uncore: Factor out box setup code
 2026-05-14  3:34 UTC  (2+ messages)

[PATCH v2 10/18] perf build: Move static libbpf dependency out of prepare step
 2026-05-14  3:02 UTC  (2+ messages)

[PATCH 2/7] perf/x86/intel/uncore: Let init_box() callback report failures
 2026-05-14  2:14 UTC  (2+ messages)

[PATCH v2 08/18] perf build: Move BPF skeleton generation out of Makefile.perf
 2026-05-14  1:55 UTC  (2+ messages)

[PATCH v2 05/18] perf trace beauty: Make beauty generated C code standalone .o files
 2026-05-14  0:50 UTC  (2+ messages)

[PATCH] perf stat: Make metric only column line up with header
 2026-05-14  0:43 UTC  (2+ messages)

[PATCH 2/2] perf data convert ctf: Initial babeltrace2 support
 2026-05-14  0:34 UTC  (2+ messages)

[PATCH v2 04/18] tools scripts: Short-circuit CC_NO_CLANG compiler probe in Makefile.include
 2026-05-14  0:28 UTC  (2+ messages)

[PATCH 28/28] perf test: Add truncated perf.data robustness test
 2026-05-14  0:18 UTC  (2+ messages)

[PATCH v2 03/18] tools build: Fix test-clang-bpf-co-re.bin to generate target file
 2026-05-14  0:15 UTC  (2+ messages)

[PATCH 27/28] perf kwork: Bounds check work->cpu before indexing cpus_runtime[]
 2026-05-14  0:06 UTC  (2+ messages)

[PATCH v2 02/18] tools build: Integrate libdebuginfod into test-all fast path
 2026-05-13 23:59 UTC  (2+ messages)

[PATCH 26/28] perf timechart: Bounds check cpu_id and fix topology_map allocation
 2026-05-13 23:43 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