Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/os/
Dnative_stack.h34 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);
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.h24 PANDA_PUBLIC_API void DumpKernelStack(std::ostream &os, pid_t tid, const char *tag, bool count);
Dnative_stack.cpp55 void DumpKernelStack(std::ostream &os, pid_t tid, const char *tag, bool count) in DumpKernelStack() function
136 DumpKernelStack(os, *tid, " kernel: ", false); in Dump()