mem_cgroup_stat_cpuRegular
4.4: ✅struct mem_cgroup_stat_cpu {
long int count[7];
long unsigned int events[8];
long unsigned int nr_page_events;
long unsigned int targets[3];
};
4.8: ✅struct mem_cgroup_stat_cpu {
long int count[11];
long unsigned int events[8];
long unsigned int nr_page_events;
long unsigned int targets[3];
};
4.10: ✅struct mem_cgroup_stat_cpu {
long int count[11];
long unsigned int events[8];
long unsigned int nr_page_events;
long unsigned int targets[3];
};
4.13: ✅struct mem_cgroup_stat_cpu {
long int count[33];
long unsigned int events[85];
long unsigned int nr_page_events;
long unsigned int targets[3];
};
4.15: ✅struct mem_cgroup_stat_cpu {
long int count[33];
long unsigned int events[89];
long unsigned int nr_page_events;
long unsigned int targets[3];
};
4.18: ✅struct mem_cgroup_stat_cpu {
long int count[34];
long unsigned int events[85];
long unsigned int nr_page_events;
long unsigned int targets[3];
};
5.0: ✅struct mem_cgroup_stat_cpu {
long int count[36];
long unsigned int events[85];
long unsigned int nr_page_events;
long unsigned int targets[3];
};
5.3: Absent ⚠️
5.4: Absent ⚠️
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Regular
4.4 and 4.8 ⚠️long int count[7] ➡️ long int count[11]
4.8 and 4.10 ✅
4.10 and 4.13 ⚠️long int count[11] ➡️ long int count[33]
long unsigned int events[8] ➡️ long unsigned int events[85]
4.13 and 4.15 ⚠️long unsigned int events[85] ➡️ long unsigned int events[89]
4.15 and 4.18 ⚠️long int count[33] ➡️ long int count[34]
long unsigned int events[89] ➡️ long unsigned int events[85]
4.18 and 5.0 ⚠️long int count[34] ➡️ long int count[36]