Searched refs:vmlinux_btf (Results 1 – 3 of 3) sorted by relevance
12 struct btf *vmlinux_btf, *module_btf; in test_btf_module() local20 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()
48 LIBBPF_API struct btf *btf__load_module_btf(const char *module_name, struct btf *vmlinux_btf);
4459 struct btf *btf__load_module_btf(const char *module_name, struct btf *vmlinux_btf) in btf__load_module_btf() argument4464 return btf__parse_split(path, vmlinux_btf); in btf__load_module_btf()