@@ -79,7 +79,7 @@ config FTRACE_NMI_ENTER
79
79
80
80
config EVENT_TRACING
81
81
select CONTEXT_SWITCH_TRACER
82
- select GLOB
82
+ select GLOB
83
83
bool
84
84
85
85
config CONTEXT_SWITCH_TRACER
@@ -311,7 +311,7 @@ config TRACER_SNAPSHOT
311
311
cat snapshot
312
312
313
313
config TRACER_SNAPSHOT_PER_CPU_SWAP
314
- bool "Allow snapshot to swap per CPU"
314
+ bool "Allow snapshot to swap per CPU"
315
315
depends on TRACER_SNAPSHOT
316
316
select RING_BUFFER_ALLOW_SWAP
317
317
help
@@ -683,7 +683,7 @@ config MMIOTRACE_TEST
683
683
Say N, unless you absolutely know what you are doing.
684
684
685
685
config TRACEPOINT_BENCHMARK
686
- bool "Add tracepoint that benchmarks tracepoints"
686
+ bool "Add tracepoint that benchmarks tracepoints"
687
687
help
688
688
This option creates the tracepoint "benchmark:benchmark_event".
689
689
When the tracepoint is enabled, it kicks off a kernel thread that
@@ -732,7 +732,7 @@ config RING_BUFFER_STARTUP_TEST
732
732
bool "Ring buffer startup self test"
733
733
depends on RING_BUFFER
734
734
help
735
- Run a simple self test on the ring buffer on boot up. Late in the
735
+ Run a simple self test on the ring buffer on boot up. Late in the
736
736
kernel boot sequence, the test will start that kicks off
737
737
a thread per cpu. Each thread will write various size events
738
738
into the ring buffer. Another thread is created to send IPIs
0 commit comments