Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/debug/
H A Dstack_trace_unittest.cc283 size_t count = TraceStackFramePointers(frames, max_depth, 0); in ExpectStackFramePointers()
299 #define MAYBE_TraceStackFramePointers TraceStackFramePointers
H A Dstack_trace.h120 BASE_EXPORT size_t TraceStackFramePointers(const void** out_trace,
H A Dstack_trace.cc225 size_t TraceStackFramePointers(const void** out_trace, in TraceStackFramePointers() function
/aosp_15_r20/external/cronet/base/debug/
H A Dstack_trace_unittest.cc386 count = TraceStackFramePointers(frames, max_depth, 0); in ExpectStackFramePointers()
404 #define MAYBE_TraceStackFramePointers TraceStackFramePointers
H A Dstack_trace.h217 TraceStackFramePointers(const void** out_trace,
H A Dallocation_trace.h149 base::debug::TraceStackFramePointers(&stack_trace_[0], stack_trace_.size(), in StoreStackTrace()
H A Dstack_trace.cc408 NOINLINE size_t TraceStackFramePointers(const void** out_trace, in TraceStackFramePointers() function
H A Dallocation_trace_unittest.cc334 const auto num_frames = base::debug::TraceStackFramePointers( in GetReferenceTrace()
H A Dstack_trace_posix.cc1034 return base::debug::TraceStackFramePointers(trace, count, 0); in CollectStackTrace()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/
H A Dstack_trace_linux.cc20 return base::debug::TraceStackFramePointers(trace, count, 0); in CollectStackTrace()
H A Dstack_trace.h65 size_t TraceStackFramePointers(const void** out_trace,
H A Dstack_trace.cc190 PA_NOINLINE size_t TraceStackFramePointers(const void** out_trace, in TraceStackFramePointers() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/debug/
Dstack_trace.h123 BASE_EXPORT size_t TraceStackFramePointers(const void** out_trace,
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/debug/
Dstack_trace.h123 BASE_EXPORT size_t TraceStackFramePointers(const void** out_trace,
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dheap_profiler_allocation_context_tracker.cc233 size_t frame_count = debug::TraceStackFramePointers( in GetContextSnapshot()
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/
H A Dsampling_heap_profiler.cc215 frame_count = base::debug::TraceStackFramePointers( in CaptureStackTrace()
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/
H A Dsampling_heap_profiler.cc336 size_t frame_count = base::debug::TraceStackFramePointers( in RecordStackTrace()