Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsvghelper.h17 void svg_cpu_box(int cpu, u64 max_frequency, u64 turbo_frequency);
H A Dsvghelper.c356 void svg_cpu_box(int cpu, u64 __max_freq, u64 __turbo_freq) in svg_cpu_box() function
/openbmc/linux/tools/perf/
H A Dbuiltin-timechart.c1499 svg_cpu_box(i, tchart->max_freq, tchart->turbo_frequency); in write_svg_file()