Searched refs:AddStack (Results 1 – 12 of 12) sorted by relevance
/external/ruy/ruy/profiler/ |
D | treeview.cc | 46 void AddStack(const detail::Stack& stack, TreeView::Node* node, int level) { in AddStack() function 63 AddStack(stack, child_to_add_to, level + 1); in AddStack() 101 AddStack(stack, thread_roots_[id].get(), 0); in Populate()
|
/external/gemmlowp/profiling/ |
D | profiler.h | 210 void AddStack(const ProfilingStack& stack) { in AddStack() function 243 AddStack(stack); in ProfileTreeView()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 60 rep.AddStack(trace, true); in ReportMutexMisuse() 118 rep.AddStack(trace); in MutexDestroy() 121 rep.AddStack(trace, true); in MutexDestroy() 487 rep.AddStack(StackDepotGet(stk), true); in ReportDeadlock() 491 rep.AddStack(StackTrace(&dummy_pc, 1), true); in ReportDeadlock()
|
D | tsan_mman.cc | 145 rep.AddStack(stack, true); in SignalUnsafeCall()
|
D | tsan_rtl.h | 563 void AddStack(StackTrace stack, bool suppressable = false);
|
D | tsan_rtl_report.cc | 157 void ScopedReport::AddStack(StackTrace stack, bool suppressable) { in AddStack() function in __tsan::ScopedReport
|
D | tsan_interceptors.cc | 1821 rep.AddStack(stack, true); in CallUserSignalHandler()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cpp | 59 rep.AddStack(trace, true); in ReportMutexMisuse() 116 rep.AddStack(trace, true); in MutexDestroy() 119 rep.AddStack(trace, true); in MutexDestroy() 551 rep.AddStack(StackDepotGet(stk), true); in ReportDeadlock() 555 rep.AddStack(StackTrace(&dummy_pc, 1), true); in ReportDeadlock()
|
D | tsan_mman.cpp | 156 rep.AddStack(stack, true); in SignalUnsafeCall()
|
D | tsan_rtl_report.cpp | 160 void ScopedReportBase::AddStack(StackTrace stack, bool suppressable) { in AddStack() function in __tsan::ScopedReportBase
|
D | tsan_rtl.h | 590 void AddStack(StackTrace stack, bool suppressable = false);
|
D | tsan_interceptors_posix.cpp | 1983 rep.AddStack(stack, true); in CallUserSignalHandler()
|