tools/testing/selftests/bpf/cgroup_iter_memcg.h

Source file repositories/reference/linux-study-clean/tools/testing/selftests/bpf/cgroup_iter_memcg.h

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/bpf/cgroup_iter_memcg.h
Extension
.h
Size
418 bytes
Lines
17
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 memcg_query {
	/* some node_stat_item's */
	unsigned long nr_anon_mapped;
	unsigned long nr_shmem;
	unsigned long nr_file_pages;
	unsigned long nr_file_mapped;
	/* some vm_event_item */
	unsigned long pgfault;
};

#endif /* __CGROUP_ITER_MEMCG_H */

Annotation

Implementation Notes