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.cpp2075 TraceSP trace_sp = process_sp->GetTarget().GetTrace(); in DoExecuteOnThreads()
2183 m_exe_ctx.GetTargetSP()->GetTrace()->CreateNewCursor(*thread_sp); in DoExecute()
2372 m_exe_ctx.GetTargetSP()->GetTrace()->CreateNewCursor(*thread_sp); in DoExecute()
2476 const TraceSP &trace_sp = m_exe_ctx.GetTargetSP()->GetTrace(); in HandleOneThread()
H A DCommandObjectProcess.cpp1798 TraceSP trace_sp = process_sp->GetTarget().GetTrace(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h935 lldb::SBTrace GetTrace();
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp260 if (target && !target->GetTrace()) { in CheckRequirements()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2404 lldb::SBTrace SBTarget::GetTrace() { in GetTrace() function in SBTarget
2409 return SBTrace(target_sp->GetTrace()); in GetTrace()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1234 lldb::TraceSP GetTrace();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3368 TraceSP Target::GetTrace() { return m_trace_sp; } in GetTrace() function in Target
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp61029 result = (arg1)->GetTrace(); in _wrap_SBTarget_GetTrace()