From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH][GIT PULL] ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNT Date: Fri, 15 Oct 2010 06:13:07 +0200 Message-ID: <20101015041307.GA31764@elte.hu> References: <1287114319.23682.34.camel@gandalf.stny.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1287114319.23682.34.camel@gandalf.stny.rr.com> Sender: linux-kbuild-owner@vger.kernel.org To: Steven Rostedt Cc: LKML , Andrew Morton , Frederic Weisbecker , linux-arch@vger.kernel.org, Michal Marek , linux-kbuild , John Reiser List-Id: linux-arch.vger.kernel.org * Steven Rostedt wrote: > > Ingo, > > Please pull the latest tip/perf/recordmcount-2 tree, which can be found at: > > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git > tip/perf/recordmcount-2 > > > Steven Rostedt (1): > ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNT > > ---- > Makefile | 2 +- > arch/x86/Kconfig | 2 +- > kernel/trace/Kconfig | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) The full diffstat (due to the previous commits) was: Makefile | 6 + arch/x86/Kconfig | 1 + kernel/trace/Kconfig | 5 + scripts/Makefile | 1 + scripts/Makefile.build | 4 + scripts/recordmcount.c | 345 +++++++++++++++++++++++++++++++++++++++++++++ scripts/recordmcount.h | 366 ++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 728 insertions(+), 0 deletions(-) create mode 100644 scripts/recordmcount.c create mode 100644 scripts/recordmcount.h Pulled, thanks a lot Steve! Ingo From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx3.mail.elte.hu ([157.181.1.138]:37824 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751003Ab0JOENS (ORCPT ); Fri, 15 Oct 2010 00:13:18 -0400 Date: Fri, 15 Oct 2010 06:13:07 +0200 From: Ingo Molnar Subject: Re: [PATCH][GIT PULL] ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNT Message-ID: <20101015041307.GA31764@elte.hu> References: <1287114319.23682.34.camel@gandalf.stny.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1287114319.23682.34.camel@gandalf.stny.rr.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Steven Rostedt Cc: LKML , Andrew Morton , Frederic Weisbecker , linux-arch@vger.kernel.org, Michal Marek , linux-kbuild , John Reiser Message-ID: <20101015041307.Tlzngh-MuB4ahtoGV-Z1mZs9N_Ndy4BqhpNQafw4fCQ@z> * Steven Rostedt wrote: > > Ingo, > > Please pull the latest tip/perf/recordmcount-2 tree, which can be found at: > > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git > tip/perf/recordmcount-2 > > > Steven Rostedt (1): > ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNT > > ---- > Makefile | 2 +- > arch/x86/Kconfig | 2 +- > kernel/trace/Kconfig | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) The full diffstat (due to the previous commits) was: Makefile | 6 + arch/x86/Kconfig | 1 + kernel/trace/Kconfig | 5 + scripts/Makefile | 1 + scripts/Makefile.build | 4 + scripts/recordmcount.c | 345 +++++++++++++++++++++++++++++++++++++++++++++ scripts/recordmcount.h | 366 ++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 728 insertions(+), 0 deletions(-) create mode 100644 scripts/recordmcount.c create mode 100644 scripts/recordmcount.h Pulled, thanks a lot Steve! Ingo