Home
last modified time | relevance | path

Searched refs:line_off (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf_internal.h246 __u32 line_off; member
H A Dbtf.c3090 r = fn(&line_info->line_off, ctx); in btf_for_each_str_off()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dbtf_dumper.c733 const char *line = btf__name_by_offset(btf, linfo->line_off); in btf_dump_linfo_plain()
764 const char *line = btf__name_by_offset(btf, linfo->line_off); in btf_dump_linfo_json()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c4926 #define BPF_LINE_INFO_ENC(insn_off, file_off, line_off, line_num, line_col) \ argument
4927 (insn_off), (file_off), (line_off), ((line_num) << 10 | ((line_col) & 0x3ff))
6015 linfo[i].line_off != expected_linfo->line_off || in test_get_linfo()
6019 linfo[i].line_off, in test_get_linfo()
6022 expected_linfo->line_off, in test_get_linfo()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4975 __u32 line_off; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4975 __u32 line_off; member
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dbtf.rst559 __u32 line_off; /* offset to string table for the source line */
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dannotate.c1789 srcline = btf__name_by_offset(btf, linfo->line_off); in symbol__disassemble_bpf()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c380 linfo->line_off))); in verbose_linfo()
8909 if (!btf_name_by_offset(btf, linfo[i].line_off) || in check_btf_line()