tracing: make testing syscall events a separate configuration
[deliverable/linux.git] / kernel / trace / Kconfig
index 1ea0d1234f4a36cb2b0fcb6769ddef83def4d35e..aa002cef924c3c688a1e4c4e3a08ac6a94fa8aa5 100644 (file)
@@ -469,6 +469,18 @@ config FTRACE_STARTUP_TEST
          functioning properly. It will do tests on all the configured
          tracers of ftrace.
 
+config EVENT_TRACE_TEST_SYSCALLS
+       bool "Run selftest on syscall events"
+       depends on FTRACE_STARTUP_TEST
+       help
+        This option will also enable testing every syscall event.
+        It only enables the event and disables it and runs various loads
+        with the event enabled. This adds a bit more time for kernel boot
+        up since it runs this on every system call defined.
+
+        TBD - enable a way to actually call the syscalls as we test their
+              events
+
 config MMIOTRACE
        bool "Memory mapped IO tracing"
        depends on HAVE_MMIOTRACE_SUPPORT && PCI
This page took 0.023736 seconds and 5 git commands to generate.