Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-06-04 20:22:45 to 2026-06-05 18:02:40 UTC [more...]

[RFC PATCH v1 00/14] perf stat: Decouple and modularize metrics/events output printing API
 2026-06-05 18:02 UTC  (3+ messages)
` [RFC PATCH v2 "

[PATCH 0/8] perf/x86: Miscellaneous PMU bug fixes
 2026-06-05 17:15 UTC  (19+ messages)
` [PATCH 1/8] perf/x86/intel: Remove anythread_deprecated bit from perf_capabilities
` [PATCH 2/8] perf/x86: Introduce is_x86_pmu() helper
` [PATCH 3/8] perf/x86: Update cap_user_rdpmc base on rdpmc user disable state
` [PATCH 4/8] perf/x86/intel: Fix redundant branch type check in intel_pmu_lbr_filter()
` [PATCH 5/8] perf/x86/intel: Fix kernel address leakages in LBR stack
` [PATCH 6/8] perf/x86/intel: Validate return value of intel_pmu_init_hybrid()
` [PATCH 7/8] perf/x86/intel: Drop fixed-counter PEBS constraints for baseline PEBS
` [PATCH 8/8] perf/core: Fix kernel register info leak via hardware skid

[PATCH v2 00/10] x86/msr: Drop 32-bit variants of *_on_cpu() MSR functions
 2026-06-05 15:09 UTC  (4+ messages)
` [PATCH v2 05/10] x86/msr: Switch wrmsr_on_cpu() users to wrmsrq_on_cpu()

[PATCHES v1 0/5] perf tools: Fix OOB reads, reference leaks, and overflow in sched/script/auxtrace
 2026-06-05 15:01 UTC  (14+ messages)
` [PATCH 1/5] perf tools: Guard remaining test_bit calls from OOB sample CPU
` [PATCH 2/5] perf tools: Add bounds check to cpu__get_node()
` [PATCH 3/5] perf sched: Fix thread reference leaks in timehist_get_thread()
` [PATCH 4/5] perf sched: Cap max_cpu at MAX_CPUS in timehist sample processing
` [PATCH 5/5] perf sched: Fix register_pid() overflow, strcpy, and BUG_ON

[PATCH v4 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-06-05 13:53 UTC  (4+ messages)
` [PATCH v4 3/4] perf/arm64: "

[PATCH v9 00/23] perf python: Modernize and extend Python API (Phase 1)
 2026-06-05 10:13 UTC  (32+ messages)
` [PATCH v10 00/19] "
  ` [PATCH v10 01/19] perf util: Sort includes and add missed explicit dependencies
  ` [PATCH v10 02/19] perf python: Add "
  ` [PATCH v10 03/19] perf evsel/evlist: Avoid unnecessary #includes
  ` [PATCH v10 04/19] perf data: Add open flag
  ` [PATCH v10 05/19] perf evlist: Add reference count
  ` [PATCH v10 06/19] perf evsel: "
  ` [PATCH v10 07/19] perf evlist: Add reference count checking
  ` [PATCH v10 08/19] perf python: Use evsel in sample in pyrf_event
  ` [PATCH v10 09/19] perf python: Add wrapper for perf_data file abstraction
  ` [PATCH v10 10/19] perf python: Add python session abstraction wrapping perf's session
  ` [PATCH v10 11/19] perf python: Refactor and add accessors to sample event
  ` [PATCH v10 12/19] perf python: Add mmap2 event
  ` [PATCH v10 13/19] perf python: Add callchain support
  ` [PATCH v10 14/19] perf python: Extend API for stat events in python.c
  ` [PATCH v10 15/19] perf python: Expose brstack in sample event
  ` [PATCH v10 16/19] perf python: Add syscall name/id to convert syscall number and name
  ` [PATCH v10 17/19] perf python: Add config file access
  ` [PATCH v10 18/19] perf python: Add perf.pyi stubs file
  ` [PATCH v10 19/19] perf python: Add LiveSession helper

[PATCH 0/8] x86/msr: Drop 32-bit variants of *_on_cpu() MSR functions
 2026-06-05 10:06 UTC  (14+ messages)
` [PATCH 2/8] x86/msr: Switch all callers of rdmsrq_on_cpu() to use rdmsr_on_cpu()
` [PATCH 3/8] x86/msr: Switch wrmsr_on_cpu() to use a 64-bit quantity
` [PATCH 6/8] x86/msr: Switch all callers of rdmsrq_safe_on_cpu() to use rdmsr_safe_on_cpu()

[PATCH] perf jitdump: Fix a build error with ASAN
 2026-06-05  7:03 UTC  (2+ messages)

[PATCH] perf scripts: Add configurable sorting option to powerpc-hcalls
 2026-06-05  6:31 UTC  (2+ messages)

[PATCH v9 0/5] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
 2026-06-05  6:30 UTC  (10+ messages)
` [PATCH v10 "
  ` [PATCH v10 1/5] perf maps: Add maps__mutate_mapping
  ` [PATCH v10 2/5] perf inject/aslr: Add ASLR tool infrastructure and MMAP tracking
  ` [PATCH v10 3/5] perf inject/aslr: Implement sample address remapping
  ` [PATCH v10 4/5] perf test: Add inject ASLR test
  ` [PATCH v10 5/5] perf aslr: Strip sample registers

[PATCH v2] perf clang-format: Prioritize Python.h and expand other categories
 2026-06-05  6:24 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v2 0/8] perf/x86/intel/uncore: PMU setup robustness fixes
 2026-06-05  0:30 UTC  (9+ messages)
` [PATCH V2 2/8] perf/x86/intel/uncore: Fix refcnt and other cleanups

[PATCH v2 0/4] perf timechart: Small optimization for backtrace
 2026-06-04 23:34 UTC  (7+ messages)
` [PATCH v2 1/4] perf timechart: Don't pass @event to cat_backtrace()
` [PATCH v2 2/4] perf timechart: Generate backtrace only if needed
` [PATCH v2 3/4] perf timechart: Remove unused backtrace in trace_handler
` [PATCH v2 4/4] perf timechart: Remove unnecessary copy of backtrace

[PATCHES v2 0/4] perf tools: Fix OOB reads, NULL deref, and resource leaks
 2026-06-04 22:08 UTC  (8+ messages)
` [PATCH 1/4] perf tools: Guard test_bit from out-of-bounds sample CPU
` [PATCH 2/4] perf sched: Fix thread reference leak in latency_switch_event
` [PATCH 3/4] perf sched: Fix NULL dereference in latency_runtime_event
` [PATCH 4/4] perf sched: Fix comp_cpus heap overflow with cross-machine recordings

[PATCH v8 00/18] perf test: Parallel harness optimizations, summary, JUnit XML & PMU fixes
 2026-06-04 22:06 UTC  (7+ messages)
` [PATCH v9 0/2] perf test & PMU metric resolution improvements
  ` [PATCH v9 2/2] perf test: Truncate printed test descriptions dynamically to avoid terminal wrapping
        ` [PATCH v10] "

[PATCH V4 1/2] tools/perf: Fix the check for parameterized field in event term
 2026-06-04 22:02 UTC  (4+ messages)
` [PATCH V4 2/2] tools/perf: Use scnprintf in buffer offset calculations

[PATCH 4/4] perf timechart: Remove unnecessary copy of backtrace
 2026-06-04 21:45 UTC  (4+ messages)

[PATCH] perf data convert json: Fix trace_seq memory leak in process_sample_event()
 2026-06-04 21:29 UTC  (2+ messages)

[PATCH 4/4] perf sched: Fix comp_cpus heap overflow with cross-machine recordings
 2026-06-04 20:42 UTC  (3+ messages)

[PATCH 3/4] perf sched: Fix NULL dereference in latency_runtime_event
 2026-06-04 20:41 UTC  (3+ messages)

[PATCH v2 RESEND] perf/lock: enable end-timestamp accounting for cgroup aggregation
 2026-06-04 20:29 UTC  (4+ messages)


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