Home
last modified time | relevance | path

Searched defs: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
/external/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
Dcrashlog-stacktraces.c17 void* callstack[128]; in death_function() local
/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/perfetto/src/profiling/memory/
Dbookkeeping.cc33 const std::vector<unwindstack::FrameData>& callstack, in RecordMalloc()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Ddynamic_filters.cc28 #define CALL_STACK_TO_CALL(callstack) \ argument
Dsubchannel.cc74 #define CALL_STACK_TO_SUBCHANNEL_CALL(callstack) \ argument
/external/deqp-deps/amber/src/
Ddebug.cc99 void ExpectCallstack(const std::vector<StackFrame>& callstack) override { in ExpectCallstack()
/external/deqp-deps/amber/src/amberscript/
Dparser_debug_test.cc46 const std::vector<debug::StackFrame>& callstack) override { in ExpectCallstack()
/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker_unittest.cc335 const SequenceStackProfileTracker::SourceCallstack& callstack = in TEST() local
Dproto_trace_parser_unittest.cc2831 auto callstack = interned_data->add_callstacks(); in TEST_F() local
2936 auto callstack = interned_data->add_callstacks(); in TEST_F() local
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/
DActivityStreamSPI.h132 uint64_t callstack[OS_ACTIVITY_MAX_CALLSTACK]; member
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.int.h205 const uint32_t **callstack; member
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc152 #define CALLSTACK_TO_SUBCHANNEL_CALL(callstack) \ argument
/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan_debugger.cc647 const std::vector<debug::StackFrame>& callstack) override { in ExpectCallstack()
/external/perfetto/src/trace_processor/
Dexport_json.cc1392 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