From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757820AbZANLNB (ORCPT ); Wed, 14 Jan 2009 06:13:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753217AbZANLMu (ORCPT ); Wed, 14 Jan 2009 06:12:50 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:43453 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752587AbZANLMt (ORCPT ); Wed, 14 Jan 2009 06:12:49 -0500 Date: Wed, 14 Jan 2009 12:12:26 +0100 From: Ingo Molnar To: Steven Rostedt Cc: LKML , Andrew Morton , Frederic Weisbecker , Shaohua Li , ia64 , Tony Luck , Sam Ravnborg , u.kleine-koenig@pengutronix.de Subject: Re: [PATCH 0/9] ftrace: updates for tip Message-ID: <20090114111226.GL2913@elte.hu> References: <20090113061110.856268617@goodmis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Steven Rostedt wrote: > > On Tue, 13 Jan 2009, Steven Rostedt wrote: > > > > > > > On Tue, 13 Jan 2009, Steven Rostedt wrote: > > > > > > > > The following patches are in: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git > > > > > > branch: tip/devel > > > > Ingo, > > > > Don't pull any of this yet please. I'm going to rebase some of the patches > > to fix the change logs (typos). I'll let you know when that's finished. > > > > OK, I rebased in changing the change logs. Here's what I did: > > s/destinct/distinct/ > s/K?nig/Koenig/ > > Here's the changes: > > > The following patches are in: > > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git > > branch: tip/devel > > > Frederic Weisbecker (2): > tracing/ftrace: separate events tracing and stats tracing engine > tracing: add a new workqueue tracer > > Shaohua Li (6): > ftrace, ia64: make recordmcount distinct module compile > ftrace, ia64: explictly ignore a file in recordmcount.pl > ftrace, ia64: Add macro for ftrace_caller > ftrace, ia64: Add recordmcount for ia64 > ftrace, ia64: IA64 static ftrace support > ftrace, ia64: IA64 dynamic ftrace support > > Uwe Kleine-Koenig (1): > ftrace, trivial: fix typo "resgister" -> "register" > > ---- > arch/ia64/Kconfig | 3 + > arch/ia64/include/asm/ftrace.h | 28 ++++ > arch/ia64/kernel/Makefile | 5 + > arch/ia64/kernel/entry.S | 100 ++++++++++++++ > arch/ia64/kernel/ftrace.c | 206 ++++++++++++++++++++++++++++ > arch/ia64/kernel/ia64_ksyms.c | 6 + > include/linux/ftrace.h | 4 + > include/trace/workqueue.h | 25 ++++ > kernel/trace/Kconfig | 11 ++ > kernel/trace/Makefile | 1 + > kernel/trace/ftrace.c | 14 +-- > kernel/trace/trace.c | 2 - > kernel/trace/trace.h | 20 --- > kernel/trace/trace_branch.c | 108 +++++++++------- > kernel/trace/trace_stat.c | 191 +++++++++++--------------- > kernel/trace/trace_stat.h | 31 +++++ > kernel/trace/trace_workqueue.c | 287 ++++++++++++++++++++++++++++++++++++++++ > kernel/workqueue.c | 16 ++- > scripts/Makefile.build | 13 +- > scripts/recordmcount.pl | 18 ++- > 20 files changed, 888 insertions(+), 201 deletions(-) pulled into tip/tracing/ftrace, thanks Steve! Ingo