Searched refs:plot (Results 1 – 6 of 6) sorted by relevance
/linux/tools/power/cpupower/bench/ |
H A D | cpufreq-bench_plot.sh | 11 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 D | slabinfo-gnuplot.sh | 9 # 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 D | gitsource.sh | 304 plot \ 309 plot \ 314 plot \
|
H A D | tbench.sh | 286 plot \ 291 plot \ 296 plot \
|
/linux/Documentation/admin-guide/mm/ |
H A D | slab.rst | 383 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 D | amd-pstate.rst | 553 Or generate trace file with root privilege, then parse and plot with command ::
|