Re: [PATCH][GIT PULL] ftrace: Rename config optionHAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNT

From: Ingo Molnar
Date: Fri Oct 15 2010 - 00:13:26 EST



* Steven Rostedt <rostedt@xxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/