Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DThreadDecoder.cpp53 return m_trace.GetThreadTimer(m_thread_sp->GetID()) in DoDecode()
H A DTraceIntelPT.h168 ScopedTaskTimer &GetThreadTimer(lldb::tid_t tid);
H A DTraceIntelPTMultiCpuDecoder.cpp67 ->GetThreadTimer(thread.GetID()) in Decode()
H A DTraceIntelPT.cpp254 GetThreadTimer(tid).ForEachTimedTask(print_duration); in DumpTraceInfo()
689 ScopedTaskTimer &TraceIntelPT::GetThreadTimer(lldb::tid_t tid) { in GetThreadTimer() function in TraceIntelPT