Home
last modified time | relevance | path

Searched defs:callstack (Results 1 – 17 of 17) 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/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/rust/android-crates-io/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/perfetto/src/trace_processor/importers/proto/
Dprofile_packet_sequence_state.cc127 const SourceCallstack& callstack) { in AddCallstack()
Dprofile_packet_sequence_state_unittest.cc338 const ProfilePacketSequenceState::SourceCallstack& callstack = in TEST() local
Dproto_trace_parser_impl_unittest.cc2766 auto* callstack = interned_data->add_callstacks(); in TEST_F() local
2871 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/pytorch/torch/csrc/jit/runtime/
Dinterpreter.cpp1061 std::vector<StackEntry> callstack() const { in callstack() function
/external/perfetto/src/trace_processor/
Dexport_json.cc1364 std::vector<std::string> callstack; in ExportCpuProfileSamples() local
/external/pytorch/torch/csrc/jit/ir/
Dir.h444 std::optional<InlinedCallStackPtr> callstack() const { in callstack() function
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c48 struct cil_tree_node *callstack; member