Home
last modified time | relevance | path

Searched full:capstone (Results 1 – 13 of 13) sorted by relevance

/linux/tools/build/feature/
H A Dtest-libcapstone.c3 #include <capstone/capstone.h>
/linux/tools/perf/util/
H A Dprint_insn.c3 * Instruction binary disassembler based on capstone.
10 #include "capstone.h"
H A Dcapstone.c2 #include "capstone.h"
20 #include <capstone/capstone.h>
229 /* TODO: Try to initiate capstone only once but need a proper place. */ in capstone__fprintf_insn_asm()
H A Ddisasm.c22 #include "capstone.h"
1605 /* FIXME: LLVM and CAPSTONE should support source code */ in symbol__disassemble()
H A DBuild14 perf-util-$(CONFIG_LIBCAPSTONE) += capstone.o
H A Ddso.c1939 * Read a symbol into memory for disassembly by a library like capstone of
H A Dannotate.c2235 [PERF_DISASM_CAPSTONE] = "capstone",
/linux/tools/testing/selftests/x86/bugs/
H A Dits_indirect_alignment.py14 # apt install -y python3-drgn python3-pyelftools python3-capstone
41 c.check_dependencies_or_skip(['drgn', 'elftools', 'capstone'], script_name="its_indirect_alignment.…
118 if kcore_insn.operands[0].type == capstone.CS_OP_IMM:
H A Dcommon.py132 from capstone import Cs, CS_ARCH_X86, CS_MODE_64
149 from capstone import Cs, CS_ARCH_X86, CS_MODE_64, CS_OPT_SYNTAX_ATT
H A Dits_ret_alignment.py14 # apt install -y python3-drgn python3-pyelftools python3-capstone
36 c.check_dependencies_or_skip(['drgn', 'elftools', 'capstone'], script_name="its_ret_alignment.py")
/linux/tools/perf/Documentation/
H A Dperf-config.txt257 Choose the disassembler to use: "objdump", "llvm", "capstone",
259 then, if it fails, "capstone", and finally the original "objdump"
H A Dperf-script.txt272 perf is built with the capstone library.
/linux/tools/perf/
H A DMakefile.config208 # make DEBUG=1 LIBCAPSTONE_DIR=/opt/capstone/
1086 …, disables disasm engine support for 'perf script', please install libcapstone-dev/capstone-devel);