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
30 sed 's/android_fs_dataread_start/read/' foo > bar1
33 awk '{ print $2, "ftrace", $3, $5, $7, $9, $13 }' bar > foo
36 awk '{print $7}' foo | sort | uniq > pidlist
39 awk -v pid=$i '{ if (pid == $7) print $0}' foo > fstrace.$i
42 rm foo
62 process_strace $stracefile foo.$pid
63 if ! [ -s foo.$pid ]; then
64 rm foo.$pid
73 fgrep mmap foo.$pid > bar
85 sort foo.$pid foobar >> footemp
93 mv foo.$pid parsed_input_trace.$pid
96 mv foo.$pid parsed_input_trace.$pid
100 mv foo.$pid parsed_input_trace.$pid
105 rm -f foo.$pid