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 | |
| 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 |
| 11 |
Warning: This file is not a C or C++ file. It does not have highlighting.
