Lines Matching refs:foo
11 fgrep -v '= -1' bar > foo
12 mv foo bar
29 fgrep android_fs_data $1 | sed 's/^.* \[.*\] //' | sed s/://g | sed s/,//g > foo
31 sed 's/android_fs_dataread_start/read/' foo > bar1
34 awk '{ print $2, "ftrace", $3, $5, $7, $9, $13 }' bar > foo
38 awk '{print $7}' foo | sort | uniq > pidlist
41 awk -v pid=$i '{ if (pid == $7) print $0}' foo > fstrace.$i
44 rm foo
64 process_strace $stracefile foo.$pid
65 if ! [ -s foo.$pid ]; then
66 rm foo.$pid
75 fgrep mmap foo.$pid > bar
87 sort foo.$pid foobar >> footemp
95 mv foo.$pid parsed_input_trace.$pid
98 mv foo.$pid parsed_input_trace.$pid
102 mv foo.$pid parsed_input_trace.$pid
107 rm -f foo.$pid