Searched refs:stack_trace (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest-test-part.cc | 46 const char* const stack_trace = strstr(message, internal::kStackTraceMarker); in ExtractSummary() local 47 return stack_trace == nullptr ? message : std::string(message, stack_trace); in ExtractSummary()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stack_store.cpp | 46 uptr *stack_trace = Alloc(h.size + 1, &idx, pack); in Store() local 48 if (stack_trace == nullptr) in Store() 50 *stack_trace = h.ToUptr(); in Store() 51 internal_memcpy(stack_trace + 1, trace.trace, h.size * sizeof(uptr)); in Store() 62 const uptr *stack_trace = blocks_[block_idx].GetOrUnpack(this); in Load() 63 if (!stack_trace) in Load() 65 stack_trace += GetInBlockIdx(idx); in Load() 66 StackTraceHeader h(*stack_trace); 67 return StackTrace(stack_trace + 1, h.size, h.tag); in Allocated() 59 const uptr *stack_trace = blocks_[block_idx].GetOrUnpack(this); Load() local
|
| /freebsd/sys/contrib/openzfs/scripts/ |
| H A D | zfs.sh | 189 STACK_TRACE=/sys/kernel/debug/tracing/stack_trace
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFrame.cpp | 1114 std::unique_ptr<llvm::PrettyStackTraceFormat> stack_trace; in EvaluateExpression() local 1118 stack_trace = std::make_unique<llvm::PrettyStackTraceFormat>( in EvaluateExpression()
|
| /freebsd/contrib/jemalloc/bin/ |
| H A D | jeprof.in | 2884 while( my ($stack_trace, $count) = each %$profile ) { 2885 my @address = split(/\n/, $stack_trace); 2940 while (my ($stack_trace, $count) = each %$profile) { 2941 my @address = split(/\n/, $stack_trace);
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 1855 llvm::PrettyStackTraceFormat stack_trace("HandleCommand(command = \"%s\")", in HandleCommand() local
|