Home
last modified time | relevance | path

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

/art/runtime/
Dutils.h228 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix = "", bool include_count = tru…
Dutils.cc1172 void DumpKernelStack(std::ostream&, pid_t, const char*, bool) {} in DumpKernelStack() function
1176 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix, bool include_count) { in DumpKernelStack() function
Dthread_list.cc122 DumpKernelStack(os, tid, " kernel: ", false); in DumpUnattachedThread()
Druntime.cc307 DumpKernelStack(os, GetTid(), " kernel: ", false); in Dump()
Dthread.cc1205 DumpKernelStack(os, GetTid(), " kernel: ", false); in DumpStack()