Searched refs:DumpKernelStack (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | native_stack_dump.h | 43 void DumpKernelStack(std::ostream& os,
|
D | native_stack_dump.cc | 387 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,
|
D | thread_list.cc | 165 DumpKernelStack(os, tid, " kernel: ", false); in DumpUnattachedThread()
|
D | runtime.cc | 467 DumpKernelStack(os, GetTid(), " kernel: ", false); in Dump()
|
D | thread.cc | 1988 DumpKernelStack(os, GetTid(), " kernel: ", false); in DumpStack()
|