Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dbtf_module.c20 vmlinux_btf = btf__load_vmlinux_btf(); in test_btf_module()
Dmodule_fentry_shadow.c79 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.c31 btf = btf__load_vmlinux_btf(); in query_prog_cnt()
Dbtf_distill.c503 struct btf *split_btf = NULL, *vmlinux_btf = btf__load_vmlinux_btf(); in test_distilled_base_vmlinux()
Dctx_rewrite.c808 btf = btf__load_vmlinux_btf(); in test_ctx_rewrite()
/linux-6.14.4/tools/sched_ext/include/scx/
Dcompat.h20 __COMPAT_vmlinux_btf = btf__load_vmlinux_btf(); in __COMPAT_load_vmlinux_btf()
/linux-6.14.4/tools/perf/tests/
Dsigtrap.c66 btf = btf__load_vmlinux_btf(); in btf__available()
/linux-6.14.4/tools/lib/bpf/
Dlibbpf.map282 btf__load_vmlinux_btf;
Dbtf.h139 LIBBPF_API struct btf *btf__load_vmlinux_btf(void);
Dbtf.c5197 struct btf *btf__load_vmlinux_btf(void) in btf__load_vmlinux_btf() function
Dlibbpf.c3510 obj->btf_vmlinux = btf__load_vmlinux_btf(); in bpf_object__load_vmlinux_btf()
9947 btf = btf__load_vmlinux_btf(); in libbpf_find_vmlinux_btf_id()
/linux-6.14.4/tools/perf/util/
Dbpf_off_cpu.c99 struct btf *btf = btf__load_vmlinux_btf(); in check_sched_switch_args()
Dbpf_lock_contention.c38 struct btf *btf = btf__load_vmlinux_btf(); in check_slab_cache_iter()
/linux-6.14.4/tools/testing/selftests/bpf/
Dtest_verifier.c976 vmlinux_btf = vmlinux_btf ?: btf__load_vmlinux_btf(); in fixup_prog_kfuncs()
Dtest_progs.c1256 vmlinux_btf = btf__load_vmlinux_btf(); in get_bpf_max_tramp_links()
/linux-6.14.4/tools/perf/
Dbuiltin-trace.c230 trace->btf = btf__load_vmlinux_btf(); in trace__load_vmlinux_btf()