Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dsvghelper.c24 static u64 turbo_frequency, max_freq; variable
243 turbo_frequency = __turbo_freq; in svg_cpu_box()
329 if (Hz == turbo_frequency) in HzToHuman()
Dsvghelper.h10 extern void svg_cpu_box(int cpu, u64 max_frequency, u64 turbo_frequency);
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-timechart.c47 static u64 turbo_frequency; variable
401 turbo_frequency = max_freq; in p_state_change()
963 svg_cpu_box(i, max_freq, turbo_frequency); in write_svg_file()