Home
last modified time | relevance | path

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

/external/perfetto/test/trace_processor/
Dkernel_lmk.py28 trace.add_thread(tid=1301, tgid=1000, cmdline="padding_process_thread_1")
29 trace.add_thread(tid=1302, tgid=1000, cmdline="padding_process_thread_2")
31 trace.add_thread(tid=300, tgid=2, cmdline="two_thread_process")
Dsynth_process_tracking.py47 trace.add_thread(12, 10, "p1-t2")
65 trace.add_thread(21, 20, "p2-t1")
86 trace.add_thread(31, 30, "p3-t1")
Dcounters_order_ref.py26 trace.add_thread(tid=3, tgid=2, cmdline="two_thread_process")
Dsyscall.py28 trace.add_thread(tid=3, tgid=2, cmdline="two_thread_process")
Dsynth_1.py26 trace.add_thread(3, 2, "two_thread_process")
Dsynth_common.py106 def add_thread(self, tid, tgid, cmdline): member in Trace