public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] tracing/syscalls: The next bunch
@ 2009-08-27 17:43 Frederic Weisbecker
  2009-08-27 17:43 ` [PATCH 1/7] tracing: Add syscall tracepoints - s390 arch update Frederic Weisbecker
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Frederic Weisbecker @ 2009-08-27 17:43 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: LKML, Frederic Weisbecker, Jason Baron, Ingo Molnar,
	Lai Jiangshan, Steven Rostedt, Peter Zijlstra, Mathieu Desnoyers,
	Jiaying Zhang, Martin Bligh, Li Zefan, Martin Schwidefsky,
	Paul Mundt, Hendrik Brueckner

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(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2009-08-31  8:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-27 17:43 [GIT PULL] tracing/syscalls: The next bunch Frederic Weisbecker
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox