Searched refs:StartNewThread (Results 1 – 5 of 5) sorted by relevance
71 UniqueTid ProcessTracker::StartNewThread(std::optional<int64_t> timestamp, in StartNewThread() function in perfetto::trace_processor::ProcessTracker157 return utid ? *utid : StartNewThread(std::nullopt, tid); in GetOrCreateThread()260 UniqueTid utid = opt_utid ? *opt_utid : StartNewThread(std::nullopt, tid); in UpdateThread()329 UniqueTid utid = StartNewThread(timestamp, /*tid=*/pid); in StartNewProcess()
70 UniqueTid StartNewThread(std::optional<int64_t> timestamp, uint32_t tid);
274 utid = context_->process_tracker->StartNewThread(std::nullopt, in ResolveDescriptorTrack()
871 UniqueTid utid1c = context_.process_tracker->StartNewThread(std::nullopt, 2); in TEST_F()
2398 auto new_utid = proc_tracker->StartNewThread(timestamp, new_tid); in ParseTaskNewTask()