summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2026-06-06perf stat: Introduce perf_env__get_cpu_topology() to guard NULL env->cpuArnaldo Carvalho de Melo
2026-06-06perf mmap: Fix NULL deref in aio cleanup on alloc failureArnaldo Carvalho de Melo
2026-06-05perf sched: Replace BUG_ON and add NULL checks in replay event helpersArnaldo Carvalho de Melo
2026-06-05perf sched: Use thread__put() in free_idle_threads()Arnaldo Carvalho de Melo
2026-06-05perf sched: Fix thread reference leak in idle hist processingArnaldo Carvalho de Melo
2026-06-05perf sched: Use is_idle_sample() for idle thread runtime cast guardArnaldo Carvalho de Melo
2026-06-05perf sched: Clean up idle_threads entry on init failureArnaldo Carvalho de Melo
2026-06-05perf c2c: Bounds-check CPU IDs in setup_nodes() topology loopArnaldo Carvalho de Melo
2026-06-05perf c2c: Bounds-check CPU and node IDs before bitmap and array accessArnaldo Carvalho de Melo
2026-06-05perf stat: Bounds-check CPU index in topology aggregation callbacksArnaldo Carvalho de Melo
2026-06-05perf mmap: Guard cpu__get_node() return in aio_bind()Arnaldo Carvalho de Melo
2026-06-05perf sched: Fix register_pid() overflow, strcpy, and BUG_ONArnaldo Carvalho de Melo
2026-06-05perf sched: Cap max_cpu at MAX_CPUS in timehist sample processingArnaldo Carvalho de Melo
2026-06-04perf sched: Fix thread reference leaks in timehist_get_thread()Arnaldo Carvalho de Melo
2026-06-04perf tools: Add bounds check to cpu__get_node()Arnaldo Carvalho de Melo
2026-06-04perf tools: Guard remaining test_bit calls from OOB sample CPUArnaldo Carvalho de Melo
2026-06-04perf sched: Fix comp_cpus heap overflow with cross-machine recordingsArnaldo Carvalho de Melo
2026-06-04perf sched: Fix NULL dereference in latency_runtime_eventArnaldo Carvalho de Melo
2026-06-04perf sched: Fix thread reference leak in latency_switch_eventArnaldo Carvalho de Melo
2026-06-04perf tools: Guard test_bit from out-of-bounds sample CPUArnaldo Carvalho de Melo
2026-06-04perf lock contention: Enable end-timestamp accounting for cgroup aggregationSuchit Karunakaran
2026-06-04perf pmu: Recognize 'default_core' as a core PMU and document matchingIan Rogers
2026-06-04perf data ctf: replace libbabeltrace with babeltrace2-ctf-writerMichael Jeanson
2026-06-04perf lock contention: Allow 'mmap_lock' in -L/--lock-filterNamhyung Kim
2026-06-04perf test: Remove /usr/bin/cc dependency from Intel PT shell testIan Rogers
2026-06-04perf test: Add shell test to validate JUnit XML reporting outputIan Rogers
2026-06-04perf test: Add -j/--junit option for JUnit XML test reportsIan Rogers
2026-06-04perf test: Split monolithic 'util' test suite into sub-testsIan Rogers
2026-06-04perf test: Skip shebang and SPDX comments in shell test descriptionsIan Rogers
2026-06-04perf test: Fix subtest status alignment for multi-digit indexesIan Rogers
2026-06-04perf test: Add summary reportingIan Rogers
2026-06-04perf test: Show snippet failure output for verbose=1Ian Rogers
2026-06-04perf test: Refactor parallel poll loop to drain all pipes simultaneouslyIan Rogers
2026-06-04perf test pmu-events: A sub-test per metric tableIan Rogers
2026-06-04perf test: Support dynamic test suites with setup callback and private dataIan Rogers
2026-06-04perf test: Drain pipe after child finishes to avoid losing outputIan Rogers
2026-06-04perf pmu-events: Add API to get metric table name and iterate tablesIan Rogers
2026-06-04perf jevents.py: Make generated C code more kernel styleIan Rogers
2026-06-04perf tpebs: Fix concurrent stop races and PID reuse hazards in tpebs_stopIan Rogers
2026-06-04perf annotate: Fix crashes on empty annotate windowsJames Clark
2026-06-04perf tools: Ensure event leader stays at head of evlist after sortingIan Rogers
2026-06-04perf stat: Use aggr_nr scaling for Intel uncore miss latency metricsChun-Tse Shao
2026-06-04perf stat: Add aggr_nr metric parser supportChun-Tse Shao
2026-06-04perf build: Compile BPF skeletons with -mcpu=v3Suchit Karunakaran
2026-06-04perf lock: Fix non-atomic max/time and min_time updates in contention_dataSuchit Karunakaran
2026-06-04perf bench: Add --write-size option to sched pipeBreno Leitao
2026-06-03perf symbol: Lazily compute idleIan Rogers
2026-06-03perf symbol: Add setters for bitfields sharing a byte to avoid concurrent upd...Ian Rogers
2026-06-03perf env: Add helper to lazily compute the os_releaseIan Rogers
2026-06-03perf env: Add mutex to protect lazy environment initializationIan Rogers