summaryrefslogtreecommitdiff
path: root/tools/perf/util/disasm.h
AgeCommit message (Expand)Author
2025-10-06perf disasm: Remove unused evsel from 'struct annotate_args'Ian Rogers
2025-10-06perf disasm: Make ins__scnprintf() and ins__is_nop() staticIan Rogers
2025-10-02perf llvm: Move llvm functionality into its own fileIan Rogers
2024-11-09perf disasm: Add e_machine/e_flags to struct archIan Rogers
2024-10-18perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORTIan Rogers
2024-07-31perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev
2024-07-31perf annotate: Add parse function for memory instructions in powerpcAthira Rajeev
2024-07-31perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev
2024-07-31perf annotate: Add "update_insn_state" callback function to handle arch speci...Athira Rajeev
2024-04-03perf annotate: Split out util/disasm.cNamhyung Kim