Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/ftrace/
Dsched_event_tracker.cc86 StringId next_comm_id = context_->storage->InternString(next_comm); in PushSchedSwitch() local
88 next_pid, next_comm_id, ThreadNamePriority::kFtrace); in PushSchedSwitch()
113 next_utid, next_pid, next_comm_id, next_prio); in PushSchedSwitch()
127 StringId next_comm_id) { in PushSchedSwitchCompact() argument
141 next_pid, next_comm_id, ThreadNamePriority::kFtrace); in PushSchedSwitchCompact()
179 next_utid, next_pid, next_comm_id, next_prio); in PushSchedSwitchCompact()
198 StringId next_comm_id, in AddRawEventAndStartSlice() argument
221 add_raw_arg(SS::kNextCommFieldNumber, Variadic::String(next_comm_id)); in AddRawEventAndStartSlice()
Dsched_event_tracker.h68 StringId next_comm_id);
108 StringId next_comm_id,