Searched refs:thread_tid2 (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/test/trace_processor/chrome/ |
D | estimated_power_by_combined_rail_mode.py | 37 thread_tid2 = process_pid2 variable 67 tid=thread_tid2, 115 trace.add_process(thread_tid2, 1, "Renderer") 131 trace.add_sched(ts=0, prev_pid=0, next_pid=thread_tid2) 133 trace.add_sched(ts=ms_to_ns(10), prev_pid=thread_tid2, next_pid=0) 134 trace.add_sched(ts=ms_to_ns(35), prev_pid=0, next_pid=thread_tid2) 136 trace.add_sched(ts=ms_to_ns(47), prev_pid=thread_tid2, next_pid=0)
|
D | cpu_time_by_combined_rail_mode.py | 36 thread_tid2 = process_pid2 variable 63 tid=thread_tid2,
|
D | actual_power_by_combined_rail_mode.py | 37 thread_tid2 = process_pid2 variable 68 tid=thread_tid2,
|