Home
last modified time | relevance | path

Searched refs:btf_p (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_btf.c13 const struct btf_type *btf_find_func_proto(const char *func_name, struct btf **btf_p) in btf_find_func_proto() argument
18 id = bpf_find_btf_id(func_name, BTF_KIND_FUNC, btf_p); in btf_find_func_proto()
23 t = btf_type_by_id(*btf_p, id); in btf_find_func_proto()
28 t = btf_type_by_id(*btf_p, t->type); in btf_find_func_proto()
34 btf_put(*btf_p); in btf_find_func_proto()
H A Dtrace_btf.h5 struct btf **btf_p);
/openbmc/linux/include/linux/
H A Dbtf.h212 s32 bpf_find_btf_id(const char *name, u32 kind, struct btf **btf_p);
/openbmc/linux/kernel/bpf/
H A Dbtf.c556 s32 bpf_find_btf_id(const char *name, u32 kind, struct btf **btf_p) in bpf_find_btf_id() argument
574 *btf_p = btf; in bpf_find_btf_id()
590 *btf_p = btf; in bpf_find_btf_id()