/linux/tools/bpf/bpftool/ |
H A D | xlated_dumper.h | 35 bool opcodes, bool linum); 37 bool opcodes, bool linum); 40 bool opcodes, bool linum);
|
H A D | cfg.c | 386 bool opcodes, bool linum) in draw_bb_node() argument 407 opcodes, linum); in draw_bb_node() 435 bool opcodes, bool linum) in func_output_bb_def() argument 440 draw_bb_node(func, bb, dd, opcodes, linum); in func_output_bb_def() 461 cfg_dump(struct cfg *cfg, struct dump_data *dd, bool opcodes, bool linum) in cfg_dump() argument 469 func_output_bb_def(func, dd, opcodes, linum); in cfg_dump() 477 bool opcodes, bool linum) in dump_xlated_cfg() argument 486 cfg_dump(&cfg, dd, opcodes, linum); in dump_xlated_cfg()
|
H A D | main.h | 182 bool linum); 191 bool linum) in disasm_print_insn() argument 230 const char *prefix, bool linum); 232 const struct bpf_line_info *linfo, bool linum); 234 const struct bpf_line_info *linfo, bool linum);
|
H A D | xlated_dumper.c | 219 bool opcodes, bool linum) in dump_xlated_json() argument 265 btf_dump_linfo_json(btf, linfo, linum); in dump_xlated_json() 304 bool opcodes, bool linum) in dump_xlated_plain() argument 345 linum); in dump_xlated_plain() 369 bool opcodes, bool linum) in dump_xlated_for_graph() argument 413 btf_dump_linfo_dotlabel(btf, linfo, linum); in dump_xlated_for_graph()
|
H A D | btf_dumper.c | 771 const char *prefix, bool linum) in btf_dump_linfo_plain() argument 782 if (linum) { in btf_dump_linfo_plain() 802 const struct bpf_line_info *linfo, bool linum) in btf_dump_linfo_json() argument 809 if (linum) { in btf_dump_linfo_json() 875 const struct bpf_line_info *linfo, bool linum) in btf_dump_linfo_dotlabel() argument 883 if (linum) { in btf_dump_linfo_dotlabel()
|
H A D | cfg.h | 10 bool opcodes, bool linum);
|
H A D | prog.c | 702 char *filepath, bool opcodes, bool visual, bool linum) in prog_dump() argument 829 linum)) in prog_dump() 864 dump_xlated_json(&dd, buf, member_len, opcodes, linum); in prog_dump() 866 dump_xlated_cfg(&dd, buf, member_len, opcodes, linum); in prog_dump() 868 dump_xlated_plain(&dd, buf, member_len, opcodes, linum); in prog_dump() 890 bool linum = false; in do_dump() local 945 linum = true; in do_dump() 953 if (filepath && (opcodes || visual || linum)) { in do_dump() 993 err = prog_dump(&info, mode, filepath, opcodes, visual, linum); in do_dump()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sock_fields.c | 119 linum = __LINE__; \ 120 bpf_map_update_elem(&linum_map, &linum_idx, &linum, BPF_ANY); \ 131 __u32 linum, linum_idx; in egress_read_sock_fields() local 224 __u32 linum, linum_idx; in ingress_read_sock_fields() local 287 __u32 linum, linum_idx; in read_sk_dst_port() local
|
H A D | test_select_reuseport_kern.c | 59 linum = __LINE__; \ 66 __u32 linum, index = 0, flags = 0, index_zero = 0; in _select_by_skb_data() local 177 bpf_map_update_elem(&linum_map, &index_zero, &linum, BPF_ANY); in _select_by_skb_data()
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_tcp_hdr_options.h | 37 unsigned int linum; member 142 __linum_err.linum = __LINE__; \
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sock_fields.c | 105 __u32 idx, ingress_linum, egress_linum, linum; in check_result() local 119 err = bpf_map_lookup_elem(linum_map_fd, &idx, &linum); in check_result() 121 ASSERT_EQ(linum, 0, "failure in read_sk_dst_port on line"); in check_result()
|
H A D | select_reuseport.c | 217 __u32 linum; in get_linum() local 220 err = bpf_map_lookup_elem(linum_map, &index_zero, &linum); in get_linum() 224 return linum; in get_linum()
|
H A D | tcp_hdr_options.c | 191 lport, linum_err.linum, linum_err.err); in check_error_linum() 199 lport, linum_err.linum, linum_err.err); in check_error_linum()
|
/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-prog.rst | 31 | **bpftool** **prog dump xlated** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] [**visual*… 32 | **bpftool** **prog dump jited** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] }] 90 bpftool prog dump xlated *PROG* [{ file *FILE* | [opcodes] [linum] [visual] }] 108 displayed. If **linum** is specified, the filename, line number and line 111 bpftool prog dump jited *PROG* [{ file *FILE* | [opcodes] [linum] }] 121 **linum** is specified, the filename, line number and line column will also
|
/linux/tools/bpf/bpftool/bash-completion/ |
H A D | bpftool | 379 if ! _bpftool_search_list 'linum opcodes visual'; then 382 _bpftool_once_attr 'linum opcodes'
|