Lines Matching full:shell
110 'shell',
117 'shell',
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')
226 AdbCall('shell', 'rm', '-rf', '/data/local/tmp/perfetto_load_test')
227 AdbCall('shell', 'mkdir', '/data/local/tmp/perfetto_load_test')
251 AdbCall('shell', 'renice', '-n', '-19', '-p', traced_pid)
252 AdbCall('shell', 'renice', '-n', '-19', '-p', probes_pid)
253 logging.debug(AdbCall('shell', 'cat', '/proc/{}/stat'.format(traced_pid)))
254 logging.debug(AdbCall('shell', 'cat', '/proc/{}/stat'.format(probes_pid)))
263 AdbCall('shell', 'chrt', '-f', '-p', traced_pid, '99')
264 AdbCall('shell', 'chrt', '-f', '-p', probes_pid, '99')
265 logging.debug(AdbCall('shell', 'chrt', '-p', traced_pid))
266 logging.debug(AdbCall('shell', 'chrt', '-p', probes_pid))
276 AdbCall('shell', 'rm', '-rf', '/data/local/tmp/perfetto_load_test')
277 logging.debug(AdbCall('shell', 'cat', '/proc/{}/stat'.format(traced_pid)))
278 logging.debug(AdbCall('shell', 'cat', '/proc/{}/stat'.format(probes_pid)))