From: Frederic Weisbecker <fweisbec@gmail.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: LKML <linux-kernel@vger.kernel.org>,
Lai Jiangshan <laijs@cn.fujitsu.com>,
Steven Rostedt <rostedt@goodmis.org>,
Li Zefan <lizf@cn.fujitsu.com>,
Pekka Enberg <penberg@cs.helsinki.fi>,
Zhaolei <zhaolei@cn.fujitsu.com>,
Tom Zanussi <tzanussi@gmail.com>
Subject: [GIT PULL v2][PATCH 0/10] tracing/core: various fixes
Date: Tue, 26 May 2009 20:55:26 +0200 [thread overview]
Message-ID: <20090526185524.GB5969@nowhere> (raw)
In-Reply-To: <1243303490-8019-1-git-send-email-fweisbec@gmail.com>
On Tue, May 26, 2009 at 04:04:45AM +0200, Frederic Weisbecker wrote:
> Hi Ingo, Steven,
>
> I've gathered various tracing fixes that were posted recently.
I based this topic against tracing/core whereas the latest
tracing changes were on tracing/ftrace.
But tracing/ftrace contains the v1 of:
ftrace: Add task_comm support for trace_event
ftrace: clean up of using ftrace_event_enable_disable()
And my pull request contains the v3 of this pair, fixing
some build issue.
As you suggested, I've cherry picked the missing patches
from tracing/ftrace to my tracing/core based tree.
This new pull request then adds 5 Steven's patches that
were on tracing/ftrace.
I'm not posting them because they have been submitted
in LKML already.
Thanks.
The following changes since commit 5537937696c55530447c20aa27daccb8d0d29b33:
Ming Lei (1):
ftrace: fix check for return value of register_module_notifier in event_trace_init
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
tracing/core-2
Lai Jiangshan (1):
tracing: add trace_event_read_lock()
Li Zefan (1):
tracing/events: change the type of __str_loc_item to unsigned short
Pekka Enberg (1):
kmemtrace: fix kernel parameter documentation
Steven Rostedt (5):
tracing: add __print_flags for events
tracing: add previous task state info to sched switch event
tracing: add flag output for kmem events
tracing: add __print_symbolic to trace events
tracing: convert irq events to use __print_symbolic
Zhaolei (2):
ftrace: Add task_comm support for trace_event
ftrace: clean up of using ftrace_event_enable_disable()
Documentation/kernel-parameters.txt | 10 ----
include/linux/ftrace_event.h | 16 ++++++-
include/trace/events/irq.h | 23 +++++++--
include/trace/events/kmem.h | 53 ++++++++++++++++++---
include/trace/events/sched.h | 9 +++-
include/trace/ftrace.h | 24 +++++++++-
kernel/trace/Kconfig | 9 +++-
kernel/trace/trace.c | 8 +++
kernel/trace/trace_events.c | 42 ++++++----------
kernel/trace/trace_output.c | 89 ++++++++++++++++++++++++++++++++---
kernel/trace/trace_output.h | 2 +
11 files changed, 223 insertions(+), 62 deletions(-)
next prev parent reply other threads:[~2009-05-26 18:55 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-26 2:04 [PATCH 0/5] tracing/core: various fixes Frederic Weisbecker
2009-05-26 2:04 ` [PATCH 1/5] tracing: add trace_event_read_lock() Frederic Weisbecker
2009-05-26 2:04 ` [PATCH 2/5] tracing/events: change the type of __str_loc_item to unsigned short Frederic Weisbecker
2009-05-26 2:04 ` [PATCH 3/5] kmemtrace: fix kernel parameter documentation Frederic Weisbecker
2009-05-26 2:04 ` [PATCH 4/5] ftrace: Add task_comm support for trace_event Frederic Weisbecker
2009-05-26 2:04 ` [PATCH 5/5] ftrace: clean up of using ftrace_event_enable_disable() Frederic Weisbecker
2009-05-26 18:55 ` Frederic Weisbecker [this message]
2009-05-26 21:30 ` [GIT PULL v2][PATCH 0/10] tracing/core: various fixes Steven Rostedt
2009-05-26 22:22 ` Frederic Weisbecker
2009-05-26 19:46 ` [PATCH 0/5] " Steven Rostedt
2009-05-26 20:06 ` Frederic Weisbecker
2009-05-26 21:10 ` Steven Rostedt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090526185524.GB5969@nowhere \
--to=fweisbec@gmail.com \
--cc=laijs@cn.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lizf@cn.fujitsu.com \
--cc=mingo@elte.hu \
--cc=penberg@cs.helsinki.fi \
--cc=rostedt@goodmis.org \
--cc=tzanussi@gmail.com \
--cc=zhaolei@cn.fujitsu.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.