Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DThreadDecoder.cpp52 return m_trace.GetThreadTimer(m_thread_sp->GetID()) in DoDecode()
H A DTraceIntelPT.h186 ScopedTaskTimer &GetThreadTimer(lldb::tid_t tid);
H A DTraceIntelPTMultiCpuDecoder.cpp65 return trace_sp->GetThreadTimer(thread.GetID()) in Decode()
H A DTraceIntelPT.cpp303 GetThreadTimer(tid).ForEachTimedTask(print_duration); in DumpTraceInfo()
738 ScopedTaskTimer &TraceIntelPT::GetThreadTimer(lldb::tid_t tid) { in GetThreadTimer() function in TraceIntelPT