Home
last modified time | relevance | path

Searched refs:CurrentStackTrace (Results 1 – 25 of 40) sorted by relevance

12

/external/tensorflow/tensorflow/stream_executor/lib/
Dstacktrace.h25 using tensorflow::CurrentStackTrace;
/external/tensorflow/tensorflow/core/platform/
Dstacktrace_test.cc30 std::string stacktrace = CurrentStackTrace(); in TEST()
Dstatus.cc100 << CurrentStackTrace(); in Status()
/external/tensorflow/tensorflow/core/platform/windows/
Dstacktrace.h26 std::string CurrentStackTrace();
Dstacktrace.cc63 std::string CurrentStackTrace() { in CurrentStackTrace() function
Dstacktrace_handler.cc142 std::string stacktrace = CurrentStackTrace(); in StacktraceHandler()
/external/llvm-project/compiler-rt/lib/tsan/dd/
Ddd_rtl.cpp21 static u32 CurrentStackTrace(Thread *thr, uptr skip) { in CurrentStackTrace() function
64 return CurrentStackTrace(thr, 3); in Unwind()
/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.cc22 static u32 CurrentStackTrace(Thread *thr, uptr skip) { in CurrentStackTrace() function
65 return CurrentStackTrace(thr, 3); in Unwind()
/external/tensorflow/tensorflow/core/platform/default/
Dstacktrace.h42 inline std::string CurrentStackTrace() { in CurrentStackTrace() function
Dstacktrace_handler.cc88 std::string stacktrace = CurrentStackTrace(); in StacktraceHandler()
/external/tensorflow/tensorflow/compiler/xla/
Dstatus_macros.cc46 stack_trace = absl::StrCat("\n", tensorflow::CurrentStackTrace()); in LogError()
Dutil.cc48 VLOG(2) << tensorflow::CurrentStackTrace(); in WithLogBacktrace()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr.cc53 << CurrentStackTrace(); in WarnIfInCallback()
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr.cc54 << CurrentStackTrace(); in WarnIfInCallback()
/external/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h423 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
438 String CurrentStackTrace(int max_depth, int skip_count) override;
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h429 virtual string CurrentStackTrace(int max_depth, int skip_count) = 0;
449 virtual string CurrentStackTrace(int max_depth, int skip_count);
/external/googletest/googletest/src/
Dgtest-internal-inl.h432 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0;
452 std::string CurrentStackTrace(int max_depth, int skip_count) override;
/external/mesa3d/src/gtest/src/
Dgtest-internal-inl.h430 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0;
450 std::string CurrentStackTrace(int max_depth, int skip_count) override;
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-internal-inl.h431 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0;
451 std::string CurrentStackTrace(int max_depth, int skip_count) override;
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-internal-inl.h425 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0;
445 virtual std::string CurrentStackTrace(int max_depth, int skip_count);
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-internal-inl.h426 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0;
446 std::string CurrentStackTrace(int max_depth, int skip_count) override;
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dtrt_optimization_pass.cc203 LOG(INFO) << CurrentStackTrace(); in Optimize()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_driver.cc162 << " :: " << port::CurrentStackTrace(); in SynchronizeOrDie()
801 << " :: " << port::CurrentStackTrace(); in SynchronizeContext()
/external/googletest/googlemock/test/
Dgmock-internal-utils_test.cc425 std::string CurrentStackTrace(int max_depth, int skip_count) override { in CurrentStackTrace() function
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc186 "Synchronize fail: ", port::CurrentStackTrace()); in SynchronizeOrDie()
1097 << " :: " << port::CurrentStackTrace(); in SynchronizeContext()

12