To get the kernel compiled with instrumentation turned on, I had to apply the patch below. It looks to me like x86 and x86-64 were just left out when the Kconfig.instrumentation file was created, but maybe I am misunderstanding how the x86/x86-64 merge is supposed to work. Soren Signed-off-by: Soren Sandmann <sandmann@redhat.com> --- arch/i386/Kconfig | 2 ++ arch/x86_64/Kconfig | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index f6e44fc..b54a82d 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -1266,6 +1266,8 @@ source "crypto/Kconfig" source "lib/Kconfig" +source "kernel/Kconfig.instrumentation" + # # Use the generic interrupt handling code in kernel/irq/: # diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index aab25f3..a68865b 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig @@ -808,3 +808,5 @@ source "security/Kconfig" source "crypto/Kconfig" source "lib/Kconfig" + +source "kernel/Kconfig.instrumentation" -- 1.5.2.4 -
| Cyrill Gorcunov | memset as memzero |
| Chuck Ebbert | Why do so many machines need "noapic"? |
| Mikulas Patocka | LFENCE instruction (was: [rfc][patch 3/3] x86: optimise barriers) |
| Alexandre Oliva | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
git: | |
| Johannes Schindelin | Re: libxdiff and patience diff |
| Junio C Hamano | Re: git push (mis ?)behavior |
| Petr Baudis | [ANNOUNCE] Git homepage change |
| Junio C Hamano | Medium term dreams |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Richard Stallman | Real men don't attack straw men |
| Brian Hansen | Linus about C++ |
| Juan Miscaro | When will OpenBSD support UTF8? |
| Matt Mackall | [PATCH] Stop scaring users with "treason uncloaked!" |
| Badalian Vyacheslav | e1000: Question about polling |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Arjan van de Ven | Re: [GIT]: Networking |
