summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2026-01-20perf tools: Add the legacy-cache.json to .gitignoreHaiyue Wang
2026-01-20perf tools: Get debug info of DSO properlyNamhyung Kim
2026-01-20perf test: Add DWARF callchain conversion testNamhyung Kim
2026-01-20perf inject: Add --convert-callchain optionNamhyung Kim
2026-01-20perf machine: Add inline information to frame pointer and LBR callchainsIan Rogers
2026-01-20perf unwind-libdw: Don't discard loaded ELF/DWARF after every unwindIan Rogers
2026-01-20perf build: Remove NO_LIBDW_DWARF_UNWIND optionIan Rogers
2026-01-20perf dwarf-regs: Add MIPS perf to DWARF register number mapping functionsIan Rogers
2026-01-20perf dwarf-regs: Add S390 perf to DWARF register number mapping functionsIan Rogers
2026-01-20perf dwarf-regs: Add RISC-V perf to DWARF register number mapping functionsIan Rogers
2026-01-20perf dwarf-regs: Add powerpc perf to DWARF register number mapping functionsIan Rogers
2026-01-20perf dwarf-regs: Add loongarch perf to DWARF register number mapping functionsIan Rogers
2026-01-20perf dwarf-regs: Add csky perf to dwarf register number mapping functionsIan Rogers
2026-01-20perf dwarf-regs: Add ARM perf to dwarf register number mapping functionsIan Rogers
2026-01-20perf dwarf-regs: Add basic get_dwarf_regnum() for most architecturesIan Rogers
2026-01-20perf dwarf-regs: Add get_dwarf_regnum_for_perf_regnum() and use for x86 unwin...Ian Rogers
2026-01-20perf dwarf-regs: Clean up x86 dwarf_regnum codeIan Rogers
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 record: Disable inline frames when marking build IDsIan Rogers
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 arm-spe: Don't hard code config attributeJames Clark
2026-01-14perf cs-etm: Don't hard code config attribute when configuring the eventJames Clark
2026-01-14perf cs-etm: Don't use hard coded config bits when setting up TRCCONFIGRJames Clark
2026-01-14perf cs-etm: Don't use hard coded config bits when setting up ETMCRJames Clark
2026-01-14perf cs-etm: Make a helper to find the Coresight evselJames Clark
2026-01-14perf tests: Test evsel__set_config_if_unset() and config change trackingJames Clark
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-14perf vendor events amd: Add Zen 6 metricsSandipan Das
2026-01-14perf vendor events amd: Add Zen 6 uncore eventsSandipan Das
2026-01-14perf vendor events amd: Add Zen 6 core eventsSandipan Das
2026-01-14perf vendor events amd: Add Zen 6 mappingSandipan Das
2026-01-14perf vendor events riscv: Add CVA6 JSON fileManuel Hernández Méndez
2026-01-13perf addr_location: Update outdated commentJulia Lawall
2026-01-13perf tools: Dump callchain context marker namesJames Clark