LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Ingo Molnar <mingo@elte.hu>,
Andrew Morton <akpm@linux-foundation.org>,
David Miller <davem@davemloft.net>,
Frederic Weisbecker <fweisbec@gmail.com>,
Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Subject: [PATCH 0/3 v2] [GIT PULL][v2.6.38] tracing: alignment fixes (take 3)
Date: Thu, 03 Feb 2011 09:35:18 -0500 [thread overview]
Message-ID: <20110203143518.707423251@goodmis.org> (raw)
Ingo,
The first two patches are the same as before, except that I modified
the change logs to include David's Acks and to make the updates
recommended by Mathieu and Thomas Gleixner.
This also includes a third patch to fix the syscall_metadata.
I ran all three through the same tests on both x86_64 and x86_32
with both gcc version 4.5.1 and 4.4.5.
Please pull the latest tip/perf/urgent-2 tree, which can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git
tip/perf/urgent-2
Mathieu Desnoyers (1):
tracepoints: Fix section alignment using pointer array
Steven Rostedt (2):
tracing: Replace trace_event struct array with pointer array
tracing: Replace syscall_meta_data struct array with pointer array
----
include/asm-generic/vmlinux.lds.h | 24 ++++++++++++------------
include/linux/module.h | 4 ++--
include/linux/syscalls.h | 28 +++++++++++++++-------------
include/linux/tracepoint.h | 35 ++++++++++++++++++++---------------
include/trace/ftrace.h | 24 +++++++++++++-----------
kernel/module.c | 16 ++++++++--------
kernel/trace/trace_events.c | 12 ++++++------
kernel/trace/trace_export.c | 6 +++---
kernel/trace/trace_syscalls.c | 19 ++++++++++---------
kernel/tracepoint.c | 31 ++++++++++++++++---------------
10 files changed, 105 insertions(+), 94 deletions(-)
next reply other threads:[~2011-02-03 14:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-03 14:35 Steven Rostedt [this message]
2011-02-03 14:35 ` [PATCH 1/3 v2] tracing: Replace trace_event struct array with pointer array Steven Rostedt
2011-02-03 14:35 ` [PATCH 2/3 v2] tracepoints: Fix section alignment using " Steven Rostedt
2011-02-03 14:35 ` [PATCH 3/3 v2] tracing: Replace syscall_meta_data struct array with " Steven Rostedt
2011-02-04 1:12 ` [PATCH 0/3 v2] [GIT PULL][v2.6.38] tracing: alignment fixes (take 3) David Miller
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=20110203143518.707423251@goodmis.org \
--to=rostedt@goodmis.org \
--cc=akpm@linux-foundation.org \
--cc=davem@davemloft.net \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@efficios.com \
--cc=mingo@elte.hu \
--subject='Re: [PATCH 0/3 v2] [GIT PULL][v2.6.38] tracing: alignment fixes (take 3)' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).