summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2026-07-31perf machine: Reset errno before strtol in guest kernel map creationArnaldo Carvalho de Melo1-0/+1
2026-07-31perf machine: Don't abort guest map creation on first inaccessible dirArnaldo Carvalho de Melo1-4/+2
2026-07-31perf machine: Check snprintf truncation in machines__findnew()Arnaldo Carvalho de Melo1-1/+6
2026-07-31perf machine: Guard against NULL strlist in machines__findnew()Arnaldo Carvalho de Melo1-2/+3
2026-07-31perf machine: Fix NULL parent dereference in fork event processingArnaldo Carvalho de Melo1-1/+2
2026-07-31perf machine: Fix fd leak on bounds check in maps__set_modules_path_dir()Arnaldo Carvalho de Melo1-2/+4
2026-07-31perf hisi-ptt: Fix spelling and abbreviation errorsSizhe Liu3-12/+12
2026-07-31perf hisi-ptt: Strengthen auxtrace event handling and packet type detectionSizhe Liu1-6/+18
2026-07-31perf hisi-ptt: Fix PTT trace TLP header parsingSizhe Liu2-23/+36
2026-07-31perf libdw: Fix outer-frame name resolution and spurious "(inlined)" tagMichael Liang1-3/+29
2026-07-31perf unwind-libdw: Fix unwinding of multi-threaded processesAlessio Podda1-3/+21
2026-07-27perf annotate: Be robust to annotating without a threadIan Rogers3-23/+73
2026-07-27perf ui hists: Fix stack use-after-return in symbol_filter_strIan Rogers1-0/+1
2026-07-23perf trace: Correct default cpumask formatting to hexadecimalAaron Tomlin2-0/+97
2026-07-23perf python: Clean up and restructure setup.pyIan Rogers1-80/+162
2026-07-23perf cap: Remove used_root parameter and simplify capability checksIan Rogers5-29/+15
2026-07-22perf cs-etm: Avoid truncating AUX buffer sizes to intLeo Yan1-20/+26
2026-07-19perf stat: Add --hide-zero-events option to suppress zero-count eventsAaron Tomlin2-0/+4
2026-07-17perf build: Fix compiler errors with old capstoneNamhyung Kim1-0/+7
2026-07-17perf disasm: Fix potential NULL pointer dereference and use-after-free in arc...Ian Rogers1-4/+4
2026-07-16perf build: Fix a compiler error in util/libbfd.cNamhyung Kim1-2/+2
2026-07-16perf trace: Refactor augmented_raw_syscalls using bpf_forViktor Malik1-12/+35
2026-07-16perf trace: Factor out BPF loop bodyViktor Malik1-55/+73
2026-07-16perf evsel: Arrange some fields that should be clonedNamhyung Kim1-5/+6
2026-07-16perf evsel: Remove unused BPF related fieldsNamhyung Kim2-23/+0
2026-07-16perf stat: Fix duplicate output with --for-each-cgroupNamhyung Kim1-0/+10
2026-07-15perf: evsel: Fix error handling in tp_format lookupHongling Zeng1-1/+1
2026-07-13perf record: Return the written size from process_comp_header()Dmitry Ilvokhin2-13/+18
2026-07-10perf metricgroup: Fix metric expression copy leaksYu Peng1-1/+6
2026-07-09perf capstone: Fix kernel map reference count leakTengda Wu1-4/+9
2026-07-08perf dso: Fix kallsyms DSO detection with fallback logicTanushree Shah1-1/+56
2026-07-07perf data convert json: Fix trace_seq memory leak in process_sample_event()Tanushree Shah1-0/+1
2026-07-07perf record: fix poll storm when monitored threads exitJiawei Sun1-0/+14
2026-07-03perf cs-etm: Synthesize callchains for instruction samplesLeo Yan1-5/+78
2026-07-03perf cs-etm: Support call indentationLeo Yan1-5/+15
2026-07-03perf cs-etm: Flush thread stacks after decoder resetLeo Yan1-0/+45
2026-07-03perf cs-etm: Use thread-stack for last branch entriesLeo Yan1-115/+58
2026-07-03perf cs-etm: Refactor instruction size handlingLeo Yan1-21/+22
2026-07-03perf cs-etm: Decode ETE exception packetsLeo Yan1-3/+3
2026-07-03perf cs-etm: Filter synthesized branch samplesLeo Yan1-0/+15
2026-07-03perf cs-etm: Fix thread leaks on trace queue init failureLeo Yan1-0/+4
2026-07-03perf kvm: Kill STRDUP_FAIL_EXIT()Namhyung Kim3-18/+5
2026-07-03perf kvm: Factor out kvm_need_default_arch_event()Namhyung Kim4-54/+58
2026-07-03perf symbols: skip livepatch symbols in kcore_copy kallsyms processingJoe Lawrence1-0/+4
2026-07-03perf symbols: skip livepatch symbols when loading kallsymsJoe Lawrence2-2/+14
2026-06-30perf parse-events: Restrict core PMU bypass to --cputype optionIan Rogers5-29/+53
2026-06-30perf pmu: Recognize default_core as a core PMU in more placesIan Rogers2-1/+7
2026-06-30perf/probe: Ignore comment lines in dynamic_events/kprobe_events fileMasami Hiramatsu (Google)1-0/+2
2026-06-30perf kvm stat: Add missing mappings for PPC kvm exit reasonsGautam Menghani1-1/+3
2026-06-30perf python: Add perf.pyi stubs fileIan Rogers1-0/+5