Home
last modified time | relevance | path

Searched refs:StartTrace (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dxla_debug_info_manager_test.cc91 void StartTrace() { xla_debug_info_manager_.StartTracing(); } in StartTrace() function in xla::XlaDebugInfoManagerTest
172 StartTrace(); in TEST_F()
180 StartTrace(); in TEST_F()
202 StartTrace(); in TEST_F()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DProcessorTrace.h82 Status StartTrace(lldb::pid_t pid, lldb::tid_t tid,
DProcessorTrace.cpp70 Status ProcessorTraceMonitor::StartTrace(lldb::pid_t pid, lldb::tid_t tid, in StartTrace() function in ProcessorTraceMonitor
269 error = pt_monitor_up->StartTrace(pid, tid, config); in Create()
DNativeProcessLinux.h104 lldb::user_id_t StartTrace(const TraceOptions &config,
DNativeProcessLinux.cpp2046 lldb::user_id_t NativeProcessLinux::StartTrace(const TraceOptions &config, in StartTrace() function in NativeProcessLinux
2049 return NativeProcessProtocol::StartTrace(config, error); in StartTrace()
/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h250 lldb::SBTrace StartTrace(SBTraceOptions &options, lldb::SBError &error);
/external/llvm-project/lldb/include/lldb/Host/common/
DNativeProcessProtocol.h324 virtual lldb::user_id_t StartTrace(const TraceOptions &config, in StartTrace() function
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i406 StartTrace(SBTraceOptions &options, lldb::SBError &error);
/external/llvm-project/lldb/source/API/
DSBProcess.cpp315 lldb::SBTrace SBProcess::StartTrace(SBTraceOptions &options, in StartTrace() function in SBProcess
317 LLDB_RECORD_METHOD(lldb::SBTrace, SBProcess, StartTrace, in StartTrace()
329 uid = process_sp->StartTrace(*(options.m_traceoptions_sp), error.ref()); in StartTrace()
1341 LLDB_REGISTER_METHOD(lldb::SBTrace, SBProcess, StartTrace, in RegisterMethods()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h166 lldb::user_id_t StartTrace(const TraceOptions &options,
DGDBRemoteCommunicationServerLLGS.cpp1150 uid = m_debugged_process_up->StartTrace(options, error); in Handle_jTraceStart()
DProcessGDBRemote.cpp1202 lldb::user_id_t ProcessGDBRemote::StartTrace(const TraceOptions &options, in StartTrace() function in ProcessGDBRemote
/external/llvm-project/lldb/tools/intel-features/intel-pt/
DREADME_TOOL.txt175 please refer to SBProcess::StartTrace() API description. An
195 successfully, refer to SBProcess::StartTrace() API description.
DDecoder.cpp130 lldb::SBTrace trace = sbprocess.StartTrace(sbtraceoptions, error); in StartProcessorTrace()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2513 virtual lldb::user_id_t StartTrace(const TraceOptions &options, in StartTrace() function
/external/llvm-project/lldb/docs/
Dlldb-gdb-remote.txt358 // id obtained from StartTrace API. The following parameters should be