Lines Matching refs:infile
52 infile=$1
62 grep -F TotalTime "$infile" | awk '{print $2}' | computestats
66 grep -F cpu-cycles "$infile" | awk '{print $1}' | sed s/,//g | computestats
70 grep -F 'Total CPU util' "$infile" | awk '{print $5}' | computestatsf
72 grep -F 'User CPU util' "$infile" | awk '{print $5}' | computestatsf
74 grep -F 'Sys CPU util' "$infile" | awk '{print $5}' | computestatsf
78 grep -F instructions "$infile" | awk '{print $1}' | sed s/,//g | computestats
81 grep -F instructions "$infile" | awk '{print $4}' | sed s/,//g | computestatsf
84 grep -F branch-misses "$infile" | awk '{print $1}' | sed s/,//g | computestats
87 grep -F context-switches "$infile" | awk '{print $1}' | sed s/,//g | computestats
90 grep -F page-faults "$infile" | awk '{print $1}' | sed s/,//g | computestats
96 grep -F KB "$infile" | grep system | awk '{print $5}' | computestats
99 grep -F IOwait "$infile" | awk '{print $3}' | computestatsf
102 grep -F 'Device util' "$infile" | awk '{print $4}' | computestatsf