- more 2.6.17 port work (still does not build)
[linux-flexiantxendom0-3.2.10.git] / lib / Kconfig.statistic
1 config STATISTICS
2         bool "Statistics infrastructure"
3         depends on DEBUG_FS
4         select SGRB
5         help
6           The statistics infrastructure provides a debug-fs based user interface
7           for statistics of kernel components, that is, usually device drivers.
8           Statistics are available for components that have been instrumented to
9           feed data into the statistics infrastructure.
10           This feature is useful for performance measurements or performance
11           debugging.
12           If in doubt, say "N".