linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] [PATCH] UML: Gprof needs frame pointers.
@ 2007-10-18 20:50 Magotari
  2007-10-19 14:17 ` Jeff Dike
  0 siblings, 1 reply; 2+ messages in thread
From: Magotari @ 2007-10-18 20:50 UTC (permalink / raw)
  To: jdike; +Cc: user-mode-linux-devel

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

Karol Swietlicki

Signed-off-by: Karol Swietlicki <magotari@gmail.com>

---

--- linux-2.6.23-mm1/arch/um/Kconfig.debug	2007-10-18 22:24:13.000000000 +0200
+++ linux-2.6.23-mm1.local/arch/um/Kconfig.debug	2007-10-18
22:04:04.000000000 +0200
@@ -4,7 +4,7 @@

 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.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-19 14:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-18 20:50 [uml-devel] [PATCH] UML: Gprof needs frame pointers Magotari
2007-10-19 14:17 ` Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox