Searched refs:disasm (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | llvm.c | 134 LLVMDisasmContextRef disasm = NULL; in symbol__disassemble_llvm() local 152 disasm = LLVMCreateDisasm(triplet, &storage, /*tag_type=*/0, in symbol__disassemble_llvm() 159 disasm = LLVMCreateDisasm(triplet, &storage, /*tag_type=*/0, in symbol__disassemble_llvm() 163 if (disasm == NULL) in symbol__disassemble_llvm() 168 LLVMSetDisasmOptions(disasm, in symbol__disassemble_llvm() 177 LLVMSetDisasmOptions(disasm, LLVMDisassembler_Option_PrintImmHex); in symbol__disassemble_llvm() 206 ins_len = LLVMDisasmInstruction(disasm, (u8 *)(buf + offset), in symbol__disassemble_llvm() 264 LLVMDisasmDispose(disasm); in symbol__disassemble_llvm()
|
| H A D | disasm.c | 982 int disasm = 0; in disasm_line__parse_powerpc() local 986 disasm = 1; in disasm_line__parse_powerpc() 991 if (disasm) in disasm_line__parse_powerpc() 1003 if (disasm) in disasm_line__parse_powerpc()
|
| H A D | Build | 17 perf-util-y += disasm.o
|
| /linux/tools/perf/ |
| H A D | MANIFEST | 35 kernel/bpf/disasm.c 36 kernel/bpf/disasm.h
|
| /linux/tools/testing/selftests/x86/bugs/ |
| H A D | its_indirect_alignment.py | 91 kcore_insn = list(cap.disasm(prog.read(site, 16), site))[0] 112 insn_at_thunk = list(cap.disasm(prog.read(thunk, 16), thunk))[0]
|
| H A D | its_ret_alignment.py | 89 kcore_insn = list(cap.disasm(prog.read(site, 16), site))[0]
|
| H A D | common.py | 143 for instruction in cap.disasm(code, target_address):
|
| /linux/tools/perf/tests/shell/ |
| H A D | test_arm_coresight_disasm.sh | 27 script_path=$(dirname "$0")/../../scripts/python/arm-cs-trace-disasm.py
|
| /linux/arch/arc/kernel/ |
| H A D | Makefile | 7 obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o disasm.o
|
| /linux/kernel/bpf/ |
| H A D | Makefile | 15 obj-$(CONFIG_BPF_SYSCALL) += disasm.o mprog.o
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-script.txt | 135 brstackinsn, brstackinsnlen, brstackdisasm, brstackoff, callindent, insn, disasm, 221 When doing instruction trace decoding, insn, disasm and insnlen give the 460 --insn-trace[=<raw|disasm>]:: 461 Show instruction stream in bytes (raw) or disassembled (disasm)
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | Makefile | 739 disasm.c \
|
| /linux/ |
| H A D | MAINTAINERS | 4872 F: kernel/bpf/disasm.*
|