aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2024-11-08perf script python: Adjust objdump start/end per map pgoff parameterSteve Clevenger1-5/+11
2024-11-08perf script cs_etm: Add map_pgoff to python dictionarySteve Clevenger1-3/+6
2024-11-07perf stat: Expand metric+unit buffer sizeIan Rogers1-1/+1
2024-11-07perf tools: Add the empty-pmu-events build to .gitignoreHaiyue Wang1-0/+2
2024-11-07perf: event: Remove deadcodeDr. David Alan Gilbert4-29/+0
2024-11-05perf trace: avoid garbage when not printing a trace event's argumentsBenjamin Peterson1-1/+1
2024-11-05perf tools: update expected diff for lib/list_sort.cKuan-Wei Chiu1-9/+2
2024-11-04perf test: Fix ftrace test with regex patternsNamhyung Kim1-1/+1
2024-11-04perf test: Remove dangling CFLAGS for removed attr.o objectArnaldo Carvalho de Melo1-1/+0
2024-11-04perf tools: Add all shellcheck_log to gitignoreCharlie Jenkins1-3/+1
2024-11-04perf build: Add missing cflags when building with custom libtraceeventYicong Yang1-1/+1
2024-11-04perf test: Remove cpu-list BPF cgroup counter testMichael Petlan1-13/+0
2024-11-04perf build: Make libunwind opt-in rather than opt-outIan Rogers3-4/+8
2024-11-03Merge 'origin/master' into perf-tools-nextNamhyung Kim8-25/+92
2024-11-01perf test: Use sqrtloop workload to test bperf eventTengda Wu1-1/+1
2024-11-01perf stat: Support inherit events during fork() for bperfTengda Wu5-14/+126
2024-10-30perf arm-spe: Use old behavior when opening old SPE filesJames Clark1-26/+24
2024-10-30perf ftrace latency: Fix unit on histogram first entry when using --use-nsecArnaldo Carvalho de Melo1-1/+1
2024-10-30perf, riscv: Wire up perf trace support for RISC-VBjörn Töpel4-1/+78
2024-10-29perf probe: Fix retrieval of source files from a debuginfod serverArnaldo Carvalho de Melo1-1/+5
2024-10-29perf arm-spe: Update --itrace help textGraham Woodward3-4/+3
2024-10-29perf arm-spe: Correctly set sample flagsGraham Woodward3-0/+19
2024-10-29perf arm-spe: Use ARM_SPE_OP_BRANCH_ERET when synthesizing branchesGraham Woodward1-6/+6
2024-10-29perf arm-spe: Set sample.addr to target address for instruction sampleGraham Woodward1-1/+1
2024-10-28perf vendor events arm64: Add i.MX91 DDR Performance Monitor metricsXu Yang2-0/+35
2024-10-28perf test: Sort tests placing exclusive tests lastIan Rogers1-41/+84
2024-10-28perf test: Add a signal handler to kill forked child processesIan Rogers1-3/+34
2024-10-28perf test: Make parallel testing the defaultIan Rogers1-11/+2
2024-10-28perf test: Run parallel tests in two passesIan Rogers4-60/+120
2024-10-28perf test: Add a signal handler around running a testIan Rogers1-1/+27
2024-10-28perf test: Tag parallel failing shell tests with "(exclusive)"Ian Rogers20-20/+20
2024-10-28perf test: Avoid list test blocking on writing to stdoutIan Rogers1-1/+4
2024-10-28perf test: Reduce scope of parallel variableIan Rogers1-3/+6
2024-10-28perf test: Display number of active running testsIan Rogers2-29/+61
2024-10-28perf cap: Add __NR_capget to arch/x86 unistdIan Rogers1-7/+3
2024-10-28tools headers: Update the linux/unaligned.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2024-10-23perf disasm: Fix not cleaning up disasm_line in symbol__disassemble_raw()Li Huafei1-1/+1
2024-10-23perf disasm: Use disasm_line__free() to properly free disasm_lineLi Huafei1-13/+1
2024-10-23perf disasm: Use disasm_line__free() to properly free disasm_lineLi Huafei1-1/+1
2024-10-23perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORTArnaldo Carvalho de Melo1-0/+3
2024-10-23perf test: Handle perftool-testsuite_probe failure due to broken DWARFVeronika Molnarova1-13/+52
2024-10-23perf trace: Fix non-listed archs in the syscalltbl routinesJiri Slaby1-0/+10
2024-10-23perf build: Change the clang check back to 12.0.1Howard Chu1-2/+2
2024-10-23perf trace augmented_raw_syscalls: Add more checks to pass the verifierHoward Chu1-2/+18
2024-10-23perf trace augmented_raw_syscalls: Add extra array index bounds checking to satisfy some BPF verifiersArnaldo Carvalho de Melo1-0/+2
2024-10-22perf test: Add precise_max subtest to the perf record shell testNamhyung Kim1-0/+25
2024-10-22perf record: Just use "cycles:P" as the default eventNamhyung Kim1-3/+1
2024-10-22perf tools: Check fallback error and orderNamhyung Kim1-9/+29
2024-10-22perf tools: Move x86__is_amd_cpu() to util/env.cNamhyung Kim6-28/+28
2024-10-22perf tools: Detect missing kernel features properlyNamhyung Kim3-101/+307