Home
last modified time | relevance | path

Searched refs:turbo_frequency (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dsvghelper.h14 extern void svg_cpu_box(int cpu, u64 max_frequency, u64 turbo_frequency);
Dsvghelper.c28 static u64 turbo_frequency, max_freq; variable
364 turbo_frequency = __turbo_freq; in svg_cpu_box()
468 if (Hz == turbo_frequency) in HzToHuman()
/linux-4.1.27/tools/perf/
Dbuiltin-timechart.c58 turbo_frequency, member
401 tchart->turbo_frequency = tchart->max_freq; in p_state_change()
1491 svg_cpu_box(i, tchart->max_freq, tchart->turbo_frequency); in write_svg_file()