Searched refs:kfunc (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/verifier/
H A Dsleepable.c9 .kfunc = "bpf_fentry_test1",
22 .kfunc = "bpf_fentry_test1",
35 .kfunc = "bpf_fentry_test1",
48 .kfunc = "task",
60 .kfunc = "bpf",
73 .kfunc = "bpf_fentry_test1",
86 .kfunc = "sched_switch",
H A Datomic_fetch_add.c103 .kfunc = "bpf_fentry_test7",
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c84 const char *kfunc; member in struct:kfunc_btf_id_pair
164 const char *kfunc; member in struct:bpf_test
975 /* Patch in kfunc BTF IDs */
976 while (fixup_kfunc_btf_id->kfunc) {
979 /* try to find kfunc in kernel BTF */
983 fixup_kfunc_btf_id->kfunc,
988 /* kfunc not found in kernel BTF, try bpf_testmod BTF */
993 fixup_kfunc_btf_id->kfunc,
1582 prog_type == BPF_PROG_TYPE_LSM) && test->kfunc) {
1585 attach_btf_id = libbpf_find_vmlinux_btf_id(test->kfunc,
[all...]

Completed in 148 milliseconds