Searched refs:add_thread (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/test/trace_processor/ |
D | kernel_lmk.py | 28 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")
|
D | synth_process_tracking.py | 47 trace.add_thread(12, 10, "p1-t2") 65 trace.add_thread(21, 20, "p2-t1") 86 trace.add_thread(31, 30, "p3-t1")
|
D | counters_order_ref.py | 26 trace.add_thread(tid=3, tgid=2, cmdline="two_thread_process")
|
D | syscall.py | 28 trace.add_thread(tid=3, tgid=2, cmdline="two_thread_process")
|
D | synth_1.py | 26 trace.add_thread(3, 2, "two_thread_process")
|
D | synth_common.py | 106 def add_thread(self, tid, tgid, cmdline): member in Trace
|