/external/tensorflow/tensorflow/compiler/xla/service/ |
D | xla_debug_info_manager_test.cc | 91 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/ |
D | ProcessorTrace.h | 82 Status StartTrace(lldb::pid_t pid, lldb::tid_t tid,
|
D | ProcessorTrace.cpp | 70 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()
|
D | NativeProcessLinux.h | 104 lldb::user_id_t StartTrace(const TraceOptions &config,
|
D | NativeProcessLinux.cpp | 2046 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/ |
D | SBProcess.h | 250 lldb::SBTrace StartTrace(SBTraceOptions &options, lldb::SBError &error);
|
/external/llvm-project/lldb/include/lldb/Host/common/ |
D | NativeProcessProtocol.h | 324 virtual lldb::user_id_t StartTrace(const TraceOptions &config, in StartTrace() function
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBProcess.i | 406 StartTrace(SBTraceOptions &options, lldb::SBError &error);
|
/external/llvm-project/lldb/source/API/ |
D | SBProcess.cpp | 315 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/ |
D | ProcessGDBRemote.h | 166 lldb::user_id_t StartTrace(const TraceOptions &options,
|
D | GDBRemoteCommunicationServerLLGS.cpp | 1150 uid = m_debugged_process_up->StartTrace(options, error); in Handle_jTraceStart()
|
D | ProcessGDBRemote.cpp | 1202 lldb::user_id_t ProcessGDBRemote::StartTrace(const TraceOptions &options, in StartTrace() function in ProcessGDBRemote
|
/external/llvm-project/lldb/tools/intel-features/intel-pt/ |
D | README_TOOL.txt | 175 please refer to SBProcess::StartTrace() API description. An 195 successfully, refer to SBProcess::StartTrace() API description.
|
D | Decoder.cpp | 130 lldb::SBTrace trace = sbprocess.StartTrace(sbtraceoptions, error); in StartProcessorTrace()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Process.h | 2513 virtual lldb::user_id_t StartTrace(const TraceOptions &options, in StartTrace() function
|
/external/llvm-project/lldb/docs/ |
D | lldb-gdb-remote.txt | 358 // id obtained from StartTrace API. The following parameters should be
|