Merge tag 'probes-fixes-v6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / kernel / trace / trace_btf.h
CommitLineData
ebeed8d4
MHG
1/* SPDX-License-Identifier: GPL-2.0 */
2#include <linux/btf.h>
3
4const struct btf_type *btf_find_func_proto(const char *func_name,
5 struct btf **btf_p);
6const struct btf_param *btf_get_func_param(const struct btf_type *func_proto,
7 s32 *nr);
302db0f5
MHG
8const struct btf_member *btf_find_struct_member(struct btf *btf,
9 const struct btf_type *type,
10 const char *member_name,
11 u32 *anon_offset);