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.cc83 base::Optional<UniqueTid> ProcessTracker::GetThreadOrNull(uint32_t tid) { in GetThreadOrNull() function in perfetto::trace_processor::ProcessTracker
84 auto opt_utid = GetThreadOrNull(tid, base::nullopt); in GetThreadOrNull()
102 auto utid = GetThreadOrNull(tid); in GetOrCreateThread()
154 base::Optional<UniqueTid> ProcessTracker::GetThreadOrNull( in GetThreadOrNull() function in perfetto::trace_processor::ProcessTracker
195 base::Optional<UniqueTid> opt_utid = GetThreadOrNull(tid, pid); in UpdateThread()
Dprocess_tracker.h78 base::Optional<UniqueTid> GetThreadOrNull(uint32_t tid);
171 base::Optional<uint32_t> GetThreadOrNull(uint32_t tid,
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_parser.cc152 auto opt_utid = context_->process_tracker->GetThreadOrNull(pid); in ParseSystracePoint()
/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_parser.cc1014 auto opt_utid = context_->process_tracker->GetThreadOrNull(pid); in ParseLowmemoryKill()