tools/perf/util/btf.h

Source file repositories/reference/linux-study-clean/tools/perf/util/btf.h

File Facts

System
Linux kernel
Corpus path
tools/perf/util/btf.h
Extension
.h
Size
269 bytes
Lines
11
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __PERF_UTIL_BTF
#define __PERF_UTIL_BTF 1

struct btf;
struct btf_member;

const struct btf_member *__btf_type__find_member_by_name(struct btf *btf,
							 int type_id, const char *member_name);
#endif // __PERF_UTIL_BTF

Annotation

Implementation Notes