????

Your IP : 216.73.216.174


Current Path : /usr/share/systemtap/runtime/linux/
Upload File :
Current File : //usr/share/systemtap/runtime/linux/autoconf-kallsyms-on-each-symbol.c

#include <linux/kallsyms.h>

#ifdef CONFIG_PPC64
#error kallsyms_on_each_symbol optimization not supported on ppc64.
#endif

void foo (void) {
   (void) kallsyms_on_each_symbol(NULL, NULL);
}