Searched refs:bpf_find_btf_id (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/trace/ |
H A D | trace_btf.c | 18 id = bpf_find_btf_id(func_name, BTF_KIND_FUNC, btf_p); in btf_find_func_proto()
|
/linux/tools/testing/selftests/bpf/test_kmods/ |
H A D | bpf_testmod.c | 1505 bpf_cgroup_from_id_id = bpf_find_btf_id("bpf_cgroup_from_id", BTF_KIND_FUNC, &kfunc_btf); in st_ops_init() 1506 bpf_cgroup_release_id = bpf_find_btf_id("bpf_cgroup_release", BTF_KIND_FUNC, &kfunc_btf); in st_ops_init()
|
/linux/include/linux/ |
H A D | btf.h | 235 s32 bpf_find_btf_id(const char *name, u32 kind, struct btf **btf_p);
|
/linux/kernel/bpf/ |
H A D | btf.c | 567 s32 bpf_find_btf_id(const char *name, u32 kind, struct btf **btf_p) in bpf_find_btf_id() function 610 EXPORT_SYMBOL_GPL(bpf_find_btf_id); 3817 id = bpf_find_btf_id(__btf_name_by_offset(btf, t->name_off), BTF_INFO_KIND(t->info), in btf_parse_kptr() 8388 ret = bpf_find_btf_id(name, kind, &btf); in BPF_CALL_4()
|