summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2026-07-31perf machine: Check snprintf truncation in machines__findnew()Arnaldo Carvalho de Melo
2026-07-31perf machine: Guard against NULL strlist in machines__findnew()Arnaldo Carvalho de Melo
2026-07-31perf machine: Fix NULL parent dereference in fork event processingArnaldo Carvalho de Melo
2026-07-31perf machine: Fix fd leak on bounds check in maps__set_modules_path_dir()Arnaldo Carvalho de Melo
2026-07-31perf hisi-ptt: Fix spelling and abbreviation errorsSizhe Liu
2026-07-31perf hisi-ptt: Strengthen auxtrace event handling and packet type detectionSizhe Liu
2026-07-31perf hisi-ptt: Fix PTT trace TLP header parsingSizhe Liu
2026-07-31perf libdw: Fix outer-frame name resolution and spurious "(inlined)" tagMichael Liang
2026-07-31perf unwind-libdw: Fix unwinding of multi-threaded processesAlessio Podda
2026-07-27perf annotate: Be robust to annotating without a threadIan Rogers
2026-07-27perf ui hists: Fix stack use-after-return in symbol_filter_strIan Rogers
2026-07-23perf trace: Correct default cpumask formatting to hexadecimalAaron Tomlin
2026-07-23perf python: Clean up and restructure setup.pyIan Rogers
2026-07-23perf cap: Remove used_root parameter and simplify capability checksIan Rogers
2026-07-22perf cs-etm: Avoid truncating AUX buffer sizes to intLeo Yan
2026-07-19perf stat: Add --hide-zero-events option to suppress zero-count eventsAaron Tomlin
2026-07-17perf build: Fix compiler errors with old capstoneNamhyung Kim
2026-07-17perf disasm: Fix potential NULL pointer dereference and use-after-free in arc...Ian Rogers
2026-07-16perf build: Fix a compiler error in util/libbfd.cNamhyung Kim
2026-07-16perf trace: Refactor augmented_raw_syscalls using bpf_forViktor Malik
2026-07-16perf trace: Factor out BPF loop bodyViktor Malik
2026-07-16perf evsel: Arrange some fields that should be clonedNamhyung Kim
2026-07-16perf evsel: Remove unused BPF related fieldsNamhyung Kim
2026-07-16perf stat: Fix duplicate output with --for-each-cgroupNamhyung Kim
2026-07-15perf: evsel: Fix error handling in tp_format lookupHongling Zeng
2026-07-13perf record: Return the written size from process_comp_header()Dmitry Ilvokhin
2026-07-10perf metricgroup: Fix metric expression copy leaksYu Peng
2026-07-09perf capstone: Fix kernel map reference count leakTengda Wu
2026-07-08perf dso: Fix kallsyms DSO detection with fallback logicTanushree Shah
2026-07-07perf data convert json: Fix trace_seq memory leak in process_sample_event()Tanushree Shah
2026-07-07perf record: fix poll storm when monitored threads exitJiawei Sun
2026-07-03perf cs-etm: Synthesize callchains for instruction samplesLeo Yan
2026-07-03perf cs-etm: Support call indentationLeo Yan
2026-07-03perf cs-etm: Flush thread stacks after decoder resetLeo Yan
2026-07-03perf cs-etm: Use thread-stack for last branch entriesLeo Yan
2026-07-03perf cs-etm: Refactor instruction size handlingLeo Yan
2026-07-03perf cs-etm: Decode ETE exception packetsLeo Yan
2026-07-03perf cs-etm: Filter synthesized branch samplesLeo Yan
2026-07-03perf cs-etm: Fix thread leaks on trace queue init failureLeo Yan
2026-07-03perf kvm: Kill STRDUP_FAIL_EXIT()Namhyung Kim
2026-07-03perf kvm: Factor out kvm_need_default_arch_event()Namhyung Kim
2026-07-03perf symbols: skip livepatch symbols in kcore_copy kallsyms processingJoe Lawrence
2026-07-03perf symbols: skip livepatch symbols when loading kallsymsJoe Lawrence
2026-06-30perf parse-events: Restrict core PMU bypass to --cputype optionIan Rogers
2026-06-30perf pmu: Recognize default_core as a core PMU in more placesIan Rogers
2026-06-30perf/probe: Ignore comment lines in dynamic_events/kprobe_events fileMasami Hiramatsu (Google)
2026-06-30perf kvm stat: Add missing mappings for PPC kvm exit reasonsGautam Menghani
2026-06-30perf python: Add perf.pyi stubs fileIan Rogers
2026-06-30perf python: Add type checking for parse_events/parse_metricsIan Rogers
2026-06-30perf python: Handle Py_None for thread and cpu mapsIan Rogers