Commit fc809bc5 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Steven Rostedt (VMware)

tracing: Fix Kconfig indentation

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
	$ sed -e 's/^        /\t/' -i */Kconfig

Link: http://lkml.kernel.org/r/20191120133807.12741-1-krzk@kernel.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
parent a82a4804
...@@ -79,7 +79,7 @@ config FTRACE_NMI_ENTER ...@@ -79,7 +79,7 @@ config FTRACE_NMI_ENTER
config EVENT_TRACING config EVENT_TRACING
select CONTEXT_SWITCH_TRACER select CONTEXT_SWITCH_TRACER
select GLOB select GLOB
bool bool
config CONTEXT_SWITCH_TRACER config CONTEXT_SWITCH_TRACER
...@@ -311,7 +311,7 @@ config TRACER_SNAPSHOT ...@@ -311,7 +311,7 @@ config TRACER_SNAPSHOT
cat snapshot cat snapshot
config TRACER_SNAPSHOT_PER_CPU_SWAP config TRACER_SNAPSHOT_PER_CPU_SWAP
bool "Allow snapshot to swap per CPU" bool "Allow snapshot to swap per CPU"
depends on TRACER_SNAPSHOT depends on TRACER_SNAPSHOT
select RING_BUFFER_ALLOW_SWAP select RING_BUFFER_ALLOW_SWAP
help help
...@@ -683,7 +683,7 @@ config MMIOTRACE_TEST ...@@ -683,7 +683,7 @@ config MMIOTRACE_TEST
Say N, unless you absolutely know what you are doing. Say N, unless you absolutely know what you are doing.
config TRACEPOINT_BENCHMARK config TRACEPOINT_BENCHMARK
bool "Add tracepoint that benchmarks tracepoints" bool "Add tracepoint that benchmarks tracepoints"
help help
This option creates the tracepoint "benchmark:benchmark_event". This option creates the tracepoint "benchmark:benchmark_event".
When the tracepoint is enabled, it kicks off a kernel thread that When the tracepoint is enabled, it kicks off a kernel thread that
...@@ -732,7 +732,7 @@ config RING_BUFFER_STARTUP_TEST ...@@ -732,7 +732,7 @@ config RING_BUFFER_STARTUP_TEST
bool "Ring buffer startup self test" bool "Ring buffer startup self test"
depends on RING_BUFFER depends on RING_BUFFER
help help
Run a simple self test on the ring buffer on boot up. Late in the Run a simple self test on the ring buffer on boot up. Late in the
kernel boot sequence, the test will start that kicks off kernel boot sequence, the test will start that kicks off
a thread per cpu. Each thread will write various size events a thread per cpu. Each thread will write various size events
into the ring buffer. Another thread is created to send IPIs into the ring buffer. Another thread is created to send IPIs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment