tools/perf/util/bpf_skel/bperf_cgroup.h

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

File Facts

System
Linux kernel
Corpus path
tools/perf/util/bpf_skel/bperf_cgroup.h
Extension
.h
Size
568 bytes
Lines
16
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 __BPERF_CGROUP_H
#define __BPERF_CGROUP_H

// These constants impact code size of bperf_cgroup.bpf.c that may result in BPF
// verifier issues. They are exposed to control the size and also to disable BPF
// counters when the number of user events is too large.

// max cgroup hierarchy level: arbitrary
#define BPERF_CGROUP__MAX_LEVELS  10
// max events per cgroup: arbitrary
#define BPERF_CGROUP__MAX_EVENTS  128

#endif /* __BPERF_CGROUP_H */

Annotation

Implementation Notes