Home
last modified time | relevance | path

Searched refs:g_plot (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py106 g_plot = common_all_gnuplot_settings(output_png)
108 g_plot('set y2range [0:200]')
109 g_plot('set y2tics 0, 10')
110g_plot('set title "{} : cpu perf busy vs. sample : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu…
112 g_plot('set xlabel "Samples"')
113 g_plot('set ylabel "P-State"')
114 g_plot('set y2label "Scaled Busy/performance/io-busy(%)"')
115 set_4_plot_linestyles(g_plot)
116g_plot('plot "' + file_name + '" using {:d}:{:d} with linespoints linestyle 1 axis x1y2 title "per…
117g_plot('"' + file_name + '" using {:d}:{:d} with linespoints linestyle 2 axis x1y2 title "scaled-b…
[all …]
/Linux-v6.6/tools/power/x86/amd_pstate_tracer/
Damd_pstate_trace.py71 g_plot = ipt.common_gnuplot_settings()
72 g_plot('set output "' + output_png + '"')
73 g_plot('set yrange [0:7]')
74 g_plot('set ytics 0, 1')
75 g_plot('set ylabel "CPU Frequency (GHz)"')
76g_plot('set title "{} : frequency : CPU {:0>3} : {:%F %H:%M}"'.format(test_name, cpu_index, dateti…
77 g_plot('set ylabel "CPU frequency"')
78 g_plot('set key off')
79 ipt.set_4_plot_linestyles(g_plot)
80g_plot('plot "' + file_name + '" using {:d}:{:d} with linespoints linestyle 1 axis x1y1'.format(C_…
[all …]