Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_line_parser.cc112 auto wakee_utid = context_->process_tracker->UpdateThreadName( in ParseLine() local
115 wakee_utid, RefType::kRefUtid); in ParseLine()
230 auto wakee_utid = context_->process_tracker->GetOrCreateThread(*wakee_pid); in ParseLine() local
233 line.ts, sched_blocked_reason_id_, wakee_utid, RefType::kRefUtid, in ParseLine()
/external/perfetto/src/trace_processor/importers/ftrace/
Dsched_event_tracker.cc316 auto wakee_utid = context_->process_tracker->GetOrCreateThread(wakee_pid); in PushSchedWakingCompact() local
320 instants->Insert({ts, sched_waking_id_, wakee_utid, ref_type_id}); in PushSchedWakingCompact()