MINI MINI MANI MO

Path : /proc/thread-self/root/usr/share/systemtap/runtime/linux/
File Upload :
Current File : //proc/thread-self/root/usr/share/systemtap/runtime/linux/autoconf-walk-stack.c

/* Some kernels have an extra stacktrace_ops field walk_stack. */
#include <linux/sched.h>
#include <asm/stacktrace.h>

void foo (void)
{
  struct stacktrace_ops t;
  t.walk_stack = print_context_stack;
  (void) t;
}

OHA YOOOO