summaryrefslogtreecommitdiff
path: root/tools/perf/util/disasm.h
AgeCommit message (Expand)Author
2026-01-26perf thread: Add optional e_flags output argument to thread__e_machineIan Rogers
2026-01-23perf disasm: Minor layout tweaks for 'struct arch'Ian Rogers
2026-01-23perf disasm: Refactor arch__find and initialization of arch structsIan Rogers
2026-01-23perf disasm: Refactor ins__is_call/jump to avoid exposing arch ins_opsIan Rogers
2026-01-23perf disasm: Don't include C files from the arch directoryIan Rogers
2026-01-23perf disasm: Rework the string arch__is to use the ELF machineIan Rogers
2026-01-23perf disasm: Constify use of 'struct ins'Ian Rogers
2026-01-23perf disasm: Constify use of 'struct ins_op'Ian Rogers
2026-01-23perf disasm: Constify use of 'struct arch'Ian Rogers
2026-01-23perf annotate: Fix args leak of map_symbolIan Rogers
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