summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_btf.h
blob: 98685e9a556c90bda1fe582a8516d39d92742d36 (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 */
#include <linux/btf.h>

const struct btf_type *btf_find_func_proto(const char *func_name,
					   struct btf **btf_p);
const struct btf_param *btf_get_func_param(const struct btf_type *func_proto,
					   s32 *nr);