Home
last modified time | relevance | path

Searched refs:linum (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/tools/bpf/bpftool/
Dmain.h171 bool linum);
180 bool linum) in disasm_print_insn() argument
218 const char *prefix, bool linum);
220 const struct bpf_line_info *linfo, bool linum);
Dxlated_dumper.h33 bool opcodes, bool linum);
35 bool opcodes, bool linum);
Djit_disasm.c80 bool linum) in disasm_print_insn() argument
154 btf_dump_linfo_json(btf, linfo, linum); in disasm_print_insn()
160 linum); in disasm_print_insn()
Dxlated_dumper.c206 bool opcodes, bool linum) in dump_xlated_json() argument
252 btf_dump_linfo_json(btf, linfo, linum); in dump_xlated_json()
291 bool opcodes, bool linum) in dump_xlated_plain() argument
332 linum); in dump_xlated_plain()
Dbtf_dumper.c564 const char *prefix, bool linum) in btf_dump_linfo_plain() argument
575 if (linum) { in btf_dump_linfo_plain()
595 const struct bpf_line_info *linfo, bool linum) in btf_dump_linfo_json() argument
602 if (linum) { in btf_dump_linfo_json()
Dprog.c426 bool linum = false; in do_dump() local
467 linum = true; in do_dump()
607 linum); in do_dump()
639 linum); in do_dump()
642 linum); in do_dump()
/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_select_reuseport_kern.c61 linum = __LINE__; \
68 __u32 linum, index = 0, flags = 0, index_zero = 0; in _select_by_skb_data() local
173 bpf_map_update_elem(&linum_map, &index_zero, &linum, BPF_ANY); in _select_by_skb_data()
Dtest_sock_fields_kern.c134 linum = __LINE__; \
135 bpf_map_update_elem(&linum_map, &linum_idx, &linum, 0); \
148 __u32 linum, linum_idx; in egress_read_sock_fields() local
221 __u32 linum, linum_idx; in ingress_read_sock_fields() local
/Linux-v5.4/tools/bpf/bpftool/Documentation/
Dbpftool-prog.rst25 | **bpftool** **prog dump xlated** *PROG* [{**file** *FILE* | **opcodes** | **visual** | **linum**}]
26 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes** | **linum**}]
70 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** | **linum** }]
84 be displayed by default. If **linum** is specified,
88 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }]
96 be displayed by default. If **linum** is specified,
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_select_reuseport.c219 __u32 linum; in get_linum() local
222 err = bpf_map_lookup_elem(linum_map, &index_zero, &linum); in get_linum()
226 return linum; in get_linum()
/Linux-v5.4/tools/bpf/bpftool/bash-completion/
Dbpftool197 help|hex|opcodes|visual|linum)
289 COMPREPLY+=( $( compgen -W 'opcodes visual linum' -- \
292 COMPREPLY+=( $( compgen -W 'opcodes linum' -- \