ftrace: latency tracer infrastructure
[linux-2.6-block.git] / kernel / trace / Kconfig
1 #
2 # Architectures that offer an FTRACE implementation should select HAVE_FTRACE:
3 #
4 config HAVE_FTRACE
5         bool
6
7 config TRACING
8         bool
9         select DEBUG_FS
10