em_perf_domainRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: ✅struct em_perf_domain {
};
5.3: ✅struct em_perf_domain {
};
5.4: ✅struct em_perf_domain {
};
5.8: ✅struct em_perf_domain {
struct em_cap_state *table;
int nr_cap_states;
long unsigned int cpus[0];
};
5.11: ✅struct em_perf_domain {
struct em_perf_state *table;
int nr_perf_states;
int milliwatts;
long unsigned int cpus[0];
};
5.13: ✅struct em_perf_domain {
struct em_perf_state *table;
int nr_perf_states;
int milliwatts;
long unsigned int cpus[0];
};
5.15: ✅struct em_perf_domain {
struct em_perf_state *table;
int nr_perf_states;
int milliwatts;
long unsigned int cpus[0];
};
5.19: ✅struct em_perf_domain {
struct em_perf_state *table;
int nr_perf_states;
long unsigned int flags;
long unsigned int cpus[0];
};
6.2: ✅struct em_perf_domain {
struct em_perf_state *table;
int nr_perf_states;
long unsigned int flags;
long unsigned int cpus[0];
};
6.5: ✅struct em_perf_domain {
struct em_perf_state *table;
int nr_perf_states;
long unsigned int flags;
long unsigned int cpus[0];
};
6.8: ✅struct em_perf_domain {
struct em_perf_state *table;
int nr_perf_states;
long unsigned int flags;
long unsigned int cpus[0];
};
arm64: ✅struct em_perf_domain {
};
armhf: ✅struct em_perf_domain {
};
ppc64el: ✅struct em_perf_domain {
};
riscv64: ✅struct em_perf_domain {
};
aws: ✅struct em_perf_domain {
};
azure: ✅struct em_perf_domain {
};
gcp: ✅struct em_perf_domain {
};
lowlatency: ✅struct em_perf_domain {
};
Regular
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️struct em_cap_state *table
int nr_cap_states
long unsigned int cpus[0]
5.8 and 5.11 ⚠️int nr_perf_states
int milliwatts
int nr_cap_states
struct em_cap_state *table ➡️ struct em_perf_state *table
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ⚠️long unsigned int flags
int milliwatts
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅