Searched refs:DumpKernelStack (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | native_stack.h | 34 const auto DumpKernelStack = panda::os::unix::native_stack::DumpKernelStack; // NOLINT(readability… variable 53 void DumpKernelStack(std::ostream &os, pid_t tid, const char *tag, bool count);
|
| D | native_stack.cpp | 31 void DumpKernelStack([[maybe_unused]] std::ostream &os, [[maybe_unused]] pid_t tid, [[maybe_unused]… in DumpKernelStack() function
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | native_stack.h | 24 PANDA_PUBLIC_API void DumpKernelStack(std::ostream &os, pid_t tid, const char *tag, bool count);
|
| D | native_stack.cpp | 55 void DumpKernelStack(std::ostream &os, pid_t tid, const char *tag, bool count) in DumpKernelStack() function 136 DumpKernelStack(os, *tid, " kernel: ", false); in Dump()
|