Home
last modified time | relevance | path

Searched refs:next_utid (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/importers/ftrace/
Dsched_event_tracker.cc87 UniqueTid next_utid = context_->process_tracker->UpdateThreadName( in PushSchedSwitch() local
113 next_utid, next_pid, next_comm_id, next_prio); in PushSchedSwitch()
118 pending_sched->last_utid = next_utid; in PushSchedSwitch()
140 UniqueTid next_utid = context_->process_tracker->UpdateThreadName( in PushSchedSwitchCompact() local
153 pending_sched->last_utid = next_utid; in PushSchedSwitchCompact()
179 next_utid, next_pid, next_comm_id, next_prio); in PushSchedSwitchCompact()
184 pending_sched->last_utid = next_utid; in PushSchedSwitchCompact()
196 UniqueTid next_utid, in AddRawEventAndStartSlice() argument
230 {ts, 0 /* duration */, cpu, next_utid, kNullStringId, next_prio}); in AddRawEventAndStartSlice()
Dsched_event_tracker.h106 UniqueTid next_utid,