Home
last modified time | relevance | path

Searched refs:OnThreadCreated (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DIntelPTCollector.h48 llvm::Error OnThreadCreated(lldb::tid_t tid);
H A DIntelPTCollector.cpp183 Error IntelPTCollector::OnThreadCreated(lldb::tid_t tid) { in OnThreadCreated() function in IntelPTCollector
H A DNativeProcessLinux.cpp1681 Status error(m_intel_pt_collector.OnThreadCreated(tid)); in NotifyTracersOfNewThread()