Re: [PATCH 7/11] 2.6.17-rc5 perfmon2 patch for review: modified i386 files
- From: Roman Zippel <zippel@xxxxxxxxxxxxxx>
- Date: Wed, 31 May 2006 16:21:49 +0200 (CEST)
Hi,
On Wed, 31 May 2006, Stephane Eranian wrote:
diff -ur linux-2.6.17-rc5.orig/arch/i386/Kconfig linux-2.6.17-rc5/arch/i386/Kconfig
--- linux-2.6.17-rc5.orig/arch/i386/Kconfig 2006-05-30 05:31:59.000000000 -0700
+++ linux-2.6.17-rc5/arch/i386/Kconfig 2006-05-30 02:48:12.000000000 -0700
@@ -763,6 +763,21 @@
/sys/devices/system/cpu.
+menu "Hardware Performance Monitoring support"
+
+config PERFMON
+ bool "Perfmon2 performance monitoring interface"
+ select X86_LOCAL_APIC
+ default y
Drop the defaults and I'm pretty sure you don't want to use select.
+ help
+ include the perfmon2 performance monitoring interface
+ in the kernel. See <http://www.hpl.hp.com/research/linux/perfmon> for
+ more details. If you're unsure, say Y.
+
+source "arch/i386/perfmon/Kconfig"
+endmenu
The whole menu can be moved there.
bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH 7/11] 2.6.17-rc5 perfmon2 patch for review: modified i386 files
- From: Stephane Eranian
- [PATCH 7/11] 2.6.17-rc5 perfmon2 patch for review: modified i386 files
- Prev by Date: Re: 2.6.17-rc5-mm1 - output of lock validator
- Next by Date: Re: [rfc][patch] remove racy sync_page?
- Previous by thread: [PATCH 7/11] 2.6.17-rc5 perfmon2 patch for review: modified i386 files
- Next by thread: [PATCH 4/11] 2.6.17-rc5 perfmon2 patch for review: new generic files part 1
- Index(es):