Home
last modified time | relevance | path

Searched refs:DumpKernelStack (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dutils.h440 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix = "", bool include_count = tru…
Dutils.cc1119 void DumpKernelStack(std::ostream&, pid_t, const char*, bool) {} in DumpKernelStack() function
1123 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix, bool include_count) { in DumpKernelStack() function
Dthread_list.cc108 DumpKernelStack(os, tid, " kernel: ", false); in DumpUnattachedThread()
Druntime.cc224 DumpKernelStack(os, GetTid(), " kernel: ", false); in Dump()
Dthread.cc1001 DumpKernelStack(os, GetTid(), " kernel: ", false); in DumpStack()