Home
last modified time | relevance | path

Searched refs:AdbCall (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/tools/
Dload_tool99 def AdbCall(*args): function
202 AdbCall('shell', 'stop', 'traced')
203 AdbCall('shell', 'stop', 'traced_probes')
204 AdbCall('shell', 'start', 'traced')
205 AdbCall('shell', 'start', 'traced_probes')
206 AdbCall('shell', 'sleep', '5')
207 traced_pid = AdbCall('shell', 'pidof', 'traced')
208 probes_pid = AdbCall('shell', 'pidof', 'traced_probes')
220 AdbCall('wait-for-device')
221 AdbCall('root')
[all …]
Drun_android_test84 def AdbCall(*args): function
127 AdbCall('wait-for-device')
129 AdbCall('root')
130 AdbCall('wait-for-device')
133 AdbCall('shell', 'rm -rf "%s"; mkdir -p "%s"' % (2 * (target_dir,)))
138 AdbCall('shell', 'test -d "%s" || mkdir -p "%s"' % (2 * (trace_dir,)))
139 AdbCall('shell', 'rm -rf "%s/*"; ' % trace_dir)
140 AdbCall('shell', 'mkdir -p /data/nativetest')
146 AdbCall('push', test_bin, "/data/nativetest")
150 AdbCall('push', os.path.join(ROOT_DIR, dep), target_dir + '/' + dep)
[all …]