diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-02-17 14:29:15 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-02-17 14:29:15 -0800 |
commit | f8effd1a4a1833eac90261d78abacfaefe3d99e4 (patch) | |
tree | 8ebecce9f6d5b0faf0efc3828b3b353561fd9341 /arch | |
parent | 35010334aa007480a833401b80922299cb1a15ef (diff) | |
parent | f9aa28adfc6a4b01268ebb6d88566cca8627905f (diff) | |
download | kernel-crypto-f8effd1a4a1833eac90261d78abacfaefe3d99e4.tar.gz kernel-crypto-f8effd1a4a1833eac90261d78abacfaefe3d99e4.tar.xz kernel-crypto-f8effd1a4a1833eac90261d78abacfaefe3d99e4.zip |
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
doc: mmiotrace.txt, buffer size control change
trace: mmiotrace to the tracer menu in Kconfig
mmiotrace: count events lost due to not recording
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Kconfig.debug | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 10d6cc3fd05..e1983fa025d 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug @@ -174,28 +174,8 @@ config IOMMU_LEAK Add a simple leak tracer to the IOMMU code. This is useful when you are debugging a buggy device driver that leaks IOMMU mappings. -config MMIOTRACE - bool "Memory mapped IO tracing" - depends on DEBUG_KERNEL && PCI - select TRACING - help - Mmiotrace traces Memory Mapped I/O access and is meant for - debugging and reverse engineering. It is called from the ioremap - implementation and works via page faults. Tracing is disabled by - default and can be enabled at run-time. - - See Documentation/tracers/mmiotrace.txt. - If you are not helping to develop drivers, say N. - -config MMIOTRACE_TEST - tristate "Test module for mmiotrace" - depends on MMIOTRACE && m - help - This is a dumb module for testing mmiotrace. It is very dangerous - as it will write garbage to IO memory starting at a given address. - However, it should be safe to use on e.g. unused portion of VRAM. - - Say N, unless you absolutely know what you are doing. +config HAVE_MMIOTRACE_SUPPORT + def_bool y # # IO delay types: |