Lines Matching refs:fn
76 for fn in "$ml_tmp_result_dir"/*
82 if [[ $fn == *"timeline"* ]]; then
83 tmpfn="$fn"
102 if [[ $fn == *"${header}ml-policy-timeline"* ]]; then
105 if [[ $fn == *"${header}ml-policy-ratio-timeline"* ]]; then
108 if [[ $fn == *"${header}ml-miss-timeline"* ]]; then
111 if [[ $fn == *"${header}ml-miss-ratio-timeline"* ]]; then
114 if [[ $fn == *"${header}ml-mrc"* ]]; then
115 tmpfn="$fn"
120 if [[ $fn == *"${header}ml-avgmb"* ]]; then
121 tmpfn="$fn"
127 if [[ $fn == *"${header}ml-p95mb"* ]]; then
128 tmpfn="$fn"
142 cat "$fn" >> "$sum_file"
147 for fn in $result_dir/*
149 if [[ $fn == *"_mrc" || $fn == *"_avgmb" || $fn == *"_p95mb" ]]; then
152 cat "$fn" | sort -t ',' -k1,1 -k4,4n > "$tmp_file"
153 cat "$tmp_file" > "$fn"