* 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-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html