summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-01-09perf tools arm64: Use syscall tableCharlie Jenkins
2025-01-09perf tools parisc: Support syscall headerCharlie Jenkins
2025-01-09perf tools alpha: Support syscall headerCharlie Jenkins
2025-01-09perf tools x86: Use generic syscall scriptsCharlie Jenkins
2025-01-09perf tools xtensa: Support syscall headerCharlie Jenkins
2025-01-09perf tools sparc: Support syscall headersCharlie Jenkins
2025-01-09perf tools sh: Support syscall headersCharlie Jenkins
2025-01-09perf tools arm: Support syscall headersCharlie Jenkins
2025-01-09perf tools csky: Support generic syscall headersCharlie Jenkins
2025-01-09perf tools arc: Support generic syscall headersCharlie Jenkins
2025-01-09perf tools: Create generic syscall table supportCharlie Jenkins
2025-01-08perf test cpumap: Avoid use-after-free following mergeIan Rogers
2025-01-08perf llvm-add2line: Remove unused symbol_conf.h includeDmitry Vyukov
2025-01-08perf test trace_btf_general: Fix shellcheck warningJames Clark
2025-01-08perf namespaces: Fixup the nsinfo__in_pidns() return type, its boolArnaldo Carvalho de Melo
2025-01-08perf jitdump: Fixup in_pidns member when java agent and 'perf record' are not...Arnaldo Carvalho de Melo
2025-01-08perf namespaces: Introduce nsinfo__set_in_pidns()Arnaldo Carvalho de Melo
2025-01-08perf jitdump: Accept jitdump mmaps emitted from inside containersArnaldo Carvalho de Melo
2025-01-08perf machine: Don't ignore _etext when not a text symbolChristophe Leroy
2025-01-08perf maps: Fix display of kernel symbolsChristophe Leroy
2025-01-08perf test: Update ftrace test to use --graph-optsNamhyung Kim
2025-01-08perf ftrace profile: Add --graph-opts optionNamhyung Kim
2025-01-08perf ftrace: Display latency statistics at the endNamhyung Kim
2025-01-08perf evsel: Improve the evsel__open_strerror() for EBUSYIan Rogers
2025-01-08perf tests shell task_analyzer: Run this test exclusivelyArnaldo Carvalho de Melo
2025-01-08perf tests code-reading: Handle change in objdump output from binutils >= 2.4...Charlie Jenkins
2025-01-08perf top: Don't complain about lack of vmlinux when not resolving some kernel...Arnaldo Carvalho de Melo
2024-12-26perf stat: Document and clarify outstate membersJames Clark
2024-12-26perf stat: Document and simplify interval timestampsJames Clark
2024-12-26perf stat: Remove empty new_line_metric functionJames Clark
2024-12-26perf stat: Also hide metric-units from JSON when event didn't runJames Clark
2024-12-26perf stat: Fix trailing comma when there is no metric unitJames Clark
2024-12-26perf docs: Add documentation for --force-btf optionHoward Chu
2024-12-26perf trace: Add tests for BTF general augmentationHoward Chu
2024-12-23perf path: Remove unused is_executable_file()Dr. David Alan Gilbert
2024-12-23perf values: Use evsel rather than evsel->idxIan Rogers
2024-12-23perf stream: Use evsel rather than evsel->idxIan Rogers
2024-12-23perf jevents: Provide better path information for broken JSONIan Rogers
2024-12-23perf lock contention: Handle slab objects in -L/--lock-filter optionNamhyung Kim
2024-12-23perf lock contention: Resolve slab object name using BPFNamhyung Kim
2024-12-23perf lock contention: Run BPF slab cache iteratorNamhyung Kim
2024-12-20perf lock contention: Add and use LCB_F_TYPE_MASKNamhyung Kim
2024-12-20perf script: Cache the output typeArnaldo Carvalho de Melo
2024-12-18perf python: Correctly throw IndexErrorIan Rogers
2024-12-18perf python: Add __str__ and __repr__ functions to evselIan Rogers
2024-12-18perf python: Add __str__ and __repr__ functions to evlistIan Rogers
2024-12-18perf python: Add parse_events functionIan Rogers
2024-12-18perf build: Remove test library from python shared objectIan Rogers
2024-12-18perf kwork: Make perf_kwork_add_work a callbackIan Rogers
2024-12-18perf bench: Remove reference to cmd_injectIan Rogers