]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - Documentation/trace/ftrace.txt
tree-wide: Assorted spelling fixes
[mirror_ubuntu-artful-kernel.git] / Documentation / trace / ftrace.txt
index 8179692fbb903a3ccb92de0422e7c370137e9d9d..03485bfbd7975792f50d54dabf77533938f255c9 100644 (file)
@@ -1588,7 +1588,7 @@ module author does not need to worry about it.
 
 When tracing is enabled, kstop_machine is called to prevent
 races with the CPUS executing code being modified (which can
-cause the CPU to do undesireable things), and the nops are
+cause the CPU to do undesirable things), and the nops are
 patched back to calls. But this time, they do not call mcount
 (which is just a function stub). They now call into the ftrace
 infrastructure.
@@ -1625,7 +1625,7 @@ If I am only interested in sys_nanosleep and hrtimer_interrupt:
 
  # echo sys_nanosleep hrtimer_interrupt \
                > set_ftrace_filter
- # echo ftrace > current_tracer
+ # echo function > current_tracer
  # echo 1 > tracing_enabled
  # usleep 1
  # echo 0 > tracing_enabled