HomeSort by relevance Sort by last modified time
    Searched refs:callstack (Results 1 - 14 of 14) sorted by null

  /external/compiler-rt/test/asan/TestCases/Darwin/
crashlog-stacktraces.c 17 void* callstack[128]; local
18 int i, frames = backtrace(callstack, 128);
19 char** strs = backtrace_symbols(callstack, frames);
  /external/grpc-grpc/tools/http2_interop/
testsuite.go 11 // When a test is skipped or fails, runtime.Goexit() is called which destroys the callstack.
14 // If the goroutine panics, Fatal()s, or Skip()s, the function name is at the 3rd callstack
  /external/perfetto/src/profiling/memory/
bookkeeping.cc 47 void HeapTracker::RecordMalloc(const std::vector<FrameData>& callstack,
72 GlobalCallstackTrie::Node* node = callsites_->CreateCallsite(callstack);
78 GlobalCallstackTrie::Node* node = callsites_->CreateCallsite(callstack);
136 // There are two reasons we remove the unused callstack allocations on the
205 const std::vector<FrameData>& callstack) {
207 for (const FrameData& loc : callstack) {
heapprofd_producer.cc 568 ProfilePacket::Callstack* callstack = local
570 callstack->set_id(node->id());
572 callstack->add_frame_ids(frame.id());
  /external/perfetto/tools/trace_to_text/
trace_to_profile.cc 104 for (const ProfilePacket::Callstack& callstack : packet.callstacks()) {
106 static_cast<size_t>(callstack.frame_ids().size()));
107 std::reverse_copy(callstack.frame_ids().cbegin(),
108 callstack.frame_ids().cend(), frame_ids.begin());
109 callstack_lookup.emplace(callstack.id(), std::move(frame_ids));
252 PERFETTO_ELOG("Callstack referring to invalid callstack id %" PRIu64,
  /external/perfetto/src/trace_processor/
heap_profile_tracker_unittest.cc 172 // Insert the same callstack from two different packets, assert it is only
174 TEST_F(HeapProfileTrackerDupTest, Callstack) {
296 const HeapProfileTracker::SourceCallstack& callstack = callstacks[i]; local
297 for (size_t depth = 0; depth < callstack.size(); ++depth) {
299 hpt->GetDatabaseFrameIdForTesting(kPacket, callstack[depth]);
  /external/honggfuzz/mac/
arch.c 97 * Global to store the CrashWrangler generated callstack from
175 util_ssnprintf(run->report, sizeof(run->report), "STACK: \n Callstack not available.\n");
537 /* Hash the callstack in an unique way */
557 * The callstack begins with the following word
559 char* callstack = strstr(description, "Crashed:"); local
561 if (callstack == NULL) {
562 LOG_F("Could not find callstack in crash report %s", description);
568 char* callstack_start = strstr(callstack, "\n");
571 LOG_F("Could not find callstack start in crash report %s", description);
580 * Determine the end of the callstack
    [all...]
  /external/bcc/tools/old/
memleak.py 26 addr = info.callstack[i]
126 u64 callstack[MAX_STACK_SIZE];
215 "\tif (!(info->callstack[depth++] = get_frame(&bp))) return depth;\n")
  /external/grpc-grpc/src/core/ext/filters/client_channel/
subchannel.cc 152 #define CALLSTACK_TO_SUBCHANNEL_CALL(callstack) \
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c 48 struct cil_tree_node *callstack; member in struct:cil_args_resolve
59 args->callstack = calls;
235 args->callstack = test_db->ast->root->cl_head->next->next->next;
270 args->callstack = test_db->ast->root->cl_head->next->next->next;
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c     [all...]
upb.h 7564 const uint32_t **callstack; member in struct:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upb_pbdecoder
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c     [all...]
upb.h 7864 const uint32_t **callstack; member in struct:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upb_pbdecoder
    [all...]

Completed in 570 milliseconds