Searched refs:line_off (Results 1 – 7 of 7) sorted by relevance
/tools/bpf/bpftool/ |
D | btf_dumper.c | 736 const char *line = btf__name_by_offset(btf, linfo->line_off); in btf_dump_linfo_plain() 767 const char *line = btf__name_by_offset(btf, linfo->line_off); in btf_dump_linfo_json()
|
/tools/lib/bpf/ |
D | libbpf_internal.h | 378 __u32 line_off; member
|
D | linker.c | 2503 s = btf__str_by_offset(obj->btf, src_rec->line_off); in linker_append_btf_ext() 2507 dst_rec->line_off = str_off; in linker_append_btf_ext()
|
D | btf.c | 4700 err = visit(&rec->line_off, ctx); in btf_ext_visit_str_offs()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 5110 #define BPF_LINE_INFO_ENC(insn_off, file_off, line_off, line_num, line_col) \ argument 5111 (insn_off), (file_off), (line_off), ((line_num) << 10 | ((line_col) & 0x3ff)) 6199 linfo[i].line_off != expected_linfo->line_off || in test_get_linfo() 6203 linfo[i].line_off, in test_get_linfo() 6206 expected_linfo->line_off, in test_get_linfo()
|
/tools/include/uapi/linux/ |
D | bpf.h | 6182 __u32 line_off; member
|
/tools/perf/util/ |
D | annotate.c | 1804 srcline = btf__name_by_offset(btf, linfo->line_off); in symbol__disassemble_bpf()
|