Home
last modified time | relevance | path

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

/art/runtime/
Dnative_stack_dump.h43 void DumpKernelStack(std::ostream& os,
Dnative_stack_dump.cc387 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix, bool include_count) { in DumpKernelStack() function
436 void DumpKernelStack(std::ostream& os ATTRIBUTE_UNUSED,
Dthread_list.cc165 DumpKernelStack(os, tid, " kernel: ", false); in DumpUnattachedThread()
Druntime.cc467 DumpKernelStack(os, GetTid(), " kernel: ", false); in Dump()
Dthread.cc1988 DumpKernelStack(os, GetTid(), " kernel: ", false); in DumpStack()