aboutsummaryrefslogtreecommitdiff
path: root/idlestat.h
diff options
context:
space:
mode:
authorZoran Markovic <zoran.markovic@linaro.org>2014-01-28 17:36:19 -0800
committerZoran Markovic <zoran.markovic@linaro.org>2014-03-14 15:48:00 -0700
commit705de00efdee3e4213fbd8bcaf7056dfcaa1c1c8 (patch)
tree84b29056374e95db9385e1da4c080599f9d32ba5 /idlestat.h
parenteb78305213e8017482acb9f6f5325b9e1151d75b (diff)
Added monitoring P-state transitions and collecting stats.
Diffstat (limited to 'idlestat.h')
-rw-r--r--idlestat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/idlestat.h b/idlestat.h
index 4b0df01..8d3c03e 100644
--- a/idlestat.h
+++ b/idlestat.h
@@ -86,6 +86,7 @@ struct cpufreq_pstate {
struct cpufreq_pstates {
struct cpufreq_pstate *pstate;
int current;
+ int idle;
double time_enter;
double time_exit;
int max;