Home
last modified time | relevance | path

Searched refs:file_name_off (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/tools/lib/bpf/
Dbpf_prog_linfo.c116 offsetof(struct bpf_line_info, file_name_off)) in bpf_prog_linfo__new()
Dlibbpf_internal.h467 __u32 file_name_off; member
Dlinker.c2493 s = btf__str_by_offset(obj->btf, src_rec->file_name_off); in linker_append_btf_ext()
2497 dst_rec->file_name_off = str_off; in linker_append_btf_ext()
Dbtf.c4878 err = visit(&rec->file_name_off, ctx); in btf_ext_visit_str_offs()
/linux-6.1.9/tools/bpf/bpftool/
Dbtf_dumper.c783 const char *file = btf__name_by_offset(btf, linfo->file_name_off); in btf_dump_linfo_plain()
810 const char *file = btf__name_by_offset(btf, linfo->file_name_off); in btf_dump_linfo_json()
/linux-6.1.9/tools/include/uapi/linux/
Dbpf.h6817 __u32 file_name_off; member
/linux-6.1.9/include/uapi/linux/
Dbpf.h6817 __u32 file_name_off; member
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dbtf.c6607 if (CHECK(linfo[i].file_name_off != expected_linfo->file_name_off || in test_get_linfo()
6611 linfo[i].file_name_off, in test_get_linfo()
6614 expected_linfo->file_name_off, in test_get_linfo()
/linux-6.1.9/Documentation/bpf/
Dbtf.rst654 __u32 file_name_off; /* offset to string table for the filename */
/linux-6.1.9/kernel/bpf/
Dverifier.c11232 !btf_name_by_offset(btf, linfo[i].file_name_off)) { in check_btf_line()