summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2025-01-08perf llvm-add2line: Remove unused symbol_conf.h includeDmitry Vyukov1-1/+0
2025-01-08perf namespaces: Fixup the nsinfo__in_pidns() return type, its boolArnaldo Carvalho de Melo2-2/+2
2025-01-08perf jitdump: Fixup in_pidns member when java agent and 'perf record' are not...Arnaldo Carvalho de Melo1-3/+12
2025-01-08perf namespaces: Introduce nsinfo__set_in_pidns()Arnaldo Carvalho de Melo2-0/+6
2025-01-08perf jitdump: Accept jitdump mmaps emitted from inside containersArnaldo Carvalho de Melo1-1/+1
2025-01-08perf machine: Don't ignore _etext when not a text symbolChristophe Leroy1-1/+1
2025-01-08perf maps: Fix display of kernel symbolsChristophe Leroy1-1/+6
2025-01-08perf ftrace: Display latency statistics at the endNamhyung Kim3-3/+34
2025-01-08perf evsel: Improve the evsel__open_strerror() for EBUSYIan Rogers1-1/+78
2024-12-26perf stat: Document and clarify outstate membersJames Clark1-7/+21
2024-12-26perf stat: Document and simplify interval timestampsJames Clark1-24/+21
2024-12-26perf stat: Remove empty new_line_metric functionJames Clark2-11/+7
2024-12-26perf stat: Also hide metric-units from JSON when event didn't runJames Clark1-2/+3
2024-12-26perf stat: Fix trailing comma when there is no metric unitJames Clark1-80/+97
2024-12-23perf path: Remove unused is_executable_file()Dr. David Alan Gilbert2-13/+0
2024-12-23perf values: Use evsel rather than evsel->idxIan Rogers2-65/+50
2024-12-23perf stream: Use evsel rather than evsel->idxIan Rogers2-9/+8
2024-12-23perf lock contention: Handle slab objects in -L/--lock-filter optionNamhyung Kim3-3/+60
2024-12-23perf lock contention: Resolve slab object name using BPFNamhyung Kim2-2/+76
2024-12-23perf lock contention: Run BPF slab cache iteratorNamhyung Kim4-0/+118
2024-12-20perf lock contention: Add and use LCB_F_TYPE_MASKNamhyung Kim1-1/+2
2024-12-20perf script: Cache the output typeArnaldo Carvalho de Melo2-0/+2
2024-12-18perf python: Correctly throw IndexErrorIan Rogers1-1/+3
2024-12-18perf python: Add __str__ and __repr__ functions to evselIan Rogers1-0/+13
2024-12-18perf python: Add __str__ and __repr__ functions to evlistIan Rogers1-0/+26
2024-12-18perf python: Add parse_events functionIan Rogers4-9/+75
2024-12-18perf kwork: Make perf_kwork_add_work a callbackIan Rogers4-16/+6
2024-12-18perf bench: Remove reference to cmd_injectIan Rogers1-6/+0
2024-12-18perf lock: Move common lock contention code to new fileIan Rogers5-22/+159
2024-12-18perf env: Move arch errno function to only use in envIan Rogers3-8/+4
2024-12-18perf intel-pt: Remove stale build commentIan Rogers1-2/+0
2024-12-18perf x86: Define arch_fetch_insn in NO_AUXTRACE buildsIan Rogers4-9/+18
2024-12-18perf script: Move perf_sample__sprintf_flags to trace-event-scripting.cIan Rogers2-6/+83
2024-12-18perf script: Move script_fetch_insn to trace-event-scripting.cIan Rogers4-8/+17
2024-12-18perf script: Move script_spec code to trace-event-scripting.cIan Rogers3-6/+77
2024-12-18perf stat: Move stat_config into config.cIan Rogers3-11/+29
2024-12-18perf script: Move find_scripts to browser/scripts.cIan Rogers1-6/+0
2024-12-18perf script: Use openat for directory iterationIan Rogers2-0/+11
2024-12-18perf kvm: Move functions used in util out of builtinIan Rogers4-32/+74
2024-12-18perf script: Move scripting_max_stack out of builtinIan Rogers2-2/+3
2024-12-18perf python: Remove unused #includeIan Rogers1-1/+0
2024-12-18perf python: Constify variables and parametersIan Rogers1-26/+29
2024-12-18perf python: Remove python 2 scripting supportIan Rogers2-121/+15
2024-12-18perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resumeAdrian Hunter2-12/+87
2024-12-18perf tools: Parse aux-actionAdrian Hunter3-7/+67
2024-12-18perf tools: Add aux-action config termAdrian Hunter6-0/+16
2024-12-18perf tools: Add aux_start_paused, aux_pause and aux_resumeAdrian Hunter1-0/+3
2024-12-18perf ftrace latency: Fix compiler error for clang 12Namhyung Kim1-1/+2
2024-12-13Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo4-6/+8
2024-12-12perf expr: Initialize is_test value in expr__ctx_new()Levi Yun1-4/+1