Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-05-07 16:20:39 to 2026-05-12 17:47:15 UTC [more...]

[PATCH v1 00/14] perf build: Reduce build time by one third
 2026-05-12 17:46 UTC  (29+ messages)
` [PATCH v1 01/14] bpftool build: Restrict feature tests during bootstrap compilation
` [PATCH v1 02/14] perf trace beauty: Make beauty generated C code standalone .o files
` [PATCH v1 03/14] perf build: Decouple pmu-events from prepare umbrella target
` [PATCH v1 04/14] perf build: Remove empty archheaders target
` [PATCH v1 05/14] perf build: Move BPF skeleton generation out of Makefile.perf
` [PATCH v1 06/14] perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.mak
` [PATCH v1 07/14] perf build: Move static libbpf dependency out of prepare step
` [PATCH v1 08/14] perf build: Pre-generate BPF skeletons during umbrella prepare phase
` [PATCH v1 09/14] perf build: Move libsymbol dependency out of prepare step
` [PATCH v1 10/14] perf build: Remove redundant libbpf feature check for static builds
` [PATCH v1 11/14] tools build: Integrate libdebuginfod into test-all fast path
` [PATCH v1 12/14] perf pmu-events: Split big_c_string storage into standalone compilation unit
` [PATCH v1 13/14] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py
` [PATCH v1 14/14] perf build: Prefix SCRIPTS with output directory to fix continuous rebuilds
  ` [PATCH v2 00/18] perf build: Reduce build time by nearly half
    ` [PATCH v2 01/18] bpftool build: Restrict feature tests during bootstrap compilation
    ` [PATCH v2 02/18] tools build: Integrate libdebuginfod into test-all fast path
    ` [PATCH v2 03/18] tools build: Fix test-clang-bpf-co-re.bin to generate target file
    ` [PATCH v2 04/18] tools scripts: Short-circuit CC_NO_CLANG compiler probe in Makefile.include
    ` [PATCH v2 05/18] perf trace beauty: Make beauty generated C code standalone .o files
    ` [PATCH v2 06/18] perf build: Decouple pmu-events from prepare umbrella target
    ` [PATCH v2 07/18] perf build: Remove empty archheaders target
    ` [PATCH v2 08/18] perf build: Move BPF skeleton generation out of Makefile.perf
    ` [PATCH v2 09/18] perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.mak
    ` [PATCH v2 10/18] perf build: Move static libbpf dependency out of prepare step
    ` [PATCH v2 11/18] perf build: Pre-generate BPF skeleton tooling during umbrella prepare phase
    ` [PATCH v2 12/18] perf build: Move libsymbol dependency out of prepare step

[PATCH 0/6] perf/x86/intel/uncore: Bug fixes and cleanups
 2026-05-12 17:35 UTC  (9+ messages)
` [PATCH 1/6] perf/x86/intel/uncore: Fix discovery unit lookup for multi-die systems
` [PATCH 2/6] perf/x86/intel/uncore: Fix PCI device refcount leak in UPI discovery
` [PATCH 3/6] perf/x86/intel/uncore: Defer ADL global PMON enable to enable_box()
` [PATCH 4/6] perf/x86/intel/uncore: Move die_to_cpu() to uncore.c
` [PATCH 5/6] perf/x86/intel/uncore: Fix uncore_die_to_cpu() for offline dies
` [PATCH 6/6] perf/x86/intel/uncore: Implement global init callback for GNR uncore

[PATCH] perf kvm stat: Update the exit reason mappings
 2026-05-12 16:18 UTC  (3+ messages)

[PATCHv2] uprobes: Use flexible array for xol_area bitmap
 2026-05-12 16:17 UTC  (5+ messages)

[PATCH 0/2] perf: Revert direct PMU stop for refresh limit
 2026-05-12 14:59 UTC  (3+ messages)
` [PATCH 1/2] selftests/perf_events: Add test for refresh limit signals
` [PATCH 2/2] Revert "perf: Fix the POLL_HUP delivery breakage"

[PATCH v3 0/9] perf/x86: Don't write PEBS_ENABLED on KVM transitions
 2026-05-12 12:39 UTC  (19+ messages)
` [PATCH v3 1/9] perf/x86/intel: Ensure guest PEBS path doesn't set unwanted PERF_GLOBAL_CTRL bits
` [PATCH v3 2/9] perf/x86/intel: Don't write PEBS_ENABLED on host<=>guest xfers if CPU has isolation
` [PATCH v3 3/9] perf/x86/intel: Don't context switch DS_AREA (and PEBS config) if PEBS is unused
` [PATCH v3 4/9] perf/x86/intel: Make @data a mandatory param for intel_guest_get_msrs()
` [PATCH v3 5/9] perf/x86/intel: Invert names of intel_ctrl_{guest,host}_mask
` [PATCH v3 6/9] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data
` [PATCH v3 7/9] perf/x86/intel: KVM: Handle cross-mapped PEBS PMCs entirely within KVM
` [PATCH v3 8/9] KVM: VMX: Drop a redundant pmu->global_ctrl check when processing pebs_enable
` [PATCH v3 9/9] KVM: VMX: Only tell perf to enable PEBS counters for fully enabled PMCs

[PATCH V4 1/2] tools/perf: Fix the check for parameterized field in event term
 2026-05-12  8:52 UTC  (2+ messages)

[PATCH v3 0/8] perf tools amd ibs: Fixes + Zen6 enhancements
 2026-05-12  8:49 UTC  (12+ messages)
` [PATCH v3 1/8] perf test amd ibs: Fix incorrect kernel version check
` [PATCH v3 2/8] perf tool ibs: Sync AMD IBS header file
` [PATCH v3 3/8] perf test ibs: Skip privilege test on Zen6 and newer platforms
` [PATCH v3 4/8] perf amd ibs: Suppress bogus TlbRefillLat and DCPhysAd on Zen4+
` [PATCH v3 5/8] perf amd ibs: Make Fetch status bits dependent on PhyAddrValid for newer platforms
` [PATCH v3 6/8] perf amd ibs: Decode Remote-Socket flag in IBS OP raw dump
` [PATCH v3 7/8] perf amd ibs: Decode Streaming-store "
` [PATCH v3 8/8] perf doc: Document new IBS capabilities in man page

[PATCH] perf script powerpc: Update the hcall list with new hcalls
 2026-05-12  8:46 UTC 

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

[PATCH 00/28] perf: Harden perf.data parsing against crafted/corrupted files
 2026-05-12  4:08 UTC  (33+ messages)
` [PATCH 01/28] perf session: Add minimum event size validation table
` [PATCH 02/28] perf tools: Fix event_contains() macro to verify full field extent
` [PATCH 03/28] perf zstd: Fix compression error path in zstd_compress_stream_to_records()
` [PATCH 04/28] perf zstd: Fix multi-iteration decompression and error handling
` [PATCH 05/28] perf session: Fix PERF_RECORD_READ swap and dump for variable-length events
` [PATCH 06/28] perf session: Align auxtrace_info priv size before byte-swapping
` [PATCH 07/28] perf session: Add validated swap infrastructure with null-termination checks
` [PATCH 08/28] perf session: Use bounded copy for PERF_RECORD_TIME_CONV
` [PATCH 09/28] perf session: Validate HEADER_ATTR alignment and attr.size before swapping
` [PATCH 10/28] perf session: Validate nr fields against event size on both swap and common paths
` [PATCH 11/28] perf header: Byte-swap build ID event pid and bounds check section entries
` [PATCH 12/28] perf cpumap: Reject RANGE_CPUS with start_cpu > end_cpu
` [PATCH 13/28] perf auxtrace: Harden auxtrace_error event handling
` [PATCH 14/28] perf session: Add byte-swap and bounds check for PERF_RECORD_BPF_METADATA events
` [PATCH 15/28] perf header: Validate null-termination in PERF_RECORD_EVENT_UPDATE string fields
` [PATCH 16/28] perf tools: Bounds check perf_event_attr fields against attr.size before printing
` [PATCH 17/28] perf header: Propagate feature section processing errors
` [PATCH 18/28] perf header: Validate f_attr.ids section before use in perf_session__read_header()
` [PATCH 19/28] perf header: Validate feature section size and add read path bounds checking
` [PATCH 20/28] perf header: Sanity check HEADER_EVENT_DESC attr.size before swap
` [PATCH 21/28] perf header: Validate bitmap size before allocating in do_read_bitmap()
` [PATCH 22/28] perf session: Add byte-swap for PERF_RECORD_COMPRESSED2 events
` [PATCH 23/28] perf tools: Harden compressed event processing
` [PATCH 24/28] perf session: Check for decompression buffer size overflow
` [PATCH 25/28] perf session: Bound nr_cpus_avail and validate sample CPU
` [PATCH 26/28] perf timechart: Bounds check cpu_id and fix topology_map allocation
` [PATCH 27/28] perf kwork: Bounds check work->cpu before indexing cpus_runtime[]
` [PATCH 28/28] perf test: Add truncated perf.data robustness test

[PATCH] uprobes: Use flexible array for xol_area bitmap
 2026-05-11 22:34 UTC  (3+ messages)

[PATCH 2/3] perf/arm_cspmu: nvidia: handle empty resource list in PCIE-TGT init
 2026-05-11 22:09 UTC  (4+ messages)
` [PATCH 3/3] perf/arm_cspmu: nvidia: fix BDF calculation examples in PCIE PMU docs

[PATCH 1/3] perf vendor events arm64: fix swapped MetricGroup for Tegra410 L1 prefetcher metrics
 2026-05-11 21:08 UTC 

[PATCH v3 0/7] perf build: Update kernel headers
 2026-05-11 18:22 UTC  (9+ messages)
` [PATCH v3 1/7] perf trace: Sync linux/socket.h with the kernel source
` [PATCH v3 2/7] perf trace: Sync uapi/linux/fs.h "
` [PATCH v3 3/7] perf trace: Sync uapi/linux/mount.h "
` [PATCH v3 4/7] perf trace: Sync uapi/linux/sched.h "
` [PATCH v3 5/7] perf build: Add make check-headers target
` [PATCH v3 6/7] perf trace: Add beautifier script for fsmount flags
` [PATCH v3 7/7] perf trace: Update beautifier script for clone flags

[PATCH 0/2 v2] perf: Fix missing branch counter information in script and annotate
 2026-05-11 18:05 UTC  (2+ messages)

[PATCH v3] perf sched stats: Fix segmentation faults, memory leaks, and stale pointers in diff mode
 2026-05-11 16:20 UTC  (5+ messages)
` [PATCH v4] "

[PATCH v2] perf test: Make leafloop workload immune to compiler options
 2026-05-11 16:17 UTC  (3+ messages)

[PATCH 1/1] perf tests data_validation: Fixup test header
 2026-05-11 15:28 UTC  (2+ messages)

[PATCH v7 00/20] ARM64 PMU Partitioning
 2026-05-11 14:57 UTC  (8+ messages)
` [PATCH v7 06/20] perf: arm_pmuv3: Add method to partition the PMU
` [PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v7 13/20] KVM: arm64: Apply dynamic guest counter reservations

[PATCH v4 0/4] perf tools: Add inject --aslr feature and prerequisite robustness fixes
 2026-05-11  7:34 UTC  (23+ messages)
` [PATCH v5 0/5] "
  ` [PATCH v5 5/5] perf test: Add inject ASLR test
  ` [PATCH v6 0/6] perf tools: Add inject --aslr feature and prerequisite robustness fixes
    ` [PATCH v6 1/6] perf sched: Add missing mmap2 handler in timehist
    ` [PATCH v6 2/6] perf tool: Missing delegate_tool schedstat delegates and dont_split_sample_group
    ` [PATCH v6 3/6] perf maps: Add maps__mutate_mapping
    ` [PATCH v6 4/6] perf inject/aslr: Add aslr tool to remap/obfuscate virtual addresses
    ` [PATCH v6 5/6] perf test: Add inject ASLR test
    ` [PATCH v6 6/6] perf aslr: Strip sample registers

[RESEND PATCH v2] perf tools: Ensure event leader stays at head of evlist after sorting
 2026-05-10  6:52 UTC  (2+ messages)

[PATCH 1/2] perf/lock: Fix non-atomic max/time and min_time updates in contention_data
 2026-05-10  6:47 UTC  (4+ messages)
` [PATCH 2/2] perf build: compile BPF skeletons with -mcpu=v3

[PATCH v9 0/5] riscv: add SBI Supervisor Software Events support
 2026-05-09 15:57 UTC  (10+ messages)
` [PATCH v9 1/5] riscv: add SBI SSE extension definitions
` [PATCH v9 2/5] riscv: add support for SBI Supervisor Software Events extension
` [PATCH v9 3/5] drivers: firmware: add riscv SSE support
` [PATCH v9 4/5] perf: RISC-V: add support for SSE event
` [PATCH v9 5/5] selftests/riscv: add SSE test module

[PATCH] perf test: Make leafloop workload immune to compiler options
 2026-05-08 20:20 UTC  (2+ messages)

[PATCH v2 7/7] perf trace: Update beautifier script for clone flags
 2026-05-08 12:30 UTC  (2+ messages)

[PATCH v2 6/7] perf trace: Add beautifier script for fsmount flags
 2026-05-08 12:30 UTC  (2+ messages)

[PATCH v2 4/7] perf trace: Sync uapi/linux/sched.h with the kernel source
 2026-05-08 12:30 UTC  (2+ messages)

[RFT PATCH v2 0/7] perf tool: Support iostat for multiple platform
 2026-05-08 10:36 UTC  (21+ messages)
` [RFT PATCH v2 3/7] perf-x86: iostat: Move iostat arch-specific implementation to util
` [RFT PATCH v2 4/7] perf-x86: iostat: Change iostat_prefix() to static
` [RFT PATCH v2 5/7] perf-iostat: Extend iostat interface to support different iostat PMUs
` [RFT PATCH v2 6/7] perf-iostat: Make x86 iostat compatible with new iostat framework
` [RFT PATCH v2 7/7] perf-iostat: Enable iostat mode for HiSilicon PCIe PMU

[PATCH v2] perf riscv: Add SDT argument parsing for RISC-V
 2026-05-08  8:26 UTC  (2+ messages)

[PATCH v2 0/8] perf tools amd ibs: Fixes + Zen6 enhancements
 2026-05-08  6:05 UTC  (4+ messages)
` [PATCH v2 3/8] perf test ibs: Remove obsolete privilege test

[PATCH v3] perf: Add is_mapping_symbol() helper for kernel mapping symbol filtering
 2026-05-07 20:38 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