From: Frederic Weisbecker <fweisbec@gmail.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: LKML <linux-kernel@vger.kernel.org>,
Frederic Weisbecker <fweisbec@gmail.com>,
Jason Baron <jbaron@redhat.com>, Ingo Molnar <mingo@elte.hu>,
Lai Jiangshan <laijs@cn.fujitsu.com>,
Steven Rostedt <rostedt@goodmis.org>,
Peter Zijlstra <peterz@infradead.org>,
Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>,
Jiaying Zhang <jiayingz@google.com>,
Martin Bligh <mbligh@google.com>, Li Zefan <lizf@cn.fujitsu.com>,
Martin Schwidefsky <schwidefsky@de.ibm.com>,
Paul Mundt <lethal@linux-sh.org>,
Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Subject: [GIT PULL] tracing/syscalls: The next bunch
Date: Thu, 27 Aug 2009 19:43:28 +0200 [thread overview]
Message-ID: <1251395015-6329-1-git-send-email-fweisbec@gmail.com> (raw)
Ingo,
Here is another bunch of syscalls tracing patches.
- fixes against unwanted kernel threads syscalls tracing
(it's not that we don't want to trace them, but they would
need a specific treatement)
- synchronize s390 with latest changes
- use NR_syscalls which seems to be a better standard to define
the number of syscalls across archs. This unification also have
brought enough common code in arch that we are now ready to
move most of the arch syscalls tracing bits to the core.
Thanks,
Frederic.
The following changes since commit 35dce1a99d010f3d738af4ce1b9b77302fdfe69c:
Ingo Molnar (1):
Merge branch 'tracing/core' of git://git.kernel.org/.../frederic/random-tracing into tracing/core
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
tracing/core
Hendrik Brueckner (3):
tracing: Add syscall tracepoints - s390 arch update
tracing: Check invalid syscall nr while tracing syscalls
tracing: Don't trace kernel thread syscalls
Jason Baron (4):
tracing: Define NR_syscalls for x86 (32)
tracing: Define NR_syscalls for x86_64
tracing: Convert event tracing code to use NR_syscalls
tracing: Remove FTRACE_SYSCALL_MAX definitions
arch/s390/kernel/ftrace.c | 36 +++++++++++++++++++++++++++---------
arch/x86/include/asm/ftrace.h | 7 -------
arch/x86/include/asm/unistd_32.h | 2 ++
arch/x86/include/asm/unistd_64.h | 6 ++++++
arch/x86/kernel/asm-offsets_64.c | 1 +
arch/x86/kernel/ftrace.c | 8 ++++----
kernel/trace/trace_syscalls.c | 28 ++++++++++++++++------------
kernel/tracepoint.c | 4 +++-
8 files changed, 59 insertions(+), 33 deletions(-)
next reply other threads:[~2009-08-27 17:43 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-27 17:43 Frederic Weisbecker [this message]
2009-08-27 17:43 ` [PATCH 1/7] tracing: Add syscall tracepoints - s390 arch update Frederic Weisbecker
2009-08-27 17:50 ` Frederic Weisbecker
2009-08-27 17:43 ` [PATCH 2/7] tracing: Check invalid syscall nr while tracing syscalls Frederic Weisbecker
2009-08-27 17:43 ` [PATCH 3/7] tracing: Don't trace kernel thread syscalls Frederic Weisbecker
2009-08-27 17:43 ` [PATCH 4/7] tracing: Define NR_syscalls for x86 (32) Frederic Weisbecker
2009-08-27 17:43 ` [PATCH 5/7] tracing: Define NR_syscalls for x86_64 Frederic Weisbecker
2009-08-27 17:43 ` [PATCH 6/7] tracing: Convert event tracing code to use NR_syscalls Frederic Weisbecker
2009-08-27 17:43 ` [PATCH 7/7] tracing: Remove FTRACE_SYSCALL_MAX definitions Frederic Weisbecker
2009-08-29 10:43 ` [GIT PULL] tracing/syscalls: The next bunch Ingo Molnar
2009-08-29 23:33 ` Frederic Weisbecker
2009-08-31 8:35 ` Ingo Molnar
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=1251395015-6329-1-git-send-email-fweisbec@gmail.com \
--to=fweisbec@gmail.com \
--cc=brueckner@linux.vnet.ibm.com \
--cc=jbaron@redhat.com \
--cc=jiayingz@google.com \
--cc=laijs@cn.fujitsu.com \
--cc=lethal@linux-sh.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lizf@cn.fujitsu.com \
--cc=mathieu.desnoyers@polymtl.ca \
--cc=mbligh@google.com \
--cc=mingo@elte.hu \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=schwidefsky@de.ibm.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome