messages from 2026-06-20 00:37:29 to 2026-06-24 05:31:01 UTC [more...]
[PATCH v1 00/13] perf python: Fix python extension bugs and memory leaks
2026-06-24 5:31 UTC (45+ messages)
` [PATCH v1 01/13] perf script: Fix metric_evlist leak in script_find_metrics
` [PATCH v1 02/13] perf stat: Fix evsel_list leak in cmd_stat
` [PATCH v1 03/13] perf top: Fix sb_evlist leak
` [PATCH v1 04/13] perf python: Fix memory leak in pyrf_evlist__get_pollfd
` [PATCH v1 05/13] perf synthetic-events: Fix uninitialized pthread_join
` [PATCH v1 06/13] perf data: Fix directory file descriptor leak in perf_data__switch
` [PATCH v1 07/13] perf test: Fix skiplist leak in cmd_test
` [PATCH v1 08/13] perf python: Check counts_values size in set_values
` [PATCH v1 09/13] perf python: Validate CPU and thread maps in pyrf_evsel__open
` [PATCH v1 10/13] perf python: Validate attribute setters in pyrf_evsel
` [PATCH v1 11/13] perf python: Zero initialize perf_data in pyrf_data__init
` [PATCH v1 12/13] perf python: Add thread uninitialized checks
` [PATCH v1 13/13] perf python: Fix MetricGroup return type in perf.pyi
` [PATCH v2 00/16] perf python: Fix python extension bugs from v19 review
` [PATCH v2 01/16] perf script: Fix metric_evlist leak in script_find_metrics
` [PATCH v2 02/16] perf stat: Fix evsel_list leak in cmd_stat
` [PATCH v2 03/16] perf tools: Fix sb_evlist leaks in top and record
` [PATCH v2 03/16] perf top: Fix sb_evlist leak
` [PATCH v2 04/16] perf python: Fix memory leak in pyrf_evlist__get_pollfd
` [PATCH v2 05/16] perf synthetic-events: Fix uninitialized pthread_join
` [PATCH v2 06/16] perf data: Fix directory file descriptor leak in perf_data__switch
` [PATCH v2 07/16] perf test: Fix skiplist leak in cmd_test
` [PATCH v2 08/16] perf python: Check counts_values size in set_values
` [PATCH v2 09/16] perf python: Validate CPU and thread maps in pyrf_evsel__open
` [PATCH v2 10/16] perf python: Validate attribute setters in pyrf_evsel
` [PATCH v2 11/16] perf python: Zero initialize perf_data in pyrf_data__init
` [PATCH v2 12/16] perf python: Add thread and PMU uninitialized checks
` [PATCH v2 13/16] perf python: Fix MetricGroup return type in perf.pyi
` [PATCH v2 14/16] perf python: Fix count_values memory leak in pyrf_evsel__read
` [PATCH v2 15/16] perf python: Fix memory leak in pyrf__metrics_cb
` [PATCH v2 16/16] perf synthetic-events: Fix divide by zero in perf_event__synthesize_threads
[RFC PATCH v1 0/5] perf annotate: Add ARM64 data type profiling support
2026-06-24 1:51 UTC (10+ messages)
` [RFC PATCH v1 1/5] perf annotate-data: Widen type_state_reg::imm_value to u64
` [RFC PATCH v1 2/5] perf disasm: Add ARM64 architecture detection and raw instruction parsing
` [RFC PATCH v1 3/5] perf dwarf-regs: Add ARM64 register and offset extraction from raw instructions
` [RFC PATCH v1 4/5] perf annotate: Wire up ARM64 data type profiling infrastructure
` [RFC PATCH v1 5/5] perf annotate-arch: Add ARM64 data type profiling support
[PATCH 1/1] perf bench bpf: Add missing .gitignore file
2026-06-24 0:50 UTC (5+ messages)
[PATCH v2 00/12] perf tests: Enhance robustness, speed up execution, and fix flakiness
2026-06-23 22:13 UTC (30+ messages)
` [PATCH v3 00/13] perf tests: Robustness and performance improvements
` [PATCH v3 02/13] perf test: Truncate test description to fit terminal width
` [PATCH v3 04/13] perf tests: Add robust record retry helper and use subsecond workloads
` [PATCH v4 00/13] perf tests: Robustness and performance improvements
` [PATCH v4 01/13] perf parse-events: Restrict core PMU bypass to --cputype option
` [PATCH v4 02/13] perf test: Truncate test description to fit terminal width
` [PATCH v4 03/13] perf tests workloads: Support sub-second durations in noploop and thloop
` [PATCH v4 04/13] perf tests: Add robust record retry helper and use subsecond workloads
` [PATCH v4 05/13] perf tests: Skip metrics validation if system-wide recording lacks permission
` [PATCH v4 06/13] perf tests: Fix Python JIT dump profiling test failure
` [PATCH v4 07/13] perf tests: Fix flakiness in trace record and replay test
` [PATCH v4 08/13] perf tests: Fix flakiness in BPF counters test on hybrid systems
` [PATCH v4 09/13] perf tests: Fix flakiness in branch stack sampling tests
` [PATCH v4 10/13] perf tests: Speed up off-cpu profiling tests
` [PATCH v4 11/13] perf tests: Speed up lock contention analysis shell test
` [PATCH v4 12/13] perf tests: Speed up metrics checking shell tests
` [PATCH v4 13/13] perf tests: Include error output for skipped tests in JUnit XML
[PATCH v2 0/6] perf kvm: A small update in the default arch event
2026-06-23 21:57 UTC (10+ messages)
` [PATCH v2 1/6] perf kvm: Factor out kvm_need_default_arch_event()
` [PATCH v2 2/6] perf kvm: Check kvm_need_default_arch_event() early
` [PATCH v2 3/6] perf kvm: Kill STRDUP_FAIL_EXIT()
` [PATCH v2 4/6] perf kvm: Do not copy filename string
` [PATCH v2 5/6] perf kvm: Fix a memory leak in the usage string
` [PATCH v2 6/6] perf test: Simplify perf kvm record/report tests
[PATCH v7 8/8] perf test: Add Arm CoreSight callchain test
2026-06-23 20:31 UTC (2+ messages)
[PATCH v7 7/8] perf cs-etm: Synthesize callchains for instruction samples
2026-06-23 20:24 UTC (2+ messages)
[PATCH v7 6/8] perf cs-etm: Support call indentation
2026-06-23 20:11 UTC (2+ messages)
[PATCH v7 5/8] perf cs-etm: Flush thread stacks after decoder reset
2026-06-23 19:58 UTC (2+ messages)
[PATCH v7 4/8] perf cs-etm: Use thread-stack for last branch entries
2026-06-23 19:46 UTC (2+ messages)
[PATCHES 000/343] perf tools improvements and fixes for v7.2
2026-06-23 19:26 UTC (3+ messages)
[RFC PATCH 0/2] damo: support perf event configuration
2026-06-23 18:10 UTC (7+ messages)
` [RFC PATCH 1/2] perf python: Add access to various members of evsel
` [RFC PATCH 2/2] damo: add --perf_event option
[PATCH] perf/x86/amd/uncore: Add group validation
2026-06-23 17:16 UTC (3+ messages)
[PATCH] perf trace: Refactor augmented_raw_syscalls using bpf_loop
2026-06-23 17:10 UTC (4+ messages)
[PATCH v1 0/4] perf kvm: A small update in default arch event
2026-06-23 16:52 UTC (13+ messages)
` [PATCH 1/4] perf kvm: Factor out kvm_need_default_arch_event()
` [PATCH 2/4] perf kvm: Check kvm_need_default_arch_event() early
` [PATCH 3/4] perf kvm: Kill STRDUP_FAIL_EXIT()
` [PATCH 4/4] perf test: Simplify perf kvm record/report tests
[RFC][PATCH] perf: Fix perf_addr_filters_afjust()
2026-06-23 9:35 UTC (4+ messages)
` [RFC][PATCH v2] "
[PATCH v9 4/5] perf: RISC-V: add support for SSE event
2026-06-23 8:48 UTC (2+ messages)
` [External] "
[PATCH v1] perf pmu: Recognize default_core as a core PMU in more places
2026-06-23 6:22 UTC (4+ messages)
[PATCH v2 1/2] perf vendor events amd: Update Zen 5 core events
2026-06-23 5:28 UTC (2+ messages)
` [PATCH v2 2/2] perf vendor events amd: Update Zen 6 "
[PATCH v2 0/2] RISC-V IOMMU HPM support
2026-06-23 1:44 UTC (4+ messages)
` [PATCH v2 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
2026-06-22 19:03 UTC (13+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants
` [PATCH v3 2/7] llist: "
` [PATCH v3 5/7] kernel: Use mutable list iterators
[PATCH linux-next] perf test: Skip failing 'perf test aslr' test case
2026-06-22 18:17 UTC (3+ messages)
[PATCH perf] perf: Fix btf_vlen() signedness errors
2026-06-22 11:31 UTC (6+ messages)
[PATCH v7 00/22] Add Counter delegation ISA extension support
2026-06-22 8:39 UTC (35+ messages)
` [PATCH v7 01/22] RISC-V: perf: fix resource cleanup on driver probe failure
` [PATCH v7 02/22] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v7 03/22] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH v7 04/22] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH v7 05/22] RISC-V: Define indirect CSR access helpers
` [PATCH v7 06/22] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v7 07/22] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH v7 08/22] RISC-V: Add Sscfg extension CSR definition
` [PATCH v7 09/22] RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsing
` [PATCH v7 10/22] dt-bindings: riscv: add Counter delegation ISA extensions description
` [PATCH v7 11/22] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v7 12/22] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v7 13/22] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v7 14/22] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v7 15/22] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v7 16/22] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v7 17/22] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v7 18/22] RISC-V: perf: Add Qemu virt machine events
` [PATCH v7 19/22] tools/perf: Support event code for arch standard events
` [PATCH v7 20/22] tools/perf: Add RISC-V CounterIDMask event field
` [PATCH v7 21/22] TEST(do-not-upstream): fake qemu-virt PMU events for cdeleg counter-mask testing
` [PATCH v7 22/22] TEST(do-not-upstream): fake qemu vendor JSON + mapfile entry for CounterIDMask path
[PATCH v6 00/21] Add Counter delegation ISA extension support
2026-06-22 6:44 UTC (9+ messages)
` [PATCH v6 04/21] RISC-V: Define indirect CSR access helpers
` [PATCH v6 07/21] RISC-V: Add Sscfg extension CSR definition
` [PATCH v6 17/21] RISC-V: perf: Add Qemu virt machine events
[PATCH v6 13/21] RISC-V: perf: Implement supervisor counter delegation support
2026-06-20 23:25 UTC (3+ messages)
[PATCH v6 14/21] RISC-V: perf: Skip PMU SBI extension when not implemented
2026-06-20 23:15 UTC (3+ 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