summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2026-01-13perf test: Do not skip when some metric-group tests succeedNamhyung Kim1-10/+16
2026-01-13perf test: Do not skip when some metrics tests succeededNamhyung Kim1-7/+22
2026-01-13perf test: Use shelldir to refer perf source locationNamhyung Kim1-1/+1
2026-01-13perf test: Skip dlfilter test for build failuresNamhyung Kim1-4/+4
2026-01-13perf inject: Keep build-ID data if no option is usedNamhyung Kim1-2/+3
2026-01-13perf util: Remove SHA-1 codeEric Biggers4-153/+0
2026-01-13perf genelf: Switch from SHA-1 to BLAKE2s for build ID generationEric Biggers1-30/+28
2026-01-13perf util: Add BLAKE2s supportEric Biggers4-1/+302
2026-01-13perf test: Test addr2line unwinding works with inline functionsIan Rogers1-0/+47
2026-01-13perf callchain: Fix srcline printing with inlinesIan Rogers1-2/+6
2026-01-13perf srcline: Add configuration support for the addr2line styleIan Rogers5-11/+113
2026-01-12perf addr2line.c: Rename a2l_style to cmd_a2l_styleIan Rogers1-10/+10
2026-01-12perf addr2line: Add a libdw implementationIan Rogers7-0/+252
2026-01-12perf test workload: Add inlineloop test workloadIan Rogers4-0/+56
2026-01-12perf unwind-libdw: Fix invalid reference countsIan Rogers1-2/+5
2026-01-12perf test subcmd help: Add exclude disjoint subcmd namesIan Rogers1-0/+26
2026-01-12perf stat display: Make %f precision consistentIan Rogers1-21/+5
2026-01-12perf build: Raise minimum shellcheck version to 0.7.2Nicolas Schier1-3/+4
2026-01-12perf test stat tests: Fix for virtualized machinesThomas Richter1-1/+1
2026-01-07perf data: Fix coding styleDerek Foreman2-9/+6
2026-01-07perf data: Allow filtering conversion by time rangeDerek Foreman5-0/+96
2026-01-07perf build: Skip nondistro build test if libbfd is oldJames Clark1-0/+5
2026-01-07perf build: Feature test for libbfd thread safety APIJames Clark1-0/+5
2026-01-07perf build: Remove unused libbfd-buildid feature testJames Clark1-7/+0
2026-01-07perf build: Do all non-distro feature checks in one goJames Clark1-20/+12
2026-01-07perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled}...Roberto Sassu1-9/+3
2026-01-07perf test java symbol: Additional libperf-jvmti.so path checkIan Rogers1-0/+4
2026-01-07perf test: Fix test case perf evlist tests for s390xThomas Richter1-2/+3
2026-01-05perf symbol: Remove Rust symbol workaroundsGary Guo1-15/+4
2026-01-05Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo22-13/+70
2025-12-24tools headers: Sync syscall table with kernel sourcesNamhyung Kim9-0/+9
2025-12-24tools headers: Sync linux/socket.h with kernel sourcesNamhyung Kim1-3/+21
2025-12-24tools headers: Sync UAPI sound/asound.h with kernel sourcesNamhyung Kim1-1/+1
2025-12-24tools headers: Sync UAPI linux/mount.h with kernel sourcesNamhyung Kim1-1/+1
2025-12-24tools headers: Sync UAPI linux/fs.h with kernel sourcesNamhyung Kim1-1/+2
2025-12-24tools headers: Sync UAPI linux/fcntl.h with kernel sourcesNamhyung Kim1-0/+12
2025-12-23perf arm-spe: Add NVIDIA Olympus to neoverse listBesar Wicaksono1-0/+1
2025-12-23perf tests top: Make the test exclusiveIan Rogers1-1/+1
2025-12-23perf tests kvm: Avoid leaving perf.data.guest file aroundIan Rogers1-1/+1
2025-12-17perf symbol: Fix ENOENT case for filename__read_build_idIan Rogers4-5/+13
2025-12-17perf tools: Disable BPF skeleton if no libopenssl foundNamhyung Kim1-0/+8
2025-12-17perf report: Update sort key state from -F optionNamhyung Kim1-46/+54
2025-12-17perf report: Fix histogram entry collapsing for -F optionNamhyung Kim1-0/+3
2025-12-17perf report: Enable data-type profiling with -F option tooNamhyung Kim1-1/+2
2025-12-17perf record: Split --data-mmap optionNamhyung Kim4-9/+25
2025-12-17perf vendor power9 nest metrics: Correct unit from MB to MiBIan Rogers1-4/+4
2025-12-17perf trace: Don't change const char stringsArnaldo Carvalho de Melo1-4/+7
2025-12-17perf tools: Use const for variables receiving str{str,r?chr}() returnsArnaldo Carvalho de Melo3-4/+5
2025-12-17perf diff: Constify strchr() return variablesArnaldo Carvalho de Melo1-7/+5
2025-12-17perf list: Remove unused 'sep' variableArnaldo Carvalho de Melo1-2/+2