Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-05-14 23:49:56 to 2026-05-15 20:22:45 UTC [more...]

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

[PATCH v4 0/3] Enable perf tracing for unprivileged users
 2026-05-15 20:10 UTC  (5+ messages)
` [PATCH v4 1/3] perf evsel: don't set PERF_SAMPLE_IP for unprivileged tracepoints
` [PATCH v4 2/3] perf: enable unprivileged syscall tracing with perf trace
` [PATCH v4 3/3] tracefs: make root directory world-traversable

[PATCH] treewide: replace /usr/bin/python3 shebangs with env python3
 2026-05-15 19:40 UTC  (3+ messages)

[PATCH v4 0/8] perf libunwind multiple remote support
 2026-05-15 19:38 UTC  (12+ messages)
` [PATCH v5 0/7] "
  ` [PATCH v5 1/7] perf unwind: Refactor get_entries to allow dynamic libdw/libunwind selection
  ` [PATCH v5 4/7] perf unwind-libunwind: Make libunwind register reading cross platform

[PATCH v6 1/2] perf pmu intel: Generalize SNC cpumask adjustment for multiple platforms
 2026-05-15 18:23 UTC  (4+ messages)
` [PATCH v6 2/2] perf pmu intel: Adjust cpumasks for sub-NUMA clusters on Sapphire Rapids and Emerald Rapids

[PATCH v5 1/2] perf pmu intel: Generalize SNC cpumask adjustment for multiple platforms
 2026-05-15 17:29 UTC  (4+ messages)
` [PATCH v5 2/2] perf pmu intel: Adjust cpumaks for sub-NUMA clusters on Emeraldrapids

[PATCH v3] perf/core: Fix missing read event generation on task exit
 2026-05-15 12:45 UTC  (8+ messages)

[PATCH] perf bench: add --write-size option to sched pipe
 2026-05-15 12:05 UTC  (2+ messages)

[PATCH v2] perf pmu: Skip test on Arm64 when #slots is zero
 2026-05-15 11:51 UTC  (4+ messages)

[PATCH] perf trace beauty fcntl: Fix build with older kernel headers
 2026-05-15 11:30 UTC  (5+ messages)

[PATCH v7 13/20] KVM: arm64: Apply dynamic guest counter reservations
 2026-05-15  8:28 UTC  (2+ messages)

[PATCH 5/6] tools/build: selftests: Allow versioning LLVM lld
 2026-05-15  8:25 UTC  (3+ messages)

[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 7/7] lib/tests: test_ratelimit: fix stress test thread lifecycle and leak
 2026-05-15  5:33 UTC  (3+ messages)

[PATCH 1/7] init/initramfs_test: wait_for_initramfs() before running
 2026-05-15  5:24 UTC  (3+ messages)

[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 v3 14/17] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py
 2026-05-15  1:00 UTC  (2+ messages)

[PATCH v3 13/17] perf pmu-events: Split big_c_string storage into standalone compilation unit
 2026-05-15  0:39 UTC  (2+ messages)

[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] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox