Home
last modified time | relevance | path

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

/art/runtime/
Dnative_stack_dump.h43 void DumpKernelStack(std::ostream& os,
Dnative_stack_dump.cc413 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix, bool include_count) { in DumpKernelStack() function
462 void DumpKernelStack(std::ostream& os ATTRIBUTE_UNUSED,
Dthread_list.cc165 DumpKernelStack(os, tid, " kernel: ", false); in DumpUnattachedThread()