Home
last modified time | relevance | path

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

/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_output.c714 t = btf_find_func_proto(name, &btf); in print_function_args()
H A Dtrace_probe.c479 type = btf_find_func_proto(ctx->funcname, &btf); in query_btf_context()