Searched refs:linum (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/tools/bpf/bpftool/ |
D | main.h | 171 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);
|
D | xlated_dumper.h | 33 bool opcodes, bool linum); 35 bool opcodes, bool linum);
|
D | jit_disasm.c | 80 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()
|
D | xlated_dumper.c | 206 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()
|
D | btf_dumper.c | 564 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()
|
D | prog.c | 426 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/ |
D | test_select_reuseport_kern.c | 61 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()
|
D | test_sock_fields_kern.c | 134 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/ |
D | bpftool-prog.rst | 25 | **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/ |
D | test_select_reuseport.c | 219 __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/ |
D | bpftool | 197 help|hex|opcodes|visual|linum) 289 COMPREPLY+=( $( compgen -W 'opcodes visual linum' -- \ 292 COMPREPLY+=( $( compgen -W 'opcodes linum' -- \
|