Home
last modified time | relevance | path

Searched defs:vmlinux_btf (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_tag.c54 static int load_btfs(struct btf **vmlinux_btf, struct btf **module_btf, in load_btfs()
112 struct btf *vmlinux_btf = NULL, *module_btf = NULL; in test_btf_type_tag_mod_user() local
142 struct btf *vmlinux_btf = NULL; in test_btf_type_tag_vmlinux_user() local
166 struct btf *vmlinux_btf, *module_btf; in test_btf_type_tag_mod_percpu() local
197 struct btf *vmlinux_btf = NULL; in test_btf_type_tag_vmlinux_percpu() local
H A Dbtf_module.c12 struct btf *vmlinux_btf, *module_btf; in test_btf_module() local
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dksnoop.c25 static struct btf *vmlinux_btf; variable
H A Dtrace_helpers.c1053 struct btf *btf, *vmlinux_btf, *module_btf = NULL; in fentry_can_attach() local
/aosp_15_r20/external/bcc/src/cc/
H A Dlibbpf.c703 struct btf *vmlinux_btf = NULL, *module_btf = NULL; in find_btf_id() local
/aosp_15_r20/external/libbpf/src/
H A Dbtf.c4998 struct btf *btf__load_module_btf(const char *module_name, struct btf *vmlinux_btf) in btf__load_module_btf()