index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
disasm.h
Age
Commit message (
Expand
)
Author
2026-01-26
perf thread: Add optional e_flags output argument to thread__e_machine
Ian Rogers
2026-01-23
perf disasm: Minor layout tweaks for 'struct arch'
Ian Rogers
2026-01-23
perf disasm: Refactor arch__find and initialization of arch structs
Ian Rogers
2026-01-23
perf disasm: Refactor ins__is_call/jump to avoid exposing arch ins_ops
Ian Rogers
2026-01-23
perf disasm: Don't include C files from the arch directory
Ian Rogers
2026-01-23
perf disasm: Rework the string arch__is to use the ELF machine
Ian Rogers
2026-01-23
perf disasm: Constify use of 'struct ins'
Ian Rogers
2026-01-23
perf disasm: Constify use of 'struct ins_op'
Ian Rogers
2026-01-23
perf disasm: Constify use of 'struct arch'
Ian Rogers
2026-01-23
perf annotate: Fix args leak of map_symbol
Ian Rogers
2025-10-06
perf disasm: Remove unused evsel from 'struct annotate_args'
Ian Rogers
2025-10-06
perf disasm: Make ins__scnprintf() and ins__is_nop() static
Ian Rogers
2025-10-02
perf llvm: Move llvm functionality into its own file
Ian Rogers
2024-11-09
perf disasm: Add e_machine/e_flags to struct arch
Ian Rogers
2024-10-18
perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT
Ian Rogers
2024-07-31
perf annotate: Set instruction name to be used with insn-stat when using raw ...
Athira Rajeev
2024-07-31
perf annotate: Add parse function for memory instructions in powerpc
Athira Rajeev
2024-07-31
perf annotate: Update parameters for reg extract functions to use raw instruc...
Athira Rajeev
2024-07-31
perf annotate: Add "update_insn_state" callback function to handle arch speci...
Athira Rajeev
2024-04-03
perf annotate: Split out util/disasm.c
Namhyung Kim