2009-01-09 00:29:16

by Steven Rostedt

[permalink] [raw]
Subject: [PATCH 0/3] ftrace: updates for 2.6.29

Ingo,

The following patches are in:

git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git

branch: tip/devel


Pekka Paalanen (3):
doc: mmiotrace.txt, buffer size control change
trace: mmiotrace to the tracer menu in Kconfig
mmiotrace: count events lost due to not recording

----
Documentation/tracers/mmiotrace.txt | 6 ++----
arch/x86/Kconfig.debug | 24 ++----------------------
kernel/trace/Kconfig | 23 +++++++++++++++++++++++
kernel/trace/trace_mmiotrace.c | 14 ++++++++++----
4 files changed, 37 insertions(+), 30 deletions(-)

--


2009-01-09 20:05:28

by Pekka Paalanen

[permalink] [raw]
Subject: Re: [PATCH 0/3] ftrace: updates for 2.6.29

On Thu, 08 Jan 2009 19:27:47 -0500
Steven Rostedt <[email protected]> wrote:

> Ingo,
>
> The following patches are in:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git

Does this mean that from now on all mmiotrace related patches should
be sent to Steven? CC Ingo?
Or should they be split so that kernel/trace stuff is sent to Steven
and arch/x86 stuff to Ingo?

--
Pekka Paalanen
http://www.iki.fi/pq/

2009-01-11 03:06:59

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH 0/3] ftrace: updates for 2.6.29


* Steven Rostedt <[email protected]> wrote:

> Ingo,
>
> The following patches are in:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git
>
> branch: tip/devel
>
>
> Pekka Paalanen (3):
> doc: mmiotrace.txt, buffer size control change
> trace: mmiotrace to the tracer menu in Kconfig
> mmiotrace: count events lost due to not recording
>
> ----
> Documentation/tracers/mmiotrace.txt | 6 ++----
> arch/x86/Kconfig.debug | 24 ++----------------------
> kernel/trace/Kconfig | 23 +++++++++++++++++++++++
> kernel/trace/trace_mmiotrace.c | 14 ++++++++++----
> 4 files changed, 37 insertions(+), 30 deletions(-)

pulled into tip/tracing/urgent, thanks Steve!

Ingo