Searched refs:bpf_find_btf_id (Results 1 – 3 of 3) sorted by relevance
/openbmc/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()
|
/openbmc/linux/include/linux/ |
H A D | btf.h | 212 s32 bpf_find_btf_id(const char *name, u32 kind, struct btf **btf_p);
|
/openbmc/linux/kernel/bpf/ |
H A D | btf.c | 556 s32 bpf_find_btf_id(const char *name, u32 kind, struct btf **btf_p) in bpf_find_btf_id() function 3580 id = bpf_find_btf_id(__btf_name_by_offset(btf, t->name_off), BTF_INFO_KIND(t->info), in btf_parse_kptr() 7543 ret = bpf_find_btf_id(name, kind, &btf); in BPF_CALL_4()
|