tools/lib/perf/include/perf/bpf_perf.h

Source file repositories/reference/linux-study-clean/tools/lib/perf/include/perf/bpf_perf.h

File Facts

System
Linux kernel
Corpus path
tools/lib/perf/include/perf/bpf_perf.h
Extension
.h
Size
1146 bytes
Lines
32
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

struct perf_event_attr_map_entry {
	__u32 link_id;
	__u32 diff_map_id;
};

/* default attr_map name */
#define BPF_PERF_DEFAULT_ATTR_MAP_PATH "perf_attr_map"

#endif /* __LIBPERF_BPF_PERF_H */

Annotation

Implementation Notes