Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/common/
Dcallstack_trie.cc48 const std::vector<unwindstack::FrameData>& callstack, in CreateCallsite()
66 const std::vector<Interned<Frame>>& callstack) { in CreateCallsite()
Dinterning_output.cc159 protos::pbzero::Callstack* callstack = out->add_callstacks(); in WriteCallstack() local
/external/compiler-rt/test/asan/TestCases/Darwin/
Dcrashlog-stacktraces.c17 void* callstack[128]; in death_function() local
/external/openthread/src/posix/platform/
Dbacktrace.cpp62 android::CallStack callstack; in dumpStack() local
/external/perfetto/src/profiling/memory/
Dbookkeeping.cc34 const std::vector<unwindstack::FrameData>& callstack, in RecordMalloc()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Ddynamic_filters.cc44 #define CALL_STACK_TO_CALL(callstack) \ argument
Dsubchannel.cc80 #define CALL_STACK_TO_SUBCHANNEL_CALL(callstack) \ argument
/external/grpc-grpc/src/core/client_channel/
Ddynamic_filters.cc43 #define CALL_STACK_TO_CALL(callstack) \ argument
Dsubchannel.cc82 #define CALL_STACK_TO_SUBCHANNEL_CALL(callstack) \ argument
/external/perfetto/src/trace_processor/importers/proto/
Dprofile_packet_sequence_state.cc127 const SourceCallstack& callstack) { in AddCallstack()
Dprofile_packet_sequence_state_unittest.cc333 const ProfilePacketSequenceState::SourceCallstack& callstack = in TEST() local
Dproto_trace_parser_impl_unittest.cc2773 auto callstack = interned_data->add_callstacks(); in TEST_F() local
2878 auto callstack = interned_data->add_callstacks(); in TEST_F() local
/external/python/mako/mako/
Dcodegen.py644 self, node, buffered, filtered, cached, callstack=True argument
/external/perfetto/src/trace_processor/
Dexport_json.cc1396 std::vector<std::string> callstack; in ExportCpuProfileSamples() local
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c48 struct cil_tree_node *callstack; member