HomeSort by relevance Sort by last modified time
    Searched refs:turbo_frequency (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/util/
svghelper.h 10 extern void svg_cpu_box(int cpu, u64 max_frequency, u64 turbo_frequency);
svghelper.c 24 static u64 turbo_frequency, max_freq; variable
243 turbo_frequency = __turbo_freq;
329 if (Hz == turbo_frequency)
  /external/linux-tools-perf/
builtin-timechart.c 53 static u64 turbo_frequency; variable
429 turbo_frequency = max_freq;
975 svg_cpu_box(i, max_freq, turbo_frequency);

Completed in 46 milliseconds