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

/external/linux-tools-perf/
H A Dbuiltin-timechart.c395 static void p_state_change(int cpu, u64 timestamp, u64 new_freq) argument
400 if (new_freq > 8000000) /* detect invalid data */
419 cpus_pstate_state[cpu] = new_freq;
422 if ((u64)new_freq > max_freq)
423 max_freq = new_freq;
425 if (new_freq < min_freq || min_freq == 0)
426 min_freq = new_freq;
428 if (new_freq == max_freq - 1000)

Completed in 77 milliseconds