Warning: This file is not a C or C++ file. It does not have highlighting.

1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __PERF_UTIL_BTF
3#define __PERF_UTIL_BTF 1
4
5struct btf;
6struct btf_member;
7
8const struct btf_member *__btf_type__find_member_by_name(struct btf *btf,
9 int type_id, const char *member_name);
10#endif // __PERF_UTIL_BTF
11

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of linux/tools/perf/util/btf.h