messages from 2026-06-03 23:34:38 to 2026-06-05 10:13:14 UTC [more...]
[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 v8 0/4] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
2026-06-05 6:30 UTC (21+ messages)
` [PATCH v9 0/5] "
` [PATCH v9 1/5] perf maps: Add maps__mutate_mapping
` [PATCH v9 2/5] perf inject/aslr: Add ASLR tool infrastructure and MMAP tracking
` [PATCH v9 3/5] perf inject/aslr: Implement sample address remapping
` [PATCH v9 4/5] perf test: Add inject ASLR test
` [PATCH v9 5/5] perf aslr: Strip sample registers
` [PATCH v10 0/5] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
` [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 0/8] perf/x86: Miscellaneous PMU bug fixes
2026-06-05 3:42 UTC (15+ 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 0/8] perf/x86/intel/uncore: PMU setup robustness fixes
2026-06-05 0:30 UTC (17+ messages)
` [PATCH V2 2/8] perf/x86/intel/uncore: Fix refcnt and other cleanups
` [PATCH V2 6/8] perf/x86/intel/uncore: Introduce PMU flags and broken state
` [PATCH V2 7/8] perf/x86/intel/uncore: Fix uncore_box ref/unref ordering on CPU hotplug
[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 v7 00/16] perf test: Parallel harness optimizations, summary & JUnit XML
2026-06-04 22:06 UTC (15+ messages)
` [PATCH v8 00/18] perf test: Parallel harness optimizations, summary, JUnit XML & PMU fixes
` [PATCH v8 10/18] perf test: Add summary reporting
` [PATCH v8 18/18] perf test: Truncate printed test descriptions dynamically to avoid terminal wrapping
` [PATCH v9 0/2] perf test & PMU metric resolution improvements
` [PATCH v9 1/2] perf pmu: Recognize 'default_core' as a core PMU and document matching
` [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 (6+ messages)
` [PATCH V4 2/2] tools/perf: Use scnprintf in buffer offset calculations
[PATCH 0/4] perf timechart: Small optimization for backtrace
2026-06-04 21:45 UTC (8+ messages)
` [PATCH 1/4] perf timechart: Don't pass @event to cat_backtrace()
` [PATCH 2/4] perf timechart: Generate backtrace only if needed
` [PATCH 3/4] perf timechart: Remove unused backtrace in trace_handler
` [PATCH 4/4] perf timechart: Remove unnecessary copy of backtrace
[PATCH] perf data convert json: Fix trace_seq memory leak in process_sample_event()
2026-06-04 21:29 UTC (4+ messages)
[PATCHES v1 0/4] perf tools: Fix OOB reads, NULL deref, and resource leaks
2026-06-04 20:42 UTC (9+ 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 v2 RESEND] perf/lock: enable end-timestamp accounting for cgroup aggregation
2026-06-04 20:29 UTC (4+ messages)
[PATCH] perf data ctf: replace libbabeltrace with babeltrace2-ctf-writer
2026-06-04 20:20 UTC (7+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH v3] perf lock contention: Allow 'mmap_lock' in -L/--lock-filter
2026-06-04 20:16 UTC (2+ messages)
[PATCH v2] perf lock contention: Allow 'mmap_lock' in -L/--lock-filter
2026-06-04 16:28 UTC (3+ messages)
[PATCH] tools/perf/sched: Update process names of processes in zombie state for both -s and -S options
2026-06-04 15:26 UTC (7+ messages)
[PATCH v4] perf bench: add --write-size option to sched pipe
2026-06-04 15:12 UTC (4+ messages)
[PATCH v6 0/8] perf cs-etm: Support thread stack and callchain
2026-06-04 15:07 UTC (15+ messages)
` [PATCH v6 1/8] perf cs-etm: Decode ETE exception packets
` [PATCH v6 2/8] perf cs-etm: Refactor instruction size handling
` [PATCH v6 3/8] perf cs-etm: Use thread-stack for last branch entries
` [PATCH v6 4/8] perf cs-etm: Flush thread stacks after decoder reset
` [PATCH v6 5/8] perf cs-etm: Support call indentation
` [PATCH v6 6/8] perf cs-etm: Filter synthesized branch samples
` [PATCH v6 7/8] perf cs-etm: Synthesize callchains for instruction samples
[PATCH] perf annotate: Fix crashes on empty annotate windows
2026-06-04 14:13 UTC (3+ messages)
[RESEND PATCH v2] perf tools: Ensure event leader stays at head of evlist after sorting
2026-06-04 14:04 UTC (3+ messages)
[PATCH 2/2] perf build: compile BPF skeletons with -mcpu=v3
2026-06-04 13:59 UTC (6+ messages)
[PATCH v3] perf: Fix off-by-one stack buffer overflow in kallsyms__parse()
2026-06-04 13:55 UTC (4+ messages)
` [PATCH v4] "
[PATCH v3 0/2] perf stat: Fix uncore metric scaling across aggregation modes
2026-06-04 13:49 UTC (3+ messages)
[PATCH v1] tools build: Fix feature checks to touch target files on success
2026-06-04 13:38 UTC (2+ messages)
[PATCH v2 2/2] perf build: compile BPF skeletons with -mcpu=v3
2026-06-04 13:34 UTC (3+ messages)
[PATCH v2 00/18] perf cs-etm: Queue context packets for frontend
2026-06-04 13:34 UTC (16+ messages)
` [PATCH v2 06/18] perf test cs-etm: Replace unroll loop thread with deterministic decode test
` [PATCH v2 14/18] perf test cs-etm: Remove unused Coresight workloads
` [PATCH v2 15/18] perf test cs-etm: Make disassembly test use kcore
` [PATCH v2 18/18] perf test cs-etm: Move existing tests to coresight folder
[PATCH 1/2] perf/lock: Fix non-atomic max/time and min_time updates in contention_data
2026-06-04 13:33 UTC (2+ messages)
[PATCH v3 15/19] perf test cs-etm: Remove unused Coresight workloads
2026-06-04 12:46 UTC (3+ messages)
[PATCH v3 05/19] perf test: Add deterministic workload
2026-06-04 12:40 UTC (3+ messages)
[PATCH v3 03/19] perf test: Add a workload that forces context switches
2026-06-04 12:39 UTC (3+ messages)
[PATCH v3 00/19] perf cs-etm: Queue context packets for frontend
2026-06-04 12:38 UTC (6+ messages)
` [PATCH v3 01/19] "
[PATCH v8 1/2] perf: Reveal PMU type in fdinfo
2026-06-04 9:21 UTC (2+ messages)
[PATCH] perf cs-etm: stamp pid/tid/EL on each buffered packet to fix cross-pid attribution
2026-06-04 8:20 UTC (3+ messages)
[PATCH 00/10] perf hisi-ptt: Enhance TLP packet decoder with field-level parsing and versioning
2026-06-04 8:03 UTC (15+ messages)
` [PATCH 01/10] perf hisi-ptt: Fix spelling and abbreviation errors
` [PATCH 02/10] perf hisi-ptt: Fix PTT trace TLP Header parsing
` [PATCH 03/10] perf hisi-ptt: Rename hisi_ptt_4dw union for reuse
` [PATCH 04/10] perf hisi-ptt: Abstract trace data buf and offset
` [PATCH 05/10] perf hisi-ptt: Complete the field names for 4DW and 8DW packets
` [PATCH 06/10] perf hisi-ptt: Extract the raw data printing part
` [PATCH 07/10] perf hisi-ptt: Merge 4DW and 8DW HEAD0 printing
` [PATCH 08/10] perf hisi-ptt: Add parsing of supported message types
` [PATCH 09/10] perf hisi-ptt: Add field-level parsing for header DW2/DW3
` [PATCH 10/10] perf hisi-ptt: Add decoder version compatibility
[PATCH v7 10/23] tools: counter: Append extra cflags
2026-06-04 2:02 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox