Home
last modified time | relevance | path

Searched defs:callstack (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Darwin/
Dcrashlog-stacktraces.c17 void* callstack[128]; in death_function() local
/external/perfetto/src/profiling/memory/
Dbookkeeping.cc47 void HeapTracker::RecordMalloc(const std::vector<FrameData>& callstack, in RecordMalloc()
205 const std::vector<FrameData>& callstack) { in CreateCallsite()
Dheapprofd_producer.cc568 ProfilePacket::Callstack* callstack = in Dump() local
/external/perfetto/tools/trace_to_text/
Dtrace_to_profile.cc104 for (const ProfilePacket::Callstack& callstack : packet.callstacks()) { in DumpProfilePacket() local
/external/perfetto/src/trace_processor/
Dheap_profile_tracker_unittest.cc296 const HeapProfileTracker::SourceCallstack& callstack = callstacks[i]; in TEST() local
/external/honggfuzz/mac/
Darch.c559 char* callstack = strstr(description, "Crashed:"); in hash_callstack() local
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc152 #define CALLSTACK_TO_SUBCHANNEL_CALL(callstack) \ argument
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c48 struct cil_tree_node *callstack; member