Home
last modified time | relevance | path

Searched refs:btf_find_func_proto (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_btf.h4 const struct btf_type *btf_find_func_proto(const char *func_name,
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() function
H A Dtrace_probe.c451 type = btf_find_func_proto(ctx->funcname, &btf); in query_btf_context()