Searched refs:load_btfs (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_tag.c | 54 static int load_btfs(struct btf **vmlinux_btf, struct btf **module_btf, in load_btfs() function 116 if (load_btfs(&vmlinux_btf, &module_btf, /*needs_vmlinux_tag=*/false)) in test_btf_type_tag_mod_user() 145 if (load_btfs(&vmlinux_btf, NULL, /*needs_vmlinux_tag=*/true)) in test_btf_type_tag_vmlinux_user() 170 if (load_btfs(&vmlinux_btf, &module_btf, /*needs_vmlinux_tag=*/false)) in test_btf_type_tag_mod_percpu() 200 if (load_btfs(&vmlinux_btf, NULL, /*needs_vmlinux_tag=*/true)) in test_btf_type_tag_vmlinux_percpu()
|