vmscan: count the number of times zone_reclaim() scans and fails
[sfrench/cifs-2.6.git] / arch / um / Kconfig.debug
index 1f6462ffd3e8eebce195201308c6806b97375d48..8fce5e536b0fa7a268fb59657c7ddc3f99e5d568 100644 (file)
@@ -4,12 +4,12 @@ source "lib/Kconfig.debug"
 
 config GPROF
        bool "Enable gprof support"
-       depends on DEBUG_INFO
+       depends on DEBUG_INFO && FRAME_POINTER
        help
          This allows profiling of a User-Mode Linux kernel with the gprof
          utility.
 
-         See <http://user-mode-linux.sourceforge.net/gprof.html> for more
+         See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more
          details.
 
          If you're involved in UML kernel development and want to use gprof,
@@ -22,7 +22,7 @@ config GCOV
          This option allows developers to retrieve coverage data from a UML
          session.
 
-         See <http://user-mode-linux.sourceforge.net/gprof.html> for more
+         See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more
          details.
 
          If you're involved in UML kernel development and want to use gcov,