Home
last modified time | relevance | path

Searched refs:callstack (Results 1 – 17 of 17) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Darwin/
Dcrashlog-stacktraces.c17 void* callstack[128]; in death_function() local
18 int i, frames = backtrace(callstack, 128); in death_function()
19 char** strs = backtrace_symbols(callstack, frames); in death_function()
/external/perfetto/tools/trace_to_text/
Dtrace_to_profile.cc104 for (const ProfilePacket::Callstack& callstack : packet.callstacks()) { in DumpProfilePacket() local
106 static_cast<size_t>(callstack.frame_ids().size())); in DumpProfilePacket()
107 std::reverse_copy(callstack.frame_ids().cbegin(), in DumpProfilePacket()
108 callstack.frame_ids().cend(), frame_ids.begin()); in DumpProfilePacket()
109 callstack_lookup.emplace(callstack.id(), std::move(frame_ids)); in DumpProfilePacket()
/external/perfetto/src/profiling/memory/
Dbookkeeping.cc47 void HeapTracker::RecordMalloc(const std::vector<FrameData>& callstack, in RecordMalloc() argument
72 GlobalCallstackTrie::Node* node = callsites_->CreateCallsite(callstack); in RecordMalloc()
78 GlobalCallstackTrie::Node* node = callsites_->CreateCallsite(callstack); in RecordMalloc()
205 const std::vector<FrameData>& callstack) { in CreateCallsite() argument
207 for (const FrameData& loc : callstack) { in CreateCallsite()
Dheapprofd_producer.cc568 ProfilePacket::Callstack* callstack = in Dump() local
570 callstack->set_id(node->id()); in Dump()
572 callstack->add_frame_ids(frame.id()); in Dump()
/external/perfetto/src/trace_processor/
Dheap_profile_tracker_unittest.cc296 const HeapProfileTracker::SourceCallstack& callstack = callstacks[i]; in TEST() local
297 for (size_t depth = 0; depth < callstack.size(); ++depth) { in TEST()
299 hpt->GetDatabaseFrameIdForTesting(kPacket, callstack[depth]); in TEST()
/external/perfetto/docs/
Dheapprofd.md41 * space: how many bytes were allocated but not freed at this callstack the
44 moment of the dump) at this callstack
46 callstack.
48 done at this callstack.
/external/honggfuzz/mac/
Darch.c559 char* callstack = strstr(description, "Crashed:"); in hash_callstack() local
561 if (callstack == NULL) { in hash_callstack()
568 char* callstack_start = strstr(callstack, "\n"); in hash_callstack()
/external/bcc/tools/old/
Dmemleak.py26 addr = info.callstack[i]
/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_packet.proto54 // Frames of this callstack. Bottom frame first.
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto8 // It specifies the Python callstack that creates an op.
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c48 struct cil_tree_node *callstack; member
59 args->callstack = calls; in gen_resolve_args()
235 args->callstack = test_db->ast->root->cl_head->next->next->next; in test_cil_resolve_classmapping_anon_inmacro()
270 args->callstack = test_db->ast->root->cl_head->next->next->next; in test_cil_resolve_classmapping_anon_inmacro_neg()
1730 args->callstack = test_db->ast->root->cl_head->next->next->next->next->next->next->next->next; in test_cil_resolve_context_macro()
1775 args->callstack = test_db->ast->root->cl_head->next->next->next->next->next->next->next->next; in test_cil_resolve_context_macro_neg()
2541 …args->callstack = test_db->ast->root->cl_head->next->next->next->next->next->next->next->next->nex… in test_cil_resolve_rangetransition_namedrange_anon()
2584 …args->callstack = test_db->ast->root->cl_head->next->next->next->next->next->next->next->next->nex… in test_cil_resolve_rangetransition_namedrange_anon_neg()
2753 args->callstack = test_db->ast->root->cl_head->next->next->next->next->next->next->next->next; in test_cil_resolve_rangetransition_call_level_l_anon()
2795 args->callstack = test_db->ast->root->cl_head->next->next->next->next->next->next->next->next; in test_cil_resolve_rangetransition_call_level_l_anon_neg()
[all …]
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc152 #define CALLSTACK_TO_SUBCHANNEL_CALL(callstack) \ argument
/external/protobuf/php/ext/google/protobuf/
Dupb.c8249 d->callstack[d->call_len++] = d->pc; in run_decoder_vm()
8254 d->pc = d->callstack[--d->call_len]; in run_decoder_vm()
8323 d->callstack[0] = &halt; in upb_pbdecoder_startbc()
8430 d->callstack = upb_env_malloc(e, callstacksize(d, default_max_nesting)); in upb_pbdecoder_create()
8432 if (!d->stack || !d->callstack) { in upb_pbdecoder_create()
8491 p = upb_env_realloc(d->env, d->callstack, old_size, new_size); in upb_pbdecoder_setmaxnesting()
8495 d->callstack = p; in upb_pbdecoder_setmaxnesting()
Dupb.h7564 const uint32_t **callstack;
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8960 d->callstack[d->call_len++] = d->pc; in run_decoder_vm()
8965 d->pc = d->callstack[--d->call_len]; in run_decoder_vm()
9034 d->callstack[0] = &halt; in upb_pbdecoder_startbc()
9141 d->callstack = upb_env_malloc(e, callstacksize(d, default_max_nesting)); in upb_pbdecoder_create()
9143 if (!d->stack || !d->callstack) { in upb_pbdecoder_create()
9203 p = upb_env_realloc(d->env, d->callstack, old_size, new_size); in upb_pbdecoder_setmaxnesting()
9207 d->callstack = p; in upb_pbdecoder_setmaxnesting()
Dupb.h7864 const uint32_t **callstack;
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto2612 // Frames of this callstack. Bottom frame first.