Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-06-09 14:40:50 to 2026-06-11 14:51:27 UTC [more...]

[PATCH v8 0/8] perf cs-etm: Support thread stack and callchain
 2026-06-11 14:50 UTC  (8+ messages)
` [PATCH v8 1/8] perf cs-etm: Filter synthesized branch samples
` [PATCH v8 2/8] perf cs-etm: Decode ETE exception packets
` [PATCH v8 3/8] perf cs-etm: Refactor instruction size handling
` [PATCH v8 4/8] perf cs-etm: Use thread-stack for last branch entries
` [PATCH v8 5/8] perf cs-etm: Flush thread stacks after decoder reset
` [PATCH v8 6/8] perf cs-etm: Support call indentation
` [PATCH v8 7/8] perf cs-etm: Synthesize callchains for instruction samples

[PATCH V5 1/2] tools/perf: Fix the check for parameterized field in event term
 2026-06-11 12:50 UTC  (3+ messages)

[PATCH v7 0/8] perf cs-etm: Support thread stack and callchain
 2026-06-11 12:42 UTC  (13+ messages)
` [PATCH v7 1/8] perf cs-etm: Filter synthesized branch samples
` [PATCH v7 2/8] perf cs-etm: Decode ETE exception packets
` [PATCH v7 3/8] perf cs-etm: Refactor instruction size handling
` [PATCH v7 4/8] perf cs-etm: Use thread-stack for last branch entries
` [PATCH v7 5/8] perf cs-etm: Flush thread stacks after decoder reset
` [PATCH v7 6/8] perf cs-etm: Support call indentation
` [PATCH v7 7/8] perf cs-etm: Synthesize callchains for instruction samples
` [PATCH v7 8/8] perf test: Add Arm CoreSight callchain test

[PATCH] perf test: Compile named_threads workload with -O0
 2026-06-11 12:38 UTC  (2+ messages)

[PATCH v2] perf dso: Fix kallsyms DSO detection with fallback logic
 2026-06-11 12:34 UTC  (3+ messages)

[PATCH] perf data convert json: Fix trace_seq memory leak in process_sample_event()
 2026-06-11 11:53 UTC  (3+ messages)

[PATCH v2 0/4] mm: split the file's i_mmap tree for NUMA
 2026-06-11 11:13 UTC  (10+ messages)
` [PATCH v2 1/4] mm: use mapping_mapped to simplify the code
` [PATCH v2 2/4] mm: use get_i_mmap_root to access the file's i_mmap
` [PATCH v2 3/4] mm/fs: split the file's i_mmap tree
` [PATCH v2 4/4] docs/mm: update document for split "

[PATCH v2 0/3] arm64: perf: Skip device memory during user callchain unwinding
 2026-06-11 10:32 UTC  (4+ messages)

[PATCH] perf/cxlpmu: Support Channel/Rank/Bank filter
 2026-06-11 10:19 UTC  (4+ messages)

[PATCH] perf cpumap: Fix buffer overflow in cpu_map__snprint()
 2026-06-11  9:53 UTC  (2+ messages)

[PATCH v5 00/19] perf cs-etm: Queue context packets for frontend
 2026-06-11  8:37 UTC  (14+ messages)
` [PATCH v5 06/19] perf test cs-etm: Replace unroll loop thread with deterministic decode test
` [PATCH v5 08/19] perf test cs-etm: Replace memcpy test with raw dump stress test
` [PATCH v5 10/19] perf test cs-etm: Test decoding for concurrent threads test
` [PATCH v5 15/19] perf test cs-etm: Remove unused Coresight workloads
` [PATCH v5 18/19] perf test cs-etm: Speed up disassembly test
` [PATCH v5 19/19] perf test cs-etm: Move existing tests to coresight folder

[PATCH v18 0/5] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
 2026-06-11  8:32 UTC  (6+ messages)
` [PATCH v19 "
  ` [PATCH v19 5/5] perf test: Add inject ASLR test

[PATCH v9 4/5] perf: RISC-V: add support for SSE event
 2026-06-11  6:25 UTC  (2+ messages)
` [External] "

[Patch v2 0/9] perf/x86: Miscellaneous PMU bug fixes
 2026-06-11  6:17 UTC  (23+ messages)
` [Patch v2 3/9] perf/x86: Update cap_user_rdpmc base on rdpmc user disable state
` [Patch v2 4/9] perf/x86/intel: Fallback to sw branch type decoding if no hw decoding
` [Patch v2 5/9] perf/x86/intel: Drop LBR entries whose privilege level mismatches br_sel
` [Patch v2 6/9] perf/x86/intel: Validate return value of intel_pmu_init_hybrid()
` [Patch v2 7/9] perf/x86/intel: Drop fixed-counter PEBS constraints for baseline PEBS
` [Patch v2 8/9] perf/core: Fix kernel register info leak via hardware skid

[PATCHES v1 00/23] perf tools: Fix OOB accesses, leaks, and missing bounds checks across pmu/symbols/bpf/hwmon
 2026-06-10 22:16 UTC  (32+ messages)
` [PATCH 01/23] perf pmu: Fix pmu_id() heap underwrite on empty identifier file
` [PATCH 02/23] perf pmu: Fix perf_pmu__parse_scale/unit() OOB access on empty sysfs file
` [PATCH 03/23] tools lib api: Fix missing null termination in filename__read_int/ull()
` [PATCH 04/23] perf symbols: Fix signed overflow in sysfs__read_build_id() size check
` [PATCH 05/23] perf symbols: Bounds-check .gnu_debuglink section data
` [PATCH 06/23] perf tools: Use mkostemp() for O_CLOEXEC on temporary files
` [PATCH 07/23] perf intel-pt: Fix snprintf size tracking bug in insn decoder
` [PATCH 08/23] perf tools: Fix thread__set_comm_from_proc() on empty comm file
` [PATCH 09/23] perf hwmon: Fix off-by-one null termination on sysfs reads
` [PATCH 10/23] perf hwmon: Use scnprintf() in hwmon_pmu__for_each_event()
` [PATCH 11/23] perf hwmon: Fix parse_hwmon_filename() strlcpy buffer overflow
` [PATCH 12/23] perf symbols: Bounds-check descsz in sysfs__read_build_id() GNU fallback
` [PATCH 13/23] perf tools: Fix uninitialized pathname on uncompressed fallback in filename__decompress()
` [PATCH 14/23] perf hwmon: Guard label read against empty or failed reads
` [PATCH 15/23] perf pmu: Use scnprintf() in format_alias()
` [PATCH 16/23] perf tools: Use snprintf() in dso__read_running_kernel_build_id()
` [PATCH 17/23] tools lib api: Fix filename__write_int() writing uninitialized stack data
` [PATCH 18/23] tools lib api: Fix mount_overload() snprintf truncation and toupper range
` [PATCH 19/23] perf bpf: Add NULL check for btf__type_by_id() in synthesize_bpf_prog_name()
` [PATCH 20/23] perf bpf: Fix map data leak in bpf_metadata_create() on alloc failure
` [PATCH 21/23] perf bpf: Fix metadata leak in perf_env__add_bpf_info() on duplicate insert
` [PATCH 22/23] perf symbols: Add bounds checks to elf_read_build_id() note iteration
` [PATCH 23/23] perf symbols: Add bounds checks to read_build_id() note iteration in minimal build

[PATCH] perf jitdump: Fix a build error with ASAN
 2026-06-10 21:15 UTC  (4+ messages)

[PATCH] perf data convert json: Fix addr_location leak on time-filtered samples
 2026-06-10 20:06 UTC  (3+ messages)

[PATCH] perf s390: Fix TEXTREL in Python extension by compiling as PIC
 2026-06-10 20:05 UTC  (4+ messages)

[PATCH] perf build: Do not duplicate CFLAGS in Python extension builds
 2026-06-10 20:02 UTC  (3+ messages)

[PATCH v2] perf build: Respect V=1 for Python extension builds
 2026-06-10 20:01 UTC  (3+ messages)

[PATCH v2 0/2] perf: riscv: fix register name strings
 2026-06-10 19:55 UTC  (2+ messages)

[PATCHES v5 00/11] perf tools: Assorted fixes
 2026-06-10 18:28 UTC  (24+ messages)
` [PATCH 01/11] perf tools: Fix get_max_num() size_t underflow on empty sysfs file
` [PATCH 02/11] perf tools: Use scnprintf() in cpu_map__snprint() to prevent overflow
` [PATCH 03/11] perf tools: Use perf_env__get_cpu_topology() in machine__resolve()
` [PATCH 04/11] perf tools: NULL bitmap pointers after bitmap_free()
` [PATCH 05/11] perf sched: Bounds-check prio before test_bit() in timehist
` [PATCH 06/11] perf sched: Fix idle-hist callchain display using wrong rb_first variant
` [PATCH 07/11] perf tools: Add O_CLOEXEC to open() calls in DSO and ELF code
` [PATCH 08/11] perf bpf: Use scnprintf() in snprintf_hex() and synthesize_bpf_prog_name()
` [PATCH 09/11] perf hists: Fix snprintf() in hists__scnprintf_title() UID filter path
` [PATCH 10/11] perf tools: Use scnprintf() in build_id__snprintf() and hwmon read_events()
` [PATCH 11/11] libperf: Document code simplification case for widening struct perf_cpu

[PATCH] perf stat: Fix false NMI watchdog warning in aggregation modes
 2026-06-10 17:35 UTC 

[PATCH 07/11] perf tools: Add O_CLOEXEC to open() calls in DSO and ELF code
 2026-06-10 16:49 UTC  (3+ messages)

[PATCH 10/11] perf tools: Use scnprintf() in build_id__snprintf() and hwmon read_events()
 2026-06-10 16:29 UTC  (3+ messages)

[PATCH] arm64/hw_breakpoint: reject unaligned watchpoints that would truncate BAS
 2026-06-10 14:48 UTC  (5+ messages)

[PATCH 1/1] perf build: Fix Python extension build with GCC 16 hardening
 2026-06-10 11:47 UTC  (9+ messages)

[PATCH] perf build: Do not duplicate CFLAGS in Python extension builds
 2026-06-10 11:13 UTC 

[PATCH] perf: arm64: Replace symlink with actual file for syscall_64.tbl
 2026-06-10 10:59 UTC  (3+ messages)

[PATCH v5 0/5] perf tools: Add inject --aslr feature and prerequisite robustness fixes
 2026-06-10 10:40 UTC  (5+ messages)
` [PATCH v6 0/6] "
  ` [PATCH v6 3/6] perf maps: Add maps__mutate_mapping

[PATCH v4 04/19] perf test cs-etm: Test process attribution
 2026-06-10  9:51 UTC  (3+ messages)

[PATCH v4 02/19] perf test: Add workload-ctl option
 2026-06-10  9:51 UTC  (3+ messages)

[PATCH v1 0/6] perf vendor events intel: update
 2026-06-10  9:04 UTC  (12+ messages)
` [PATCH v1 1/6] perf vendor events intel: Update arrowlake events from 1.17 to 1.19
` [PATCH v1 2/6] perf vendor events intel: Update emeraldrapids events from 1.23 to 1.24
` [PATCH v1 3/6] perf vendor events intel: Update graniterapids events from 1.18 to 1.19
` [PATCH v1 4/6] perf vendor events intel: Update lunarlake events from 1.22 to 1.25
` [PATCH v1 5/6] perf vendor events intel: Update pantherlake events from 1.05 to 1.06
` [PATCH v1 6/6] perf vendor events intel: Update tigerlake events from 1.18 to 1.19

[PATCH v1 0/3] perf pmu: Add tool-provided NVMe PMU
 2026-06-10  6:18 UTC  (11+ messages)
` [PATCH v1 1/3] perf build: Add libnvme feature detection
` [PATCH v1 2/3] perf pmu: Implement tool-provided NVMe PMU
` [PATCH v2 0/3] perf pmu: Add "
  ` [PATCH v2 1/3] perf build: Add libnvme feature detection
  ` [PATCH v2 2/3] perf pmu: Implement tool-provided NVMe PMU
  ` [PATCH v2 3/3] perf tests: Add NVMe PMU event parsing test

[PATCH v2 0/7] perf annotate: Add elfutils libasm disassembler support
 2026-06-09 18:52 UTC  (13+ messages)
` [PATCH v3 0/7] perf annotate: Add elfutils libasm disassembler and BPF JIT disassembly support
  ` [PATCH v3 1/7] tools build: Add feature check for elfutils libasm
  ` [PATCH v3 2/7] perf build: Add build support and capability "
  ` [PATCH v3 3/7] perf annotate: Implement elfutils libasm disassembler backend
  ` [PATCH v3 4/7] perf annotate: Add --disassembler command-line option
  ` [PATCH v3 5/7] perf test: Enhance annotate test coverage and isolate config
  ` [PATCH v3 6/7] perf annotate: Support BPF JIT disassembly via genelf
  ` [PATCH v3 7/7] perf test: Add BPF JIT annotation test coverage for all disassemblers

[PATCH RESEND v7 1/2] perf pmu intel: Generalize SNC cpumask adjustment for multiple platforms
 2026-06-09 18:44 UTC  (4+ messages)

[PATCH v8 1/2] perf: Reveal PMU type in fdinfo
 2026-06-09 17:20 UTC  (4+ messages)
` [PATCH v8 2/2] perf evsel: Find process with busy PMUs for EBUSY

[PATCH v5 12/19] perf test cs-etm: Skip if not root
 2026-06-09 16:13 UTC  (2+ messages)

[PATCH v5 09/19] perf test: Add named_threads workload
 2026-06-09 16:00 UTC  (2+ messages)

[PATCH v2] perf: avoid lockdep warning in self-monitoring perf_event_open
 2026-06-09 15:51 UTC  (2+ messages)

[PATCH v4 18/19] perf test cs-etm: Speed up disassembly test
 2026-06-09 15:06 UTC  (2+ messages)

[PATCH v4 07/19] perf test cs-etm: Remove asm_pure_loop test
 2026-06-09 14:53 UTC  (2+ messages)

[PATCH v4 12/19] perf test cs-etm: Skip if not root
 2026-06-09 14:53 UTC  (2+ messages)

[PATCH v4 06/19] perf test cs-etm: Replace unroll loop thread with deterministic decode test
 2026-06-09 14:52 UTC  (2+ messages)

[PATCH v4 09/19] perf test: Add named_threads workload
 2026-06-09 14:50 UTC  (2+ messages)

[PATCH v4 01/19] perf cs-etm: Queue context packets for frontend
 2026-06-09 14:46 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