Searched refs:DumpKernelStack (Results 1 – 3 of 3) sorted by relevance
43 void DumpKernelStack(std::ostream& os,
413 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix, bool include_count) { in DumpKernelStack() function462 void DumpKernelStack(std::ostream& os ATTRIBUTE_UNUSED,
165 DumpKernelStack(os, tid, " kernel: ", false); in DumpUnattachedThread()