Home
last modified time | relevance | path

Searched refs:opcodes (Results 1 – 10 of 10) sorted by relevance

/tools/bpf/bpftool/
Dxlated_dumper.h35 bool opcodes, bool linum);
37 bool opcodes, bool linum);
40 bool opcodes, bool linum);
Dcfg.c385 bool opcodes, bool linum) in draw_bb_node() argument
406 opcodes, linum); in draw_bb_node()
434 bool opcodes, bool linum) in func_output_bb_def() argument
439 draw_bb_node(func, bb, dd, opcodes, linum); in func_output_bb_def()
460 cfg_dump(struct cfg *cfg, struct dump_data *dd, bool opcodes, bool linum) in cfg_dump() argument
468 func_output_bb_def(func, dd, opcodes, linum); in cfg_dump()
476 bool opcodes, bool linum) in dump_xlated_cfg() argument
485 cfg_dump(&cfg, dd, opcodes, linum); in dump_xlated_cfg()
Dcfg.h10 bool opcodes, bool linum);
Dxlated_dumper.c219 bool opcodes, bool linum) in dump_xlated_json() argument
273 if (opcodes) { in dump_xlated_json()
304 bool opcodes, bool linum) in dump_xlated_plain() argument
355 if (opcodes) { in dump_xlated_plain()
369 bool opcodes, bool linum) in dump_xlated_for_graph() argument
421 if (opcodes) { in dump_xlated_for_graph()
Dmain.h177 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes,
186 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument
Djit_disasm.c319 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument
375 if (opcodes) { in disasm_print_insn()
Dprog.c698 char *filepath, bool opcodes, bool visual, bool linum) in prog_dump() argument
821 if (disasm_print_insn(img, lens[i], opcodes, in prog_dump()
838 if (disasm_print_insn(buf, member_len, opcodes, name, in prog_dump()
853 dump_xlated_json(&dd, buf, member_len, opcodes, linum); in prog_dump()
855 dump_xlated_cfg(&dd, buf, member_len, opcodes, linum); in prog_dump()
857 dump_xlated_plain(&dd, buf, member_len, opcodes, linum); in prog_dump()
876 bool opcodes = false; in do_dump() local
923 opcodes = true; in do_dump()
942 if (filepath && (opcodes || visual || linum)) { in do_dump()
982 err = prog_dump(&info, mode, filepath, opcodes, visual, linum); in do_dump()
/tools/bpf/
Dbpf_jit_disasm.c53 static void get_asm_insns(uint8_t *image, size_t len, int opcodes) in get_asm_insns() argument
93 if (opcodes) { in get_asm_insns()
266 unsigned int len, klen, opt, opcodes = 0; in main() local
277 opcodes = 1; in main()
305 get_asm_insns(image, len, opcodes); in main()
/tools/bpf/bpftool/Documentation/
Dbpftool-prog.rst31 | **bpftool** **prog dump xlated** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] [**visual*…
32 | **bpftool** **prog dump jited** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] }]
91 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] [**visual**] }]
94 output in human-readable format. In this case, **opcodes**
95 controls if raw opcodes should be printed as well.
112 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] }]
119 **opcodes** controls if raw opcodes will be printed.
327 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes**
/tools/bpf/bpftool/bash-completion/
Dbpftool376 if ! _bpftool_search_list 'linum opcodes visual'; then
379 _bpftool_once_attr 'linum opcodes'