aboutsummaryrefslogtreecommitdiff
path: root/topology.h
diff options
context:
space:
mode:
Diffstat (limited to 'topology.h')
-rw-r--r--topology.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/topology.h b/topology.h
index 71c3422..f0cabbc 100644
--- a/topology.h
+++ b/topology.h
@@ -51,7 +51,9 @@ struct cpu_core {
int cpu_num;
bool is_ht;
struct cpuidle_cstates *cstates;
+ struct cpufreq_pstates *pstates;
struct cpuidle_cstates *base_cstates;
+ struct cpufreq_pstates *base_pstates;
};
struct cpu_physical {
@@ -61,7 +63,9 @@ struct cpu_physical {
int core_num;
struct list_head cpu_enum_head;
struct cpuidle_cstates *cstates;
+ struct cpufreq_pstates *pstates;
struct cpuidle_cstates *base_cstates;
+ struct cpufreq_pstates *base_pstates;
};
struct cpu_topology {