Home
last modified time | relevance | path

Searched refs:add_thread (Results 1 – 12 of 12) sorted by relevance

/external/perfetto/test/trace_processor/parsing/
Dkernel_lmk.py27 trace.add_thread(tid=1301, tgid=1000, cmdline="padding_process_thread_1")
28 trace.add_thread(tid=1302, tgid=1000, cmdline="padding_process_thread_2")
30 trace.add_thread(tid=300, tgid=2, cmdline="two_thread_process")
Dsyscall.py27 trace.add_thread(tid=3, tgid=2, cmdline="two_thread_process")
/external/perfetto/test/trace_processor/startup/
Dandroid_startup_attribution.py38 trace.add_thread(tid=SECOND_APP_TID, tgid=APP_PID, cmdline='second_thread')
39 trace.add_thread(
44 trace.add_thread(
46 trace.add_thread(
48 trace.add_thread(tid=BINDER_TID, tgid=APP_PID, cmdline='Binder', name='Binder')
49 trace.add_thread(tid=FONTS_TID, tgid=APP_PID, cmdline='fonts', name='fonts')
Dandroid_startup_cpu.py41 trace.add_thread(tid=4, tgid=1, cmdline="p1-t2")
42 trace.add_thread(tid=5, tgid=2, cmdline="p2-t2")
43 trace.add_thread(tid=6, tgid=2, cmdline="p2-t3")
/external/perfetto/test/trace_processor/process_tracking/
Dsynth_process_tracking.py44 trace.add_thread(12, 10, "p1-t2")
62 trace.add_thread(21, 20, "p2-t1")
83 trace.add_thread(31, 30, "p3-t1")
Dprocess_parent_pid_tracking_1.py30 trace.add_thread(11, 10, "worker_thread")
Dprocess_parent_pid_tracking_2.py35 trace.add_thread(11, 10, "worker_thread")
/external/perfetto/test/trace_processor/memory/
Dandroid_lmk.py25 trace.add_thread(4, 3, 'mythread')
/external/perfetto/test/trace_processor/graphics/
Dandroid_jank.py43 trace.add_thread(
47 trace.add_thread(
Dandroid_sysui_cuj.py111 trace.add_thread(
113 trace.add_thread(
115 trace.add_thread(
/external/perfetto/test/trace_processor/common/
Dsynth_1.py25 trace.add_thread(3, 2, "two_thread_process")
/external/perfetto/test/
Dsynth_common.py199 def add_thread(self, tid, tgid, cmdline, name=None): member in Trace