Searched refs:btf__parse (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | core_reloc.c | 366 struct btf *local_btf = btf__parse(test->bpf_obj_file, NULL); in setup_type_id_case_local() 367 struct btf *targ_btf = btf__parse(test->btf_src_file, NULL); in setup_type_id_case_local() 437 struct btf *targ_btf = btf__parse(test->btf_src_file, NULL); in setup_type_id_case_success() 444 targ_btf = btf__parse(test->btf_src_file, NULL); in setup_type_id_case_success()
|
D | btf_dump.c | 800 struct btf *btf = btf__parse("xdping_kern.o", NULL); in test_btf_dump_datasec_data()
|
/Linux-v5.15/tools/lib/bpf/ |
D | libbpf.map | 296 btf__parse;
|
D | btf.h | 40 LIBBPF_API struct btf *btf__parse(const char *path, struct btf_ext **btf_ext);
|
D | btf.c | 1077 struct btf *btf__parse(const char *path, struct btf_ext **btf_ext) in btf__parse() function
|
D | libbpf.c | 5189 obj->btf_vmlinux_override = btf__parse(targ_btf_path, NULL); in bpf_object__relocate_core()
|
/Linux-v5.15/tools/bpf/bpftool/ |
D | main.c | 452 base_btf = btf__parse(optarg, NULL); in main()
|
D | btf.c | 533 base = btf__parse(sysfs_vmlinux, NULL); in do_dump()
|
/Linux-v5.15/tools/bpf/resolve_btfids/ |
D | main.c | 484 btf = btf__parse(obj->btf ?: obj->path, NULL); in symbols_resolve()
|