forked from luck/tmp_suning_uos_patched
tracing: Move mmio tracer config up with the other tracers
Move the config that enables the mmiotracer with the other tracers such that all the tracers are together. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
This commit is contained in:
parent
a48fc4f5f1
commit
21b3ce3063
|
@ -353,6 +353,19 @@ config HWLAT_TRACER
|
||||||
file. Every time a latency is greater than tracing_thresh, it will
|
file. Every time a latency is greater than tracing_thresh, it will
|
||||||
be recorded into the ring buffer.
|
be recorded into the ring buffer.
|
||||||
|
|
||||||
|
config MMIOTRACE
|
||||||
|
bool "Memory mapped IO tracing"
|
||||||
|
depends on HAVE_MMIOTRACE_SUPPORT && PCI
|
||||||
|
select GENERIC_TRACER
|
||||||
|
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/trace/mmiotrace.rst.
|
||||||
|
If you are not helping to develop drivers, say N.
|
||||||
|
|
||||||
config ENABLE_DEFAULT_TRACERS
|
config ENABLE_DEFAULT_TRACERS
|
||||||
bool "Trace process context switches and events"
|
bool "Trace process context switches and events"
|
||||||
depends on !GENERIC_TRACER
|
depends on !GENERIC_TRACER
|
||||||
|
@ -627,19 +640,6 @@ config EVENT_TRACE_TEST_SYSCALLS
|
||||||
TBD - enable a way to actually call the syscalls as we test their
|
TBD - enable a way to actually call the syscalls as we test their
|
||||||
events
|
events
|
||||||
|
|
||||||
config MMIOTRACE
|
|
||||||
bool "Memory mapped IO tracing"
|
|
||||||
depends on HAVE_MMIOTRACE_SUPPORT && PCI
|
|
||||||
select GENERIC_TRACER
|
|
||||||
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/trace/mmiotrace.rst.
|
|
||||||
If you are not helping to develop drivers, say N.
|
|
||||||
|
|
||||||
config TRACING_MAP
|
config TRACING_MAP
|
||||||
bool
|
bool
|
||||||
depends on ARCH_HAVE_NMI_SAFE_CMPXCHG
|
depends on ARCH_HAVE_NMI_SAFE_CMPXCHG
|
||||||
|
|
Loading…
Reference in New Issue
Block a user