Commit 054211acad0cb911177507a039d8e7a25bff084d

Authored by Karol Swietlicki
Committed by Linus Torvalds
1 parent 02bff1f091

uml: GPROF needs to depend on FRAME_POINTER

This is a short Kconfig fix for a problem in User Mode Linux.  Frame pointers
are required for gprof support to work.

Signed-off-by: Karol Swietlicki <magotari@gmail.com>
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/um/Kconfig.debug
... ... @@ -4,7 +4,7 @@
4 4  
5 5 config GPROF
6 6 bool "Enable gprof support"
7   - depends on DEBUG_INFO
  7 + depends on DEBUG_INFO && FRAME_POINTER
8 8 help
9 9 This allows profiling of a User-Mode Linux kernel with the gprof
10 10 utility.