Home
last modified time | relevance | path

Searched refs:GetTrace (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTMultiCpuDecoder.cpp29 TraceIntelPTSP TraceIntelPTMultiCpuDecoder::GetTrace() { in GetTrace() function in TraceIntelPTMultiCpuDecoder
39 TraceIntelPTSP trace_sp = GetTrace(); in FindLowestTSC()
41 Error err = GetTrace()->OnAllCpusBinaryDataRead( in FindLowestTSC()
63 TraceIntelPTSP trace_sp = GetTrace(); in Decode()
116 TraceIntelPTSP trace_sp = GetTrace(); in DoCorrelateContextSwitchesAndIntelPtTraces()
184 Error err = GetTrace()->GetGlobalTimer().TimeTask( in CorrelateContextSwitchesAndIntelPtTraces()
H A DTraceIntelPTMultiCpuDecoder.h92 TraceIntelPTSP GetTrace();
H A DTraceIntelPTBundleSaver.cpp100 TraceSP trace_sp = process.GetTarget().GetTrace(); in BuildThreadsSection()
119 llvm::Error err = process.GetTarget().GetTrace()->OnThreadBinaryDataRead( in BuildThreadsSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp67 const TraceSP &trace_sp = m_exe_ctx.GetTargetSP()->GetTrace(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTrace.cpp117 TraceSP trace_sp = process_sp->GetTarget().GetTrace(); in DoExecute()
H A DCommandObjectThread.cpp2088 TraceSP trace_sp = process_sp->GetTarget().GetTrace(); in DoExecuteOnThreads()
2196 m_exe_ctx.GetTargetSP()->GetTrace()->CreateNewCursor(*thread_sp); in DoExecute()
2385 m_exe_ctx.GetTargetSP()->GetTrace()->CreateNewCursor(*thread_sp); in DoExecute()
2489 const TraceSP &trace_sp = m_exe_ctx.GetTargetSP()->GetTrace(); in HandleOneThread()
H A DCommandObjectProcess.cpp1860 TraceSP trace_sp = process_sp->GetTarget().GetTrace(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h952 lldb::SBTrace GetTrace();
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp257 if (target && !target->GetTrace()) { in CheckRequirements()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2362 lldb::SBTrace SBTarget::GetTrace() { in GetTrace() function in SBTarget
2366 return SBTrace(target_sp->GetTrace()); in GetTrace()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1280 lldb::TraceSP GetTrace();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3518 TraceSP Target::GetTrace() { return m_trace_sp; } in GetTrace() function in Target
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp62228 result = (arg1)->GetTrace(); in _wrap_SBTarget_GetTrace()