Symbol: bpf_line_info
include/linux/bpf.h
1836
struct bpf_line_info *linfo;
include/linux/bpf.h
4150
const struct bpf_line_info *bpf_find_linfo(const struct bpf_prog *prog, u32 insn_off);
include/linux/bpf.h
4151
void bpf_get_linfo_file_line(struct btf *btf, const struct bpf_line_info *linfo,
include/linux/bpf_verifier.h
943
const struct bpf_line_info *prev_linfo;
kernel/bpf/check_btf.c
210
#define MIN_BPF_LINEINFO_SIZE offsetofend(struct bpf_line_info, line_col)
kernel/bpf/check_btf.c
219
struct bpf_line_info *linfo;
kernel/bpf/check_btf.c
228
if (nr_linfo > INT_MAX / sizeof(struct bpf_line_info))
kernel/bpf/check_btf.c
240
linfo = kvzalloc_objs(struct bpf_line_info, nr_linfo,
kernel/bpf/check_btf.c
251
expected_size = sizeof(struct bpf_line_info);
kernel/bpf/core.c
232
const struct bpf_line_info *linfo;
kernel/bpf/core.c
3466
void bpf_get_linfo_file_line(struct btf *btf, const struct bpf_line_info *linfo,
kernel/bpf/core.c
3486
const struct bpf_line_info *bpf_find_linfo(const struct bpf_prog *prog, u32 insn_off)
kernel/bpf/core.c
3488
const struct bpf_line_info *linfo;
kernel/bpf/core.c
3527
struct bpf_line_info *linfo;
kernel/bpf/core.c
437
struct bpf_line_info *linfo;
kernel/bpf/fixups.c
378
struct bpf_line_info *linfo;
kernel/bpf/log.c
344
const struct bpf_line_info *linfo, *prev_linfo;
kernel/bpf/syscall.c
5140
info->line_info_rec_size != sizeof(struct bpf_line_info))
kernel/bpf/syscall.c
5148
info->line_info_rec_size = sizeof(struct bpf_line_info);
tools/bpf/bpftool/btf_dumper.c
770
const struct bpf_line_info *linfo,
tools/bpf/bpftool/btf_dumper.c
802
const struct bpf_line_info *linfo, bool linum)
tools/bpf/bpftool/btf_dumper.c
875
const struct bpf_line_info *linfo, bool linum)
tools/bpf/bpftool/jit_disasm.c
353
const struct bpf_line_info *linfo = NULL;
tools/bpf/bpftool/main.h
123
struct bpf_line_info;
tools/bpf/bpftool/main.h
242
const struct bpf_line_info *linfo,
tools/bpf/bpftool/main.h
245
const struct bpf_line_info *linfo, bool linum);
tools/bpf/bpftool/main.h
247
const struct bpf_line_info *linfo, bool linum);
tools/bpf/bpftool/xlated_dumper.c
261
const struct bpf_line_info *linfo;
tools/bpf/bpftool/xlated_dumper.c
340
const struct bpf_line_info *linfo;
tools/bpf/bpftool/xlated_dumper.c
378
const struct bpf_line_info *last_linfo = NULL;
tools/bpf/bpftool/xlated_dumper.c
409
const struct bpf_line_info *linfo;
tools/lib/bpf/bpf_prog_linfo.c
116
offsetof(struct bpf_line_info, file_name_off))
tools/lib/bpf/bpf_prog_linfo.c
180
const struct bpf_line_info *
tools/lib/bpf/bpf_prog_linfo.c
218
const struct bpf_line_info *
tools/lib/bpf/bpf_prog_linfo.c
222
const struct bpf_line_info *linfo;
tools/lib/bpf/gen_loader.c
1051
struct bpf_line_info *li = gen->data_start + line_info;
tools/lib/bpf/libbpf.c
9936
struct bpf_line_info *bpf_program__line_info(const struct bpf_program *prog)
tools/lib/bpf/libbpf.c
9938
if (prog->line_info_rec_size != sizeof(struct bpf_line_info))
tools/lib/bpf/libbpf.h
1026
LIBBPF_API struct bpf_line_info *bpf_program__line_info(const struct bpf_program *prog);
tools/lib/bpf/libbpf.h
1768
LIBBPF_API const struct bpf_line_info *
tools/lib/bpf/libbpf.h
1771
LIBBPF_API const struct bpf_line_info *
tools/lib/bpf/libbpf_internal.h
554
static inline void bpf_line_info_bswap(struct bpf_line_info *i)
tools/perf/util/libbfd.c
586
const struct bpf_line_info *linfo = NULL;
tools/testing/selftests/bpf/prog_tests/btf.c
5876
.line_info_rec_size = sizeof(struct bpf_line_info),
tools/testing/selftests/bpf/prog_tests/btf.c
5903
.line_info_rec_size = sizeof(struct bpf_line_info),
tools/testing/selftests/bpf/prog_tests/btf.c
5930
.line_info_rec_size = sizeof(struct bpf_line_info),
tools/testing/selftests/bpf/prog_tests/btf.c
5958
.line_info_rec_size = sizeof(struct bpf_line_info) + sizeof(__u32),
tools/testing/selftests/bpf/prog_tests/btf.c
5984
.line_info_rec_size = sizeof(struct bpf_line_info) + sizeof(__u32),
tools/testing/selftests/bpf/prog_tests/btf.c
6016
.line_info_rec_size = sizeof(struct bpf_line_info),
tools/testing/selftests/bpf/prog_tests/btf.c
6052
.line_info_rec_size = sizeof(struct bpf_line_info),
tools/testing/selftests/bpf/prog_tests/btf.c
6082
.line_info_rec_size = sizeof(struct bpf_line_info),
tools/testing/selftests/bpf/prog_tests/btf.c
6114
.line_info_rec_size = sizeof(struct bpf_line_info),
tools/testing/selftests/bpf/prog_tests/btf.c
6146
.line_info_rec_size = sizeof(struct bpf_line_info),
tools/testing/selftests/bpf/prog_tests/btf.c
6176
.line_info_rec_size = sizeof(struct bpf_line_info),
tools/testing/selftests/bpf/prog_tests/btf.c
6208
.line_info_rec_size = sizeof(struct bpf_line_info),
tools/testing/selftests/bpf/prog_tests/btf.c
6267
.line_info_rec_size = sizeof(struct bpf_line_info),
tools/testing/selftests/bpf/prog_tests/btf.c
6319
.line_info_rec_size = sizeof(struct bpf_line_info),
tools/testing/selftests/bpf/prog_tests/btf.c
6360
.line_info_rec_size = sizeof(struct bpf_line_info),
tools/testing/selftests/bpf/prog_tests/btf.c
6418
.line_info_rec_size = sizeof(struct bpf_line_info),
tools/testing/selftests/bpf/prog_tests/btf.c
6473
.line_info_rec_size = sizeof(struct bpf_line_info),
tools/testing/selftests/bpf/prog_tests/btf.c
6511
.line_info_rec_size = sizeof(struct bpf_line_info),
tools/testing/selftests/bpf/prog_tests/btf.c
6655
struct bpf_line_info *linfo = NULL;
tools/testing/selftests/bpf/prog_tests/btf.c
6700
if (CHECK(info.line_info_rec_size != sizeof(struct bpf_line_info) ||
tools/testing/selftests/bpf/prog_tests/btf.c
6778
const struct bpf_line_info *expected_linfo;
tools/testing/selftests/bpf/prog_tests/test_btf_ext.c
11
struct bpf_line_info line_info[128], *libbpf_line_info;