Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c366 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()
Dbtf_dump.c800 struct btf *btf = btf__parse("xdping_kern.o", NULL); in test_btf_dump_datasec_data()
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.map296 btf__parse;
Dbtf.h40 LIBBPF_API struct btf *btf__parse(const char *path, struct btf_ext **btf_ext);
Dbtf.c1077 struct btf *btf__parse(const char *path, struct btf_ext **btf_ext) in btf__parse() function
Dlibbpf.c5189 obj->btf_vmlinux_override = btf__parse(targ_btf_path, NULL); in bpf_object__relocate_core()
/Linux-v5.15/tools/bpf/bpftool/
Dmain.c452 base_btf = btf__parse(optarg, NULL); in main()
Dbtf.c533 base = btf__parse(sysfs_vmlinux, NULL); in do_dump()
/Linux-v5.15/tools/bpf/resolve_btfids/
Dmain.c484 btf = btf__parse(obj->btf ?: obj->path, NULL); in symbols_resolve()