aboutsummaryrefslogtreecommitdiff
path: root/topology.h
diff options
context:
space:
mode:
authorZoran Markovic <zoran.markovic@linaro.org>2014-01-26 16:13:22 -0800
committerZoran Markovic <zoran.markovic@linaro.org>2014-02-20 11:08:13 -0800
commit4508cc8c2d38ec4064bcdc4469ea1e02bd56bba3 (patch)
tree5604d325bf863c7a9d3f2a5481296a447f059d6d /topology.h
parenta913b18953013f3c7f84c08b637344aa5f78b819 (diff)
Added tracing P-states.
Diffstat (limited to 'topology.h')
-rw-r--r--topology.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/topology.h b/topology.h
index 596ff34..c0e237f 100644
--- a/topology.h
+++ b/topology.h
@@ -29,6 +29,7 @@ struct cpu_cpu {
struct list_head list_cpu;
int cpu_id;
struct cpuidle_cstates *cstates;
+ struct cpuidle_pstates *pstates;
};
struct cpu_core {