]> Git Repo - linux.git/blob - tools/perf/util/btf.h
Linux 6.14-rc3
[linux.git] / tools / perf / util / btf.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __PERF_UTIL_BTF
3 #define __PERF_UTIL_BTF 1
4
5 struct btf;
6 struct btf_member;
7
8 const 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
This page took 0.031838 seconds and 4 git commands to generate.