Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/os/
Dnative_stack.h34 const auto DumpKernelStack = ark::os::unix::native_stack::DumpKernelStack; // NOLINT(readability-i… variable
Dnative_stack.cpp31 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/
Dnative_stack.cpp55 void DumpKernelStack(std::ostream &os, pid_t tid, const char *tag, bool count) in DumpKernelStack() function