tools/perf/util/bpf_skel/sample-filter.h

Source file repositories/reference/linux-study-clean/tools/perf/util/bpf_skel/sample-filter.h

File Facts

System
Linux kernel
Corpus path
tools/perf/util/bpf_skel/sample-filter.h
Extension
.h
Size
3037 bytes
Lines
73
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_bpf_filter_entry {
	enum perf_bpf_filter_op op;
	__u32 part; /* sub-sample type info when it has multiple values */
	enum perf_bpf_filter_term term;
	__u64 value;
};

struct idx_hash_key {
	__u64 evt_id;
	__u32 tgid;
	__u32 reserved;
};

#endif /* PERF_UTIL_BPF_SKEL_SAMPLE_FILTER_H */

Annotation

Implementation Notes