Home
last modified time | relevance | path

Searched refs:UpdateThreadNameByUtid (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/src/trace_processor/importers/common/
Dprocess_tracker.h91 virtual void UpdateThreadNameByUtid(UniqueTid utid,
Dprocess_tracker.cc110 UpdateThreadNameByUtid(utid, thread_name_id, priority); in UpdateThreadName()
114 void ProcessTracker::UpdateThreadNameByUtid(UniqueTid utid, in UpdateThreadNameByUtid() function in perfetto::trace_processor::ProcessTracker
/external/perfetto/src/trace_processor/importers/ninja/
Dninja_log_parser.cc174 ctx_->process_tracker->UpdateThreadNameByUtid(utid, name_id, in NotifyEndOfFile()
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_trace_parser.cc170 ctx_->process_tracker->UpdateThreadNameByUtid( in Parse()
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_parser_unittest.cc160 MOCK_METHOD3(UpdateThreadNameByUtid,
750 EXPECT_CALL(*process_, UpdateThreadNameByUtid( in TEST_F()
754 EXPECT_CALL(*process_, UpdateThreadNameByUtid( in TEST_F()
757 EXPECT_CALL(*process_, UpdateThreadNameByUtid( in TEST_F()
1456 UpdateThreadNameByUtid( in TEST_F()
1460 UpdateThreadNameByUtid(2u, kNullStringId, in TEST_F()
1463 UpdateThreadNameByUtid(1u, kNullStringId, in TEST_F()
1627 UpdateThreadNameByUtid(1u, storage_->InternString("t1"), in TEST_F()
Dtrack_event_parser.cc972 procs->UpdateThreadNameByUtid( in ParseMetadataEvent()
1642 context_->process_tracker->UpdateThreadNameByUtid( in ParseThreadDescriptor()
1656 context_->process_tracker->UpdateThreadNameByUtid( in ParseChromeThreadDescriptor()
/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_parser.cc1126 proc_tracker->UpdateThreadNameByUtid(new_utid, new_comm, in ParseTaskNewTask()