Home
last modified time | relevance | path

Searched refs:plot (Results 1 – 6 of 6) sorted by relevance

/linux/tools/power/cpupower/bench/
H A Dcpufreq-bench_plot.sh11 global_title="cpufreq-bench plot"
69 for((plot=0;plot<$plots;plot++));do
73 cat ${file[$plot]} |grep -v "^#" |awk '{if ($2 != $3) printf("Error in measure %d:Load time %s does not equal sleep time %s, plot will not be correct\n", $1, $2, $3); ERR=1}'
76 # Parse out load time (which must be equal to sleep time for a plot), divide it by 1000
78 cat ${file[$plot]} |grep -v "^#" |awk '{printf "%lu %.1f\n",$2/1000, $6}' >$dir/data_$plot
80 if [ $plot
[all...]
/linux/tools/mm/
H A Dslabinfo-gnuplot.sh9 # This program is intended to plot a `slabinfo -X' stats, collected,
35 echo "-t - plot totals for FILE(s)"
36 echo "-l - plot slabs stats for FILE(s)"
94 plot "$file" $range u 2$xtic title 'SIZE' with boxes,\
133 plot $gnuplot_cmd
/linux/tools/testing/selftests/amd-pstate/
H A Dgitsource.sh304 plot \
309 plot \
314 plot \
H A Dtbench.sh286 plot \
291 plot \
296 plot \
/linux/Documentation/admin-guide/mm/
H A Dslab.rst383 This will produce a single plot (png file).
392 40,60`` range will plot only samples collected between 40th and
/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst553 Or generate trace file with root privilege, then parse and plot with command ::