Commit c5c1ea75 authored by Jesper Dangaard Brouer's avatar Jesper Dangaard Brouer Committed by Jiri Kosina

tracing: Kconfig text fixes for CONFIG_HWLAT_TRACER

Trivial spelling fixes for Kconfig help text of config HWLAT_TRACER.

Fixes: e7c15cd8 ("tracing: Added hardware latency tracer")
Signed-off-by: default avatarJesper Dangaard Brouer <brouer@redhat.com>
Acked-by: default avatarSteven Rostedt <rostedt@goodmis.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 9b35a682
...@@ -224,7 +224,7 @@ config HWLAT_TRACER ...@@ -224,7 +224,7 @@ config HWLAT_TRACER
select GENERIC_TRACER select GENERIC_TRACER
help help
This tracer, when enabled will create one or more kernel threads, This tracer, when enabled will create one or more kernel threads,
depening on what the cpumask file is set to, which each thread depending on what the cpumask file is set to, which each thread
spinning in a loop looking for interruptions caused by spinning in a loop looking for interruptions caused by
something other than the kernel. For example, if a something other than the kernel. For example, if a
System Management Interrupt (SMI) takes a noticeable amount of System Management Interrupt (SMI) takes a noticeable amount of
...@@ -239,7 +239,7 @@ config HWLAT_TRACER ...@@ -239,7 +239,7 @@ config HWLAT_TRACER
iteration iteration
A kernel thread is created that will spin with interrupts disabled A kernel thread is created that will spin with interrupts disabled
for "width" microseconds in every "widow" cycle. It will not spin for "width" microseconds in every "window" cycle. It will not spin
for "window - width" microseconds, where the system can for "window - width" microseconds, where the system can
continue to operate. continue to operate.
......
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