From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Ingo Molnar <mingo@kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
Frederic Weisbecker <fweisbec@gmail.com>
Subject: [for-next][PATCH 0/6] tracing: memory savings and minor fixes
Date: Mon, 04 Mar 2013 12:20:05 -0500 [thread overview]
Message-ID: <20130304172005.362537932@goodmis.org> (raw)
Some more updates to the linux-next queue for 3.10. Li Zefan did a few
updates to save a bit of kernel memory.
I did a few minor fixes to the previous patchset I sent out.
-- Steve
Li Zefan (4):
tracing: Add a helper function for event print functions
tracing: Annotate event field-defining functions with __init
tracing/syscalls: Annotate field-defining functions with __init
tracing: Fix some section mismatch warninings
Steven Rostedt (Red Hat) (2):
tracing: Add __per_cpu annotation to trace array percpu data pointer
tracing: Fix trace events build without modules
----
include/linux/ftrace_event.h | 8 ++++--
include/trace/ftrace.h | 27 ++++++--------------
kernel/trace/trace.h | 2 +-
kernel/trace/trace_events.c | 55 +++++++++++++++++++++++++++--------------
kernel/trace/trace_export.c | 4 +--
kernel/trace/trace_output.c | 26 +++++++++++++++++++
kernel/trace/trace_syscalls.c | 8 +++---
7 files changed, 83 insertions(+), 47 deletions(-)
next reply other threads:[~2013-03-04 17:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-04 17:20 Steven Rostedt [this message]
2013-03-04 17:20 ` [for-next][PATCH 1/6] tracing: Add a helper function for event print functions Steven Rostedt
2013-03-04 17:20 ` [for-next][PATCH 2/6] tracing: Annotate event field-defining functions with __init Steven Rostedt
2013-03-04 17:20 ` [for-next][PATCH 3/6] tracing/syscalls: Annotate " Steven Rostedt
2013-03-04 17:20 ` [for-next][PATCH 4/6] tracing: Add __per_cpu annotation to trace array percpu data pointer Steven Rostedt
2013-03-04 17:20 ` [for-next][PATCH 5/6] tracing: Fix trace events build without modules Steven Rostedt
2013-03-04 17:20 ` [for-next][PATCH 6/6] tracing: Fix some section mismatch warnings 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=20130304172005.362537932@goodmis.org \
--to=rostedt@goodmis.org \
--cc=akpm@linux-foundation.org \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.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.