summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2026-01-20perf dwarf-regs: Remove get_arch_regnum()Ian Rogers
2026-01-20perf dwarf-regs: Add util/dwarf-regs-arch for consistency with perf-regsIan Rogers
2026-01-20perf perf_regs: Switch from arch string to int e_machineIan Rogers
2026-01-20perf powerpc: Unify the skip-callchain-idx libdw with that for addr2lineIan Rogers
2026-01-20perf unwind-libdw: Correct argument to dwfl_attach_state()Ian Rogers
2026-01-20perf libdw_addr2line: Fixes to srcline memory allocationIan Rogers
2026-01-20perf unwind-libdw: Fix a cross-arch unwinding bugShimin Guo
2026-01-20perf dso: Extra validity checks that e_machine is validIan Rogers
2026-01-20perf symbol-elf: Fix leak of ELF files with GNU debugdataIan Rogers
2026-01-14perf parse-events: Always track user config changesJames Clark
2026-01-14perf evsel: Add a helper to get the value of a config fieldJames Clark
2026-01-14perf evsel: apply evsel__set_config_if_unset() to all config fieldsJames Clark
2026-01-14perf parse-events: Track all user changed config bitsJames Clark
2026-01-14perf evsel: Support sparse fields in evsel__set_config_if_unset()James Clark
2026-01-14perf evsel: Move evsel__* functions to evsel.cJames Clark
2026-01-14perf evsel: Refactor evsel__set_config_if_unset() argumentsJames Clark
2026-01-14perf parse-events: Refactor get_config_terms() to remove macrosJames Clark
2026-01-14perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")Ian Rogers
2026-01-14perf help: Move common_cmds into builtin-helpIan Rogers
2026-01-13perf addr_location: Update outdated commentJulia Lawall
2026-01-13perf tools: Dump callchain context marker namesJames Clark
2026-01-13perf util: Remove SHA-1 codeEric Biggers
2026-01-13perf genelf: Switch from SHA-1 to BLAKE2s for build ID generationEric Biggers
2026-01-13perf util: Add BLAKE2s supportEric Biggers
2026-01-13perf callchain: Fix srcline printing with inlinesIan Rogers
2026-01-13perf srcline: Add configuration support for the addr2line styleIan Rogers
2026-01-12perf addr2line.c: Rename a2l_style to cmd_a2l_styleIan Rogers
2026-01-12perf addr2line: Add a libdw implementationIan Rogers
2026-01-12perf unwind-libdw: Fix invalid reference countsIan Rogers
2026-01-12perf stat display: Make %f precision consistentIan Rogers
2026-01-06perf parse-events: Fix evsel allocation failureFaisal Bukhari
2026-01-06perf data: Fix coding styleDerek Foreman
2026-01-06perf data: Allow filtering conversion by time rangeDerek Foreman
2026-01-06perf pmu: Relax uncore wildcard matching to allow numeric suffixZide Chen
2026-01-05perf symbol: Remove Rust symbol workaroundsGary Guo
2026-01-05Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2025-12-23perf arm-spe: Add NVIDIA Olympus to neoverse listBesar Wicaksono
2025-12-17perf symbol: Fix ENOENT case for filename__read_build_idIan Rogers
2025-12-17perf report: Update sort key state from -F optionNamhyung Kim
2025-12-17perf report: Fix histogram entry collapsing for -F optionNamhyung Kim
2025-12-17perf record: Split --data-mmap optionNamhyung Kim
2025-12-17perf tools: Use const for variables receiving str{str,r?chr}() returnsArnaldo Carvalho de Melo
2025-12-07Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2025-12-04perf cpumap: Add "any" CPU handling to cpu_map__snprint_maskIan Rogers
2025-12-03perf jitdump: Fix missed dso__putIan Rogers
2025-12-03perf mem-events: Don't leak online CPU mapIan Rogers
2025-12-03perf hist: In init, ensure mem_info is put on error pathsIan Rogers
2025-12-03perf probe-event: Ensure probe event nsinfo is always clearedIan Rogers
2025-12-03perf symbol: Add missed dso__putIan Rogers
2025-12-03perf symbol-elf: Add missing puts on error pathIan Rogers