[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101015041307.GA31764@elte.hu>
Date: Fri, 15 Oct 2010 06:13:07 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Steven Rostedt <rostedt@...dmis.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Frederic Weisbecker <fweisbec@...il.com>,
linux-arch@...r.kernel.org, Michal Marek <mmarek@...e.cz>,
linux-kbuild <linux-kbuild@...r.kernel.org>,
John Reiser <jreiser@...wagon.com>
Subject: Re: [PATCH][GIT PULL] ftrace: Rename config option
HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNT
* Steven Rostedt <rostedt@...dmis.org> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists