From: "zhangwei(Jovi)" <jovi.zhangwei@huawei.com>
To: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Steven Rostedt <rostedt@goodmis.org>,
Frederic Weisbecker <fweisbec@gmail.com>,
Ingo Molnar <mingo@redhat.com>
Subject: [PATCH 00/13] Improvements tracing code
Date: Mon, 11 Mar 2013 15:13:24 +0800 [thread overview]
Message-ID: <513D8414.9040005@huawei.com> (raw)
This patch series does several improvements and cleanups in tracing code
as follows short stat.
Two patches changed compilation on scsi subsystem, it should go through to
SCSI tree.
-------
zhangwei(Jovi) (13):
tracing: teach to use pr_warn_once
tracing: use TRACE_MAX_PRINT
tracing: move find_event_field function into trace_events.c
tracing: make trace_destroy_fields as static
tracing: change unclear comments on arch_syscall_match_sym_name
tracing: remove dump_ran check in __ftrace_dump
tracing/kdb: remove redundant checking
tracing: rename trace_event_mutex to trace_event_sem
tracing: use trace_seq_init to initize seq field in trace_iterator
tracing: deprecate tracing_is_enabled function
tracing: export syscall_nr_to_meta function
scsi/tracing: include correct header file
scsi/tracing: make scsi_trace.c depend on CONFIG_EVENT_TRACING
drivers/scsi/Makefile | 2 +-
drivers/scsi/scsi_trace.c | 2 +-
include/trace/syscall.h | 2 ++
kernel/trace/trace.c | 44 +++++++++++-------------------------
kernel/trace/trace.h | 7 ++----
kernel/trace/trace_events.c | 43 ++++++++++++++++++++++++++++-------
kernel/trace/trace_events_filter.c | 29 +-----------------------
kernel/trace/trace_irqsoff.c | 2 +-
kernel/trace/trace_kdb.c | 8 +++----
kernel/trace/trace_output.c | 16 ++++++-------
kernel/trace/trace_output.h | 2 +-
kernel/trace/trace_sched_wakeup.c | 2 +-
kernel/trace/trace_syscalls.c | 5 ++--
13 files changed, 73 insertions(+), 91 deletions(-)
--
1.7.9.7
next reply other threads:[~2013-03-11 7:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-11 7:13 zhangwei(Jovi) [this message]
2013-03-11 14:24 ` [PATCH 00/13] Improvements tracing code 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=513D8414.9040005@huawei.com \
--to=jovi.zhangwei@huawei.com \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=rostedt@goodmis.org \
/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.