Searched full:capstone (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/build/feature/ |
| H A D | test-libcapstone.c | 3 #include <capstone/capstone.h>
|
| /linux/tools/perf/util/ |
| H A D | print_insn.c | 3 * Instruction binary disassembler based on capstone. 10 #include "capstone.h"
|
| H A D | capstone.c | 2 #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 D | disasm.c | 22 #include "capstone.h" 1605 /* FIXME: LLVM and CAPSTONE should support source code */ in symbol__disassemble()
|
| H A D | Build | 14 perf-util-$(CONFIG_LIBCAPSTONE) += capstone.o
|
| H A D | dso.c | 1939 * Read a symbol into memory for disassembly by a library like capstone of
|
| H A D | annotate.c | 2235 [PERF_DISASM_CAPSTONE] = "capstone",
|
| /linux/tools/testing/selftests/x86/bugs/ |
| H A D | its_indirect_alignment.py | 14 # 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 D | common.py | 132 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 D | its_ret_alignment.py | 14 # 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 D | perf-config.txt | 257 Choose the disassembler to use: "objdump", "llvm", "capstone", 259 then, if it fails, "capstone", and finally the original "objdump"
|
| H A D | perf-script.txt | 272 perf is built with the capstone library.
|
| /linux/tools/perf/ |
| H A D | Makefile.config | 208 # make DEBUG=1 LIBCAPSTONE_DIR=/opt/capstone/ 1086 …, disables disasm engine support for 'perf script', please install libcapstone-dev/capstone-devel);
|