File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,6 @@ struct global_params {
201
201
* @prev_aperf: Last APERF value read from APERF MSR
202
202
* @prev_mperf: Last MPERF value read from MPERF MSR
203
203
* @prev_tsc: Last timestamp counter (TSC) value
204
- * @prev_cummulative_iowait: IO Wait time difference from last and
205
- * current sample
206
204
* @sample: Storage for storing last Sample data
207
205
* @min_perf_ratio: Minimum capacity in terms of PERF or HWP ratios
208
206
* @max_perf_ratio: Maximum capacity in terms of PERF or HWP ratios
@@ -241,7 +239,6 @@ struct cpudata {
241
239
u64 prev_aperf ;
242
240
u64 prev_mperf ;
243
241
u64 prev_tsc ;
244
- u64 prev_cummulative_iowait ;
245
242
struct sample sample ;
246
243
int32_t min_perf_ratio ;
247
244
int32_t max_perf_ratio ;
You can’t perform that action at this time.
0 commit comments