HomeSort by relevance Sort by last modified time
    Searched refs:ps_line (Results 1 - 3 of 3) sorted by null

  /system/extras/ioshark/
collect-straces-ftraces.sh 114 ps_line=`ps -ef | grep trace_pipe | grep adb `
116 echo Killing `echo $ps_line | awk '{s = ""; for (i=8; i <= NF ; i++) s = s $i " "; print s}' `
117 kill `echo $ps_line | awk '{print $2}' `
119 ps_line=`ps -ef | grep strace | grep adb `
121 echo Killing `echo $ps_line | awk '{s = ""; for (i=8; i <= NF ; i++) s = s $i " "; print s}' `
122 kill `echo $ps_line | awk '{print $2}' `
140 ps_line=`ps -ef | grep trace_pipe | grep adb `
142 echo Killing `echo $ps_line | awk '{s = ""; for (i=8; i <= NF ; i++) s = s $i " "; print s}' `
143 kill `echo $ps_line | awk '{print $2}' `
145 ps_line=`ps -ef | grep strace | grep adb
    [all...]
collect-straces.sh 19 ps_line=`ps -ef | grep strace | grep adb `
21 echo Killing `echo $ps_line | awk '{s = ""; for (i=8; i <= NF ; i++) s = s \
23 kill `echo $ps_line | awk '{print $2}' `
  /external/chromium-trace/catapult/devil/devil/android/
device_utils_devicetest.py 217 for ps_line in ps_output:
218 if 'adbd' in ps_line:
219 return ps_line.split()[1]

Completed in 902 milliseconds