Searched refs:disasm (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/tools/perf/ |
| H A D | MANIFEST | 29 kernel/bpf/disasm.c 30 kernel/bpf/disasm.h
|
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | arm-cs-trace-disasm.py | 158 disasm = [ options.objdump, "-d", "-z", 161 disasm += [ dso_fname ] 162 disasm_output = check_output(disasm).decode('utf-8').split('\n')
|
| /linux-6.15/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-6.15/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-6.15/arch/arc/kernel/ |
| H A D | Makefile | 7 obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o disasm.o
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | Makefile | 200 OBJS = $(patsubst %.c,$(OUTPUT)%.o,$(SRCS)) $(OUTPUT)disasm.o 246 $(OUTPUT)disasm.o: $(srctree)/kernel/bpf/disasm.c
|
| /linux-6.15/tools/perf/util/ |
| H A D | disasm.c | 978 int disasm = 0; in disasm_line__parse_powerpc() local 982 disasm = 1; in disasm_line__parse_powerpc() 987 if (disasm) in disasm_line__parse_powerpc() 999 if (disasm) in disasm_line__parse_powerpc() 1882 LLVMDisasmContextRef disasm = NULL; in symbol__disassemble_llvm() local 1909 disasm = LLVMCreateDisasm(triplet, &storage, 0, NULL, in symbol__disassemble_llvm() 1911 if (disasm == NULL) in symbol__disassemble_llvm() 1916 LLVMSetDisasmOptions(disasm, in symbol__disassemble_llvm() 1925 LLVMSetDisasmOptions(disasm, LLVMDisassembler_Option_PrintImmHex); in symbol__disassemble_llvm() 1950 ins_len = LLVMDisasmInstruction(disasm, buf + offset, in symbol__disassemble_llvm() [all …]
|
| H A D | Build | 15 perf-util-y += disasm.o
|
| /linux-6.15/kernel/bpf/ |
| H A D | Makefile | 15 obj-$(CONFIG_BPF_SYSCALL) += disasm.o mprog.o
|
| /linux-6.15/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)
|
| H A D | perf-intel-pt.txt | 118 perf script --insn-trace=disasm 137 perf script --time starttime,stoptime --insn-trace=disasm 142 perf script --time starttime,stoptime --insn-trace=disasm -C 1 1367 $ perf script --guestkallsyms $KALLSYMS --insn-trace=disasm -F+ipc | grep -C10 vmresume | head -21 1468 …$ perf script -i perf.data.kvm --guestkallsyms $KALLSYMS --insn-trace=disasm -F+ipc | grep -C10 vm…
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | Makefile | 712 disasm.c \
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 4517 F: kernel/bpf/disasm.*
|