Home
last modified time | relevance | path

Searched refs:vmlinux_btf (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbtf_module.c12 struct btf *vmlinux_btf, *module_btf; in test_btf_module() local
20 vmlinux_btf = btf__load_vmlinux_btf(); in test_btf_module()
21 if (!ASSERT_OK_PTR(vmlinux_btf, "could not load vmlinux BTF")) in test_btf_module()
24 module_btf = btf__load_module_btf(module_name, vmlinux_btf); in test_btf_module()
33 btf__free(vmlinux_btf); in test_btf_module()
/Linux-v5.15/tools/lib/bpf/
Dbtf.h48 LIBBPF_API struct btf *btf__load_module_btf(const char *module_name, struct btf *vmlinux_btf);
Dbtf.c4459 struct btf *btf__load_module_btf(const char *module_name, struct btf *vmlinux_btf) in btf__load_module_btf() argument
4464 return btf__parse_split(path, vmlinux_btf); in btf__load_module_btf()