aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-08perf test cpumap: Avoid use-after-free following mergeIan Rogers1-4/+4
2025-01-08perf llvm-add2line: Remove unused symbol_conf.h includeDmitry Vyukov1-1/+0
2025-01-08perf test trace_btf_general: Fix shellcheck warningJames Clark1-0/+1
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 test: Update ftrace test to use --graph-optsNamhyung Kim1-4/+1
2025-01-08perf ftrace profile: Add --graph-opts optionNamhyung Kim2-0/+12
2025-01-08perf ftrace: Display latency statistics at the endNamhyung Kim4-4/+47
2025-01-08perf evsel: Improve the evsel__open_strerror() for EBUSYIan Rogers1-1/+78
2025-01-08perf tests shell task_analyzer: Run this test exclusivelyArnaldo Carvalho de Melo1-1/+1
2025-01-08perf tests code-reading: Handle change in objdump output from binutils >= 2.4...Charlie Jenkins1-1/+91
2025-01-08perf top: Don't complain about lack of vmlinux when not resolving some kernel...Arnaldo Carvalho de Melo1-1/+1
2024-12-26perf stat: Document and clarify outstate membersJames Clark1-7/+21
2024-12-26perf stat: Document and simplify interval timestampsJames Clark2-24/+25
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 Clark2-87/+104
2024-12-26perf docs: Add documentation for --force-btf optionHoward Chu1-0/+5
2024-12-26perf trace: Add tests for BTF general augmentationHoward Chu1-0/+93
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 Rogers3-68/+51
2024-12-23perf stream: Use evsel rather than evsel->idxIan Rogers3-11/+10
2024-12-23perf jevents: Provide better path information for broken JSONIan Rogers1-2/+9
2024-12-23perf lock contention: Handle slab objects in -L/--lock-filter optionNamhyung Kim4-3/+95
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 Kim2-3/+4
2024-12-20perf script: Cache the output typeArnaldo Carvalho de Melo3-42/+51
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 build: Remove test library from python shared objectIan Rogers1-1/+1
2024-12-18perf kwork: Make perf_kwork_add_work a callbackIan Rogers5-17/+8
2024-12-18perf bench: Remove reference to cmd_injectIan Rogers3-14/+12
2024-12-18perf lock: Move common lock contention code to new fileIan Rogers6-158/+160
2024-12-18perf env: Move arch errno function to only use in envIan Rogers5-10/+6
2024-12-18perf intel-pt: Remove stale build commentIan Rogers1-2/+0
2024-12-18perf x86: Define arch_fetch_insn in NO_AUXTRACE buildsIan Rogers5-10/+19
2024-12-18perf script: Move perf_sample__sprintf_flags to trace-event-scripting.cIan Rogers3-87/+83
2024-12-18perf script: Move script_fetch_insn to trace-event-scripting.cIan Rogers6-23/+19
2024-12-18perf script: Move script_spec code to trace-event-scripting.cIan Rogers4-70/+80
2024-12-18perf stat: Move stat_config into config.cIan Rogers6-46/+38
2024-12-18perf script: Move find_scripts to browser/scripts.cIan Rogers4-185/+175
2024-12-18perf script: Use openat for directory iterationIan Rogers3-27/+71
2024-12-18perf kvm: Move functions used in util out of builtinIan Rogers5-93/+74