MCPcopy Create free account
hub / github.com/apache/impala / GetStackTraceHex

Function GetStackTraceHex

be/src/kudu/util/debug-util.cc:551–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551string GetStackTraceHex() {
552 char buf[1024];
553 HexStackTraceToString(buf, 1024);
554 return buf;
555}
556
557void HexStackTraceToString(char* buf, size_t size) {
558 StackTrace trace;

Callers 1

FileCacheTestMethod · 0.85

Calls 1

HexStackTraceToStringFunction · 0.85

Tested by 1

FileCacheTestMethod · 0.68