Searched refs:new_freq (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-timechart.c368 static void p_state_change(int cpu, u64 timestamp, u64 new_freq) argument
372 if (new_freq > 8000000) /* detect invalid data */
391 cpus_pstate_state[cpu] = new_freq;
394 if ((u64)new_freq > max_freq)
395 max_freq = new_freq;
397 if (new_freq < min_freq || min_freq == 0)
398 min_freq = new_freq;
400 if (new_freq == max_freq - 1000)

Completed in 211 milliseconds