Home
last modified time | relevance | path

Searched refs:GetCurrentStackTrace (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/gprpp/
H A Dexamine_stack_test.cc55 EXPECT_EQ(grpc_core::GetCurrentStackTrace(), absl::nullopt); in TEST()
61 EXPECT_EQ(grpc_core::GetCurrentStackTrace(), "stacktrace"); in TEST()
68 grpc_core::GetCurrentStackTrace(); in TEST()
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dstack_tracer.cc93 std::string GetCurrentStackTrace() { in GetCurrentStackTrace() function
105 SetCurrentStackTraceProvider(&GetCurrentStackTrace); in InitializeStackTracer()
H A Dstack_tracer.h39 std::string GetCurrentStackTrace();
H A Dstack_tracer_test.cc31 std::string stack_trace = grpc_core::testing::GetCurrentStackTrace(); in TEST()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dexamine_stack.h41 absl::optional<std::string> GetCurrentStackTrace();
Dexamine_stack.cc36 absl::optional<std::string> GetCurrentStackTrace() { in GetCurrentStackTrace() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dexamine_stack.h41 absl::optional<std::string> GetCurrentStackTrace();
H A Dexamine_stack.cc36 absl::optional<std::string> GetCurrentStackTrace() { in GetCurrentStackTrace() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/linux/
H A Dlog.cc104 ? grpc_core::GetCurrentStackTrace() in gpr_platform_log()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/linux/
Dlog.cc104 ? grpc_core::GetCurrentStackTrace() in gpr_default_log()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/posix/
Dlog.cc101 ? grpc_core::GetCurrentStackTrace() in gpr_default_log()
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/posix/
H A Dlog.cc101 ? grpc_core::GetCurrentStackTrace() in gpr_platform_log()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/windows/
Dlog.cc100 ? grpc_core::GetCurrentStackTrace() in gpr_default_log()
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/windows/
H A Dlog.cc100 ? grpc_core::GetCurrentStackTrace() in gpr_platform_log()
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/thread_pool/
H A Dwork_stealing_thread_pool.cc157 const auto trace = grpc_core::GetCurrentStackTrace(); in DumpSignalHandler()