Home
last modified time | relevance | path

Searched refs:GetThreadOrNull (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/trace_processor/importers/common/
Dprocess_tracker.cc68 base::Optional<UniqueTid> ProcessTracker::GetThreadOrNull(uint32_t tid) { in GetThreadOrNull() function in perfetto::trace_processor::ProcessTracker
69 auto opt_utid = GetThreadOrNull(tid, base::nullopt); in GetThreadOrNull()
87 auto utid = GetThreadOrNull(tid); in GetOrCreateThread()
134 base::Optional<UniqueTid> ProcessTracker::GetThreadOrNull( in GetThreadOrNull() function in perfetto::trace_processor::ProcessTracker
175 base::Optional<UniqueTid> opt_utid = GetThreadOrNull(tid, pid); in UpdateThread()
Dprocess_tracker.h63 base::Optional<UniqueTid> GetThreadOrNull(uint32_t tid);
140 base::Optional<uint32_t> GetThreadOrNull(uint32_t tid,
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_parser.cc142 auto opt_utid = context_->process_tracker->GetThreadOrNull(pid); in ParseSystracePoint()
/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_parser.cc667 auto opt_utid = context_->process_tracker->GetThreadOrNull(pid); in ParseLowmemoryKill()