summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2025-01-28perf cpumap: Fix die and cluster IDsJames Clark-2/+2
2025-01-27perf annotate: Use an array for the disassembler preferenceIan Rogers-78/+96
2025-01-23perf trace: Fix BPF loading failure (-E2BIG)Howard Chu-7/+4
2025-01-18perf annotate: Prefer passing evsel to evsel->core.idxIan Rogers-26/+26
2025-01-16perf hist: Fix bogus profiles when filters are enabledDmitry Vyukov-1/+10
2025-01-16perf hist: Deduplicate cmp/sort/collapse codeDmitry Vyukov-68/+49
2025-01-14perf config: Add a function to set one variable in .perfconfigArnaldo Carvalho de Melo-0/+1
2025-01-14perf probe: Rename err labelJames Clark-9/+9
2025-01-14perf record: Fix segfault with --off-cpu when debuginfo is not enabledAthira Rajeev-0/+5
2025-01-10perf tools: Fixup end address of modulesNamhyung Kim-0/+2
2025-01-10perf symbol: Prefer non-label symbols with same addressNamhyung Kim-1/+8
2025-01-10perf symbol-elf: Avoid a weak cxx_demangle_sym functionIan Rogers-2/+4
2025-01-10perf tools: Remove dependency on libauditCharlie Jenkins-58/+5
2025-01-10perf tools s390: Use generic syscall table scriptsCharlie Jenkins-5/+1
2025-01-10perf tools powerpc: Use generic syscall table scriptsCharlie Jenkins-8/+0
2025-01-09perf tools mips: Use generic syscall scriptsCharlie Jenkins-4/+0
2025-01-09perf tools loongarch: Use syscall tableCharlie Jenkins-4/+0
2025-01-09perf tools arm64: Use syscall tableCharlie Jenkins-4/+0
2025-01-09perf tools x86: Use generic syscall scriptsCharlie Jenkins-9/+1
2025-01-09perf tools: Create generic syscall table supportCharlie Jenkins-4/+4
2025-01-08perf llvm-add2line: Remove unused symbol_conf.h includeDmitry Vyukov-1/+0
2025-01-08perf namespaces: Fixup the nsinfo__in_pidns() return type, its boolArnaldo Carvalho de Melo-2/+2
2025-01-08perf jitdump: Fixup in_pidns member when java agent and 'perf record' are not...Arnaldo Carvalho de Melo-3/+12
2025-01-08perf namespaces: Introduce nsinfo__set_in_pidns()Arnaldo Carvalho de Melo-0/+6
2025-01-08perf jitdump: Accept jitdump mmaps emitted from inside containersArnaldo Carvalho de Melo-1/+1
2025-01-08perf machine: Don't ignore _etext when not a text symbolChristophe Leroy-1/+1
2025-01-08perf maps: Fix display of kernel symbolsChristophe Leroy-1/+6
2025-01-08perf ftrace: Display latency statistics at the endNamhyung Kim-3/+34
2025-01-08perf evsel: Improve the evsel__open_strerror() for EBUSYIan Rogers-1/+78
2024-12-26perf stat: Document and clarify outstate membersJames Clark-7/+21
2024-12-26perf stat: Document and simplify interval timestampsJames Clark-24/+21
2024-12-26perf stat: Remove empty new_line_metric functionJames Clark-11/+7
2024-12-26perf stat: Also hide metric-units from JSON when event didn't runJames Clark-2/+3
2024-12-26perf stat: Fix trailing comma when there is no metric unitJames Clark-80/+97
2024-12-23perf path: Remove unused is_executable_file()Dr. David Alan Gilbert-13/+0
2024-12-23perf values: Use evsel rather than evsel->idxIan Rogers-65/+50
2024-12-23perf stream: Use evsel rather than evsel->idxIan Rogers-9/+8
2024-12-23perf lock contention: Handle slab objects in -L/--lock-filter optionNamhyung Kim-3/+60
2024-12-23perf lock contention: Resolve slab object name using BPFNamhyung Kim-2/+76
2024-12-23perf lock contention: Run BPF slab cache iteratorNamhyung Kim-0/+118
2024-12-20perf lock contention: Add and use LCB_F_TYPE_MASKNamhyung Kim-1/+2
2024-12-20perf script: Cache the output typeArnaldo Carvalho de Melo-0/+2
2024-12-18perf python: Correctly throw IndexErrorIan Rogers-1/+3
2024-12-18perf python: Add __str__ and __repr__ functions to evselIan Rogers-0/+13
2024-12-18perf python: Add __str__ and __repr__ functions to evlistIan Rogers-0/+26
2024-12-18perf python: Add parse_events functionIan Rogers-9/+75
2024-12-18perf kwork: Make perf_kwork_add_work a callbackIan Rogers-16/+6
2024-12-18perf bench: Remove reference to cmd_injectIan Rogers-6/+0
2024-12-18perf lock: Move common lock contention code to new fileIan Rogers-22/+159
2024-12-18perf env: Move arch errno function to only use in envIan Rogers-8/+4