Home
last modified time | relevance | path

Searched refs:btf__load_vmlinux_btf (Results 1 – 14 of 14) sorted by relevance

/linux-6.8/tools/testing/selftests/bpf/prog_tests/
Dbtf_module.c20 vmlinux_btf = btf__load_vmlinux_btf(); in test_btf_module()
Dmodule_fentry_shadow.c78 vmlinux_btf = btf__load_vmlinux_btf(); in test_module_fentry_shadow()
Dtest_global_funcs.c52 kern_btf = btf__load_vmlinux_btf(); in subtest_ctx_arg_rewrite()
Dbtf_tag.c65 *vmlinux_btf = btf__load_vmlinux_btf(); in load_btfs()
Dlsm_cgroup.c35 btf = btf__load_vmlinux_btf(); in query_prog_cnt()
Dctx_rewrite.c904 btf = btf__load_vmlinux_btf(); in test_ctx_rewrite()
/linux-6.8/tools/lib/bpf/
Dlibbpf.map283 btf__load_vmlinux_btf;
Dbtf.h117 LIBBPF_API struct btf *btf__load_vmlinux_btf(void);
Dbtf.c4927 struct btf *btf__load_vmlinux_btf(void) in btf__load_vmlinux_btf() function
Dlibbpf.c3135 obj->btf_vmlinux = btf__load_vmlinux_btf(); in bpf_object__load_vmlinux_btf()
9851 btf = btf__load_vmlinux_btf(); in libbpf_find_vmlinux_btf_id()
/linux-6.8/tools/perf/tests/
Dsigtrap.c65 btf = btf__load_vmlinux_btf(); in btf__available()
/linux-6.8/tools/perf/util/
Dbpf_off_cpu.c101 struct btf *btf = btf__load_vmlinux_btf(); in check_sched_switch_args()
/linux-6.8/tools/testing/selftests/bpf/
Dtest_progs.c975 vmlinux_btf = btf__load_vmlinux_btf(); in get_bpf_max_tramp_links()
Dtest_verifier.c978 vmlinux_btf = vmlinux_btf ?: btf__load_vmlinux_btf(); in fixup_prog_kfuncs()