]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/trace/Kconfig
Merge branch 'linus' into tracing/core
[net-next-2.6.git] / kernel / trace / Kconfig
index 8a4136096d7d957f5d04feb3bbe615446b9aef2a..23b96ebbf8930b36cd288db6eebb328c365dbd42 100644 (file)
@@ -99,11 +99,10 @@ config FUNCTION_GRAPH_TRACER
        help
          Enable the kernel to trace a function at both its return
          and its entry.
-         It's first purpose is to trace the duration of functions and
-         draw a call graph for each thread with some informations like
-         the return value.
-         This is done by setting the current return address on the current
-         task structure into a stack of calls.
+         Its first purpose is to trace the duration of functions and
+         draw a call graph for each thread with some information like
+         the return value. This is done by setting the current return 
+         address on the current task structure into a stack of calls.
 
 
 config IRQSOFF_TRACER