Lines Matching refs:adb
114 ps_line=`ps -ef | grep trace_pipe | grep adb `
119 ps_line=`ps -ef | grep strace | grep adb `
128 … adb shell "echo 1 > /sys/kernel/debug/tracing/events/android_fs/android_fs_dataread_start/enable"
129 adb shell "echo 1 > /sys/kernel/debug/tracing/tracing_on"
134 … adb shell "echo 0 > /sys/kernel/debug/tracing/events/android_fs/android_fs_dataread_start/enable"
135 adb shell "echo 0 > /sys/kernel/debug/tracing/tracing_on"
140 ps_line=`ps -ef | grep trace_pipe | grep adb `
145 ps_line=`ps -ef | grep strace | grep adb `
160 adb root && adb wait-for-device
166 adb shell 'ps' | grep zygote > zygote_pids
173 adb shell "date +%s > /data/local/tmp/trace.begin ; strace -p $pid1,$pid2 -o /data/local/tmp/trace …
174 adb shell "cat /sys/kernel/debug/tracing/trace_pipe" > fstrace &
180 adb shell 'monkey -p com.android.alarmclock -p com.android.chrome -p com.android.calculator -p com.…
192 adb shell 'cd /data/local/tmp ; tar cvf trace.tar trace.*'
193 adb pull /data/local/tmp/trace.tar