kernel: foo
authorStijn Tintel <stijn@linux-ipv6.be>
Mon, 28 Mar 2022 14:55:41 +0000 (17:55 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Wed, 8 Feb 2023 15:18:04 +0000 (17:18 +0200)
config/Config-kernel.in

index 500f72672d1f27a8fb49f5384c9d6390cd368477..9021fb25d5bbb625103bd73471b98f0b1432589d 100644 (file)
@@ -320,6 +320,11 @@ config KERNEL_IRQSOFF_TRACER
          enabled. This option and the preempt-off timing option can be
          used together or separately.)
 
+config KERNEL_OSNOISE_TRACER
+       bool "OS Noise tracer"
+       depends on KERNEL_FTRACE
+       default n
+
 config KERNEL_PREEMPT_TRACER
        bool "Preemption-off Latency Tracer"
        depends on KERNEL_FTRACE
@@ -337,6 +342,10 @@ config KERNEL_PREEMPT_TRACER
          enabled. This option and the irqs-off timing option can be
          used together or separately.)
 
+config KERNEL_TIMERLAT_TRACER
+       bool "Timerlat tracer"
+       default n
+
 config KERNEL_HIST_TRIGGERS
        bool "Histogram triggers"
        depends on KERNEL_FTRACE
@@ -350,6 +359,10 @@ config KERNEL_HIST_TRIGGERS
          Inter-event tracing of quantities such as latencies is also
          supported using hist triggers under this option.
 
+config KERNEL_RING_BUFFER_VALIDATE_TIME_DELTAS
+       bool
+       default n
+
 config KERNEL_DEBUG_KERNEL
        bool