linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [2.6.24 patch] restore Cell OProfile support
@ 2007-12-28 18:56 Adrian Bunk
  2007-12-28 19:30 ` Mathieu Desnoyers
  2007-12-29 16:09 ` [2.6.24 patch] Fix " Mathieu Desnoyers
  0 siblings, 2 replies; 5+ messages in thread
From: Adrian Bunk @ 2007-12-28 18:56 UTC (permalink / raw)
  To: Mathieu Desnoyers, Randy Dunlap, phil.el, paulus
  Cc: linuxppc-dev, oprofile-list, linux-kernel

This patch restores the Cell OProfile support that was killed by
commit 09cadedbdc01f1a4bea1f427d4fb4642eaa19da9.

Signed-off-by: Adrian Bunk <adrian.bunk@movial.fi>

---

 kernel/Kconfig.instrumentation |    8 ++++++++
 1 file changed, 8 insertions(+)

6d1446d35d367fdbdd2a0a29e0d156646ff40630 
diff --git a/kernel/Kconfig.instrumentation b/kernel/Kconfig.instrumentation
index a76635d..9d143e6 100644
--- a/kernel/Kconfig.instrumentation
+++ b/kernel/Kconfig.instrumentation
@@ -53,2 +53,10 @@ config HARDWARE_PM
 
+config OPROFILE_CELL
+	bool "OProfile for Cell Broadband Engine"
+	depends on PPC && (SPU_FS = y && OPROFILE = m) || (SPU_FS = y && OPROFILE = y) 
+	default y
+	help
+	  Profiling of Cell BE SPUs requires special support enabled
+	  by this option.
+
 config KPROBES

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

end of thread, other threads:[~2008-01-02 17:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-28 18:56 [2.6.24 patch] restore Cell OProfile support Adrian Bunk
2007-12-28 19:30 ` Mathieu Desnoyers
2007-12-29 16:09 ` [2.6.24 patch] Fix " Mathieu Desnoyers
2007-12-31 16:10   ` Arnd Bergmann
2008-01-02 17:47     ` Mathieu Desnoyers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).