Searched refs:DumpKernelStack (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | utils.h | 440 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix = "", bool include_count = tru…
|
D | utils.cc | 1119 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
|
D | thread_list.cc | 108 DumpKernelStack(os, tid, " kernel: ", false); in DumpUnattachedThread()
|
D | runtime.cc | 224 DumpKernelStack(os, GetTid(), " kernel: ", false); in Dump()
|
D | thread.cc | 1001 DumpKernelStack(os, GetTid(), " kernel: ", false); in DumpStack()
|