Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - M index
The Linux kernel configuration item CONFIG_MMIOTRACE
has multiple definitions:
kernel/trace/Kconfig
The configuration item CONFIG_MMIOTRACE:
CONFIG_HAVE_MMIOTRACE_SUPPORT && CONFIG_PCI
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/trace/mmiotrace.rst. If you are not helping to develop drivers, say N.
arch/x86/Kconfig.debug
The configuration item CONFIG_MMIOTRACE:
CONFIG_DEBUG_KERNEL && CONFIG_PCI
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.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - M index
Automatically generated (in year 2024). See also LKDDb sources on GitLab