Add check for KALLSYMS_ALL in syscall extraction script
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Sep 2011 15:16:03 +0000 (11:16 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Sep 2011 15:16:03 +0000 (11:16 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/syscalls/lttng-syscalls-extractor/lttng-syscalls-extractor.c

index 2eb1cda23a9773b35d57952380287f41c7c4fa46..06c0da13cad280e4ddb1cf0e4d1200bd4bfaf0ab 100644 (file)
 #error "You need to set CONFIG_FTRACE_SYSCALLS=y"
 #endif
 
+#ifndef CONFIG_KALLSYMS_ALL
+#error "You need to set CONFIG_KALLSYMS_ALL=y"
+#endif
+
 static struct syscall_metadata **__start_syscalls_metadata;
 static struct syscall_metadata **__stop_syscalls_metadata;
 
This page took 0.027553 seconds and 4 git commands to generate.