memcg_vmstats_percpuRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: ✅struct memcg_vmstats_percpu {
long int stat[36];
long unsigned int events[85];
long unsigned int nr_page_events;
long unsigned int targets[3];
};
5.4: ✅struct memcg_vmstats_percpu {
long int stat[38];
long unsigned int events[85];
long unsigned int nr_page_events;
long unsigned int targets[3];
};
5.8: ✅struct memcg_vmstats_percpu {
long int stat[36];
long unsigned int events[92];
long unsigned int nr_page_events;
long unsigned int targets[2];
};
5.11: ✅struct memcg_vmstats_percpu {
long int stat[41];
long unsigned int events[96];
long unsigned int nr_page_events;
long unsigned int targets[2];
};
5.13: ✅struct memcg_vmstats_percpu {
long int state[42];
long unsigned int events[98];
long int state_prev[42];
long unsigned int events_prev[98];
long unsigned int nr_page_events;
long unsigned int targets[2];
};
5.15: ✅struct memcg_vmstats_percpu {
long int state[42];
long unsigned int events[100];
long int state_prev[42];
long unsigned int events_prev[100];
long unsigned int nr_page_events;
long unsigned int targets[2];
};
5.19: ✅struct memcg_vmstats_percpu {
long int state[48];
long unsigned int events[107];
long int state_prev[48];
long unsigned int events_prev[107];
long unsigned int nr_page_events;
long unsigned int targets[2];
};
6.2: ✅struct memcg_vmstats_percpu {
long int state[50];
long unsigned int events[19];
long int state_prev[50];
long unsigned int events_prev[19];
long unsigned int nr_page_events;
long unsigned int targets[2];
};
6.5: ✅struct memcg_vmstats_percpu {
long int state[50];
long unsigned int events[19];
long int state_prev[50];
long unsigned int events_prev[19];
long unsigned int nr_page_events;
long unsigned int targets[2];
};
6.8: ✅struct memcg_vmstats_percpu {
unsigned int stats_updates;
struct memcg_vmstats_percpu *parent;
struct memcg_vmstats *vmstats;
long int state[53];
long unsigned int events[22];
long int state_prev[53];
long unsigned int events_prev[22];
long unsigned int nr_page_events;
long unsigned int targets[2];
};
arm64: ✅struct memcg_vmstats_percpu {
long int stat[38];
long unsigned int events[81];
long unsigned int nr_page_events;
long unsigned int targets[3];
};
armhf: ✅struct memcg_vmstats_percpu {
long int stat[38];
long unsigned int events[59];
long unsigned int nr_page_events;
long unsigned int targets[3];
};
ppc64el: ✅struct memcg_vmstats_percpu {
long int stat[38];
long unsigned int events[78];
long unsigned int nr_page_events;
long unsigned int targets[3];
};
riscv64: ✅struct memcg_vmstats_percpu {
long int stat[38];
long unsigned int events[61];
long unsigned int nr_page_events;
long unsigned int targets[3];
};
aws: ✅struct memcg_vmstats_percpu {
long int stat[38];
long unsigned int events[85];
long unsigned int nr_page_events;
long unsigned int targets[3];
};
azure: ✅struct memcg_vmstats_percpu {
long int stat[38];
long unsigned int events[85];
long unsigned int nr_page_events;
long unsigned int targets[3];
};
gcp: ✅struct memcg_vmstats_percpu {
long int stat[38];
long unsigned int events[85];
long unsigned int nr_page_events;
long unsigned int targets[3];
};
lowlatency: ✅struct memcg_vmstats_percpu {
long int stat[38];
long unsigned int events[85];
long unsigned int nr_page_events;
long unsigned int targets[3];
};
Regular
5.3 and 5.4 ⚠️long int stat[36] ➡️ long int stat[38]
5.4 and 5.8 ⚠️long int stat[38] ➡️ long int stat[36]
long unsigned int events[85] ➡️ long unsigned int events[92]
long unsigned int targets[3] ➡️ long unsigned int targets[2]
5.8 and 5.11 ⚠️long int stat[36] ➡️ long int stat[41]
long unsigned int events[92] ➡️ long unsigned int events[96]
5.11 and 5.13 ⚠️long int state[42]
long int state_prev[42]
long unsigned int events_prev[98]
long int stat[41]
long unsigned int events[96] ➡️ long unsigned int events[98]
5.13 and 5.15 ⚠️long unsigned int events[98] ➡️ long unsigned int events[100]
long unsigned int events_prev[98] ➡️ long unsigned int events_prev[100]
5.15 and 5.19 ⚠️long int state[42] ➡️ long int state[48]
long unsigned int events[100] ➡️ long unsigned int events[107]
long int state_prev[42] ➡️ long int state_prev[48]
long unsigned int events_prev[100] ➡️ long unsigned int events_prev[107]
5.19 and 6.2 ⚠️long int state[48] ➡️ long int state[50]
long unsigned int events[107] ➡️ long unsigned int events[19]
long int state_prev[48] ➡️ long int state_prev[50]
long unsigned int events_prev[107] ➡️ long unsigned int events_prev[19]
6.2 and 6.5 ✅
6.5 and 6.8 ⚠️unsigned int stats_updates
struct memcg_vmstats_percpu *parent
struct memcg_vmstats *vmstats
long int state[50] ➡️ long int state[53]
long unsigned int events[19] ➡️ long unsigned int events[22]
long int state_prev[50] ➡️ long int state_prev[53]
long unsigned int events_prev[19] ➡️ long unsigned int events_prev[22]
amd64 and arm64 ⚠️long unsigned int events[85] ➡️ long unsigned int events[81]
amd64 and armhf ⚠️long unsigned int events[85] ➡️ long unsigned int events[59]
amd64 and ppc64el ⚠️long unsigned int events[85] ➡️ long unsigned int events[78]
amd64 and riscv64 ⚠️long unsigned int events[85] ➡️ long unsigned int events[61]
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅