Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tracing: fix document references

When moving documents to Documentation/trace/, I forgot to
grep Kconfig to find out those references.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Pekka Paalanen <pq@iki.fi>
Cc: eduard.munteanu@linux360.ro
LKML-Reference: <49DE97EF.7080208@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

authored by

Li Zefan and committed by
Ingo Molnar
4d1f4372 93cfb3c9

+2 -2
+2 -2
kernel/trace/Kconfig
··· 312 312 and profile kernel code. 313 313 314 314 This requires an userspace application to use. See 315 - Documentation/vm/kmemtrace.txt for more information. 315 + Documentation/trace/kmemtrace.txt for more information. 316 316 317 317 Saying Y will make the kernel somewhat larger and slower. However, 318 318 if you disable kmemtrace at run-time or boot-time, the performance ··· 403 403 implementation and works via page faults. Tracing is disabled by 404 404 default and can be enabled at run-time. 405 405 406 - See Documentation/tracers/mmiotrace.txt. 406 + See Documentation/trace/mmiotrace.txt. 407 407 If you are not helping to develop drivers, say N. 408 408 409 409 config MMIOTRACE_TEST