Home | History | Annotate | Download | only in ioshark

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 -q -qq -f -ff -y -ttt -e trace=mmap2,read,write,pread64,pwrite64,fsync,fdatasync,openat,close,lseek,_llseek" &
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.android.calendar -p com.google.android.calendar -p com.google.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.google.android.music -p com.android.phone -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --throttle 200 --ignore-security-exceptions --ignore-crashes --ignore-timeouts -v -v -v 25000'
192 adb shell 'cd /data/local/tmp ; tar cvf trace.tar trace.*'
193 adb pull /data/local/tmp/trace.tar