aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-16perf hist: Fix bogus profiles when filters are enabledDmitry Vyukov1-1/+10
2025-01-16perf hist: Deduplicate cmp/sort/collapse codeDmitry Vyukov2-68/+49
2025-01-16perf test: Improve verbose documentationIan Rogers1-1/+4
2025-01-16perf test: Add a runs-per-test flagIan Rogers2-11/+22
2025-01-16perf test: Fix parallel/sequential option documentationIan Rogers1-7/+3
2025-01-16perf test: Send list output to stdout rather than stderrIan Rogers1-4/+4
2025-01-16perf test: Rename functions and variables for better clarityIan Rogers1-108/+93
2025-01-16perf tools: Expose quiet/verbose variables in Makefile.perfCharlie Jenkins2-2/+37
2025-01-14perf config: Add a function to set one variable in .perfconfigArnaldo Carvalho de Melo2-0/+39
2025-01-14perf test perftool_testsuite: Return correct value for skippingVeronika Molnarova6-6/+6
2025-01-14perf test perftool_testsuite: Add missing descriptionVeronika Molnarova7-7/+7
2025-01-14perf test record+probe_libc_inet_pton: Make test resilientLeo Yan1-16/+18
2025-01-14perf inject: Fix use without initialization of local variablesIan Rogers1-4/+4
2025-01-14perf probe: Rename err labelJames Clark1-9/+9
2025-01-14perf test stat: Avoid hybrid assumption when virtualizedIan Rogers1-1/+5
2025-01-14perf record: Fix segfault with --off-cpu when debuginfo is not enabledAthira Rajeev1-0/+5
2025-01-14perf tests base_probe: Fix check for the count of existing probes in test_add...Athira Rajeev1-2/+2
2025-01-14perf MANIFEST: Add license filesMichel Lind1-0/+2
2025-01-14perf test brstack: Speed up running test by using tr -s instead of xargsJames Clark1-2/+2
2025-01-13perf tools mips: Fix mips syscall generationCharlie Jenkins1-18/+0
2025-01-13perf tests arm_spe: Add test for discard modeJames Clark1-0/+30
2025-01-13perf tools arm-spe: Don't allocate buffer or tracking event in discard modeJames Clark1-2/+9
2025-01-13perf tools arm-spe: Pull out functions for aux buffer and tracking setupJames Clark1-32/+51
2025-01-10perf report: Fix misleading help message about --demangleJiachen Zhang1-1/+1
2025-01-10perf ftrace: Fix display for range of the first bucketNamhyung Kim1-1/+1
2025-01-10perf ftrace: Check min/max latency only with bucket rangeNamhyung Kim1-3/+5
2025-01-10perf docs: arm_spe: Document new discard modeJames Clark1-0/+26
2025-01-10perf MANIFEST: Add arch/*/include/uapi/asm/bpf_perf_event.h to the perf tarballArnaldo Carvalho de Melo1-0/+1
2025-01-10perf vendor events arm64: Add FUJITSU-MONAKA PMU eventYoshihiro Furudera25-0/+2927
2025-01-10perf tools: Fixup end address of modulesNamhyung Kim1-0/+2
2025-01-10perf symbol: Prefer non-label symbols with same addressNamhyung Kim1-1/+8
2025-01-10perf symbol-elf: Avoid a weak cxx_demangle_sym functionIan Rogers1-2/+4
2025-01-10perf trace: Fix unaligned access for augmented argsNamhyung Kim1-4/+17
2025-01-10perf test: Mark remaining probe tests as exclusiveJames Clark2-2/+2
2025-01-10perf tools: Remove dependency on libauditCharlie Jenkins12-148/+10
2025-01-10perf tools s390: Use generic syscall table scriptsCharlie Jenkins8-64/+12
2025-01-10perf tools powerpc: Use generic syscall table scriptsCharlie Jenkins8-75/+19
2025-01-09perf tools mips: Use generic syscall scriptsCharlie Jenkins7-39/+11
2025-01-09perf tools loongarch: Use syscall tableCharlie Jenkins8-74/+9
2025-01-09perf tools arm64: Use syscall tableCharlie Jenkins11-75/+498
2025-01-09perf tools parisc: Support syscall headerCharlie Jenkins6-1/+482
2025-01-09perf tools alpha: Support syscall headerCharlie Jenkins6-1/+515
2025-01-09perf tools x86: Use generic syscall scriptsCharlie Jenkins9-80/+20
2025-01-09perf tools xtensa: Support syscall headerCharlie Jenkins6-1/+449
2025-01-09perf tools sparc: Support syscall headersCharlie Jenkins6-1/+532
2025-01-09perf tools sh: Support syscall headersCharlie Jenkins6-1/+482
2025-01-09perf tools arm: Support syscall headersCharlie Jenkins6-1/+493
2025-01-09perf tools csky: Support generic syscall headersCharlie Jenkins4-1/+8
2025-01-09perf tools arc: Support generic syscall headersCharlie Jenkins5-2/+10
2025-01-09perf tools: Create generic syscall table supportCharlie Jenkins11-77/+177