summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2026-01-14perf evsel: apply evsel__set_config_if_unset() to all config fieldsJames Clark1-1/+31
2026-01-14perf parse-events: Track all user changed config bitsJames Clark5-51/+70
2026-01-14perf evsel: Support sparse fields in evsel__set_config_if_unset()James Clark3-37/+42
2026-01-14perf evsel: Move evsel__* functions to evsel.cJames Clark2-40/+40
2026-01-14perf evsel: Refactor evsel__set_config_if_unset() argumentsJames Clark2-5/+5
2026-01-14perf parse-events: Refactor get_config_terms() to remove macrosJames Clark2-60/+85
2026-01-14perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")Ian Rogers12-74/+60
2026-01-14perf help: Move common_cmds into builtin-helpIan Rogers2-84/+0
2026-01-13perf addr_location: Update outdated commentJulia Lawall1-1/+1
2026-01-13perf tools: Dump callchain context marker namesJames Clark1-2/+25
2026-01-13perf util: Remove SHA-1 codeEric Biggers3-104/+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 Biggers3-0/+225
2026-01-13perf callchain: Fix srcline printing with inlinesIan Rogers1-2/+6
2026-01-13perf srcline: Add configuration support for the addr2line styleIan Rogers4-11/+103
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 unwind-libdw: Fix invalid reference countsIan Rogers1-2/+5
2026-01-12perf stat display: Make %f precision consistentIan Rogers1-21/+5
2026-01-06perf parse-events: Fix evsel allocation failureFaisal Bukhari1-2/+5
2026-01-06perf data: Fix coding styleDerek Foreman2-9/+6
2026-01-06perf data: Allow filtering conversion by time rangeDerek Foreman3-0/+65
2026-01-06perf pmu: Relax uncore wildcard matching to allow numeric suffixZide Chen1-6/+8
2026-01-05perf symbol: Remove Rust symbol workaroundsGary Guo1-14/+3
2026-01-05Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo4-3/+10
2025-12-23perf arm-spe: Add NVIDIA Olympus to neoverse listBesar Wicaksono1-0/+1
2025-12-17perf symbol: Fix ENOENT case for filename__read_build_idIan Rogers3-3/+9
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 record: Split --data-mmap optionNamhyung Kim2-2/+5
2025-12-17perf tools: Use const for variables receiving str{str,r?chr}() returnsArnaldo Carvalho de Melo1-1/+2
2025-12-07Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/l...Linus Torvalds97-1796/+1918
2025-12-04perf cpumap: Add "any" CPU handling to cpu_map__snprint_maskIan Rogers1-2/+7
2025-12-03perf jitdump: Fix missed dso__putIan Rogers1-0/+2
2025-12-03perf mem-events: Don't leak online CPU mapIan Rogers1-1/+4
2025-12-03perf hist: In init, ensure mem_info is put on error pathsIan Rogers1-4/+2
2025-12-03perf probe-event: Ensure probe event nsinfo is always clearedIan Rogers1-6/+6
2025-12-03perf symbol: Add missed dso__putIan Rogers1-0/+1
2025-12-03perf symbol-elf: Add missing puts on error pathIan Rogers1-1/+4
2025-12-03perf arm_spe: Add CPU variants supporting common data source packetLeo Yan1-0/+5
2025-12-03perf auxtrace: Include sys/types.h for pid_tArnaldo Carvalho de Melo1-0/+1
2025-12-02perf tools: Use machine->root_dir to find /proc/kallsymsNamhyung Kim1-1/+7
2025-12-02perf tools: Fallback to initial kernel map properlyNamhyung Kim1-1/+2
2025-12-02perf tools: Fix split kallsyms DSO countingNamhyung Kim1-2/+2
2025-12-02perf tools: Mark split kallsyms DSOs as loadedNamhyung Kim1-0/+1
2025-12-02perf tools: Flush remaining samples w/o deferred callchainsNamhyung Kim1-0/+50
2025-12-02perf tools: Merge deferred user callchainsNamhyung Kim7-1/+122
2025-12-02perf script: Display PERF_RECORD_CALLCHAIN_DEFERREDNamhyung Kim1-1/+4
2025-12-02perf record: Add --call-graph fp,defer option for deferred callchainsNamhyung Kim4-3/+34
2025-12-02perf tools: Minimal DEFERRED_CALLCHAIN supportNamhyung Kim8-3/+60