linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] tracing/syscall for 2.6.32
@ 2009-08-26  1:38 Frederic Weisbecker
  2009-08-26  1:38 ` Frederic Weisbecker
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Frederic Weisbecker @ 2009-08-26  1:38 UTC (permalink / raw)
  Cc: LKML, Frederic Weisbecker, Linux Arch, Jason Baron, Ingo Molnar,
	Li Zefan, Steven Rostedt, Peter Zijlstra, Mathieu Desnoyers,
	Jiaying Zhang, Martin Bligh, Lai Jiangshan, Paul Mundt,
	Martin Schwidefsky, Heiko Carstens

Hi Ingo,

Please pull the latest syscall tracing patches from:

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git \
	tracing/core

The tree gathers fixes, renamings and adds a new pair of tracepoints
for generic sysenter/sysexit tracing.

Some other patches are pending, beeing discussed. So there are probably
more to come soon.

Josh Stone (4):
      tracing: Rename FTRACE_SYSCALLS for tracepoints
      tracing: Make syscall tracepoints conditional
      tracing: Move tracepoint callbacks from declaration to definition
      tracing: Create generic syscall TRACE_EVENTs

 arch/s390/Kconfig                   |    2 +-
 arch/s390/defconfig                 |    2 +-
 arch/s390/include/asm/thread_info.h |    4 +-
 arch/s390/kernel/entry.S            |    2 +-
 arch/s390/kernel/entry64.S          |    2 +-
 arch/s390/kernel/ptrace.c           |   12 +++---
 arch/x86/Kconfig                    |    2 +-
 arch/x86/configs/i386_defconfig     |    2 +-
 arch/x86/configs/x86_64_defconfig   |    2 +-
 arch/x86/include/asm/thread_info.h  |   13 +++---
 arch/x86/kernel/ptrace.c            |   16 +++----
 include/linux/tracepoint.h          |   46 +++++++++--------------
 include/trace/define_trace.h        |    5 ++
 include/trace/events/syscalls.h     |   70 +++++++++++++++++++++++++++++++++++
 include/trace/ftrace.h              |    9 ++++
 include/trace/syscall.h             |   17 --------
 kernel/trace/Kconfig                |    4 +-
 kernel/trace/trace_syscalls.c       |   17 ++++----
 kernel/tracepoint.c                 |   20 ++++++----
 19 files changed, 154 insertions(+), 93 deletions(-)
 create mode 100644 include/trace/events/syscalls.h

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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-26  1:38 [GIT PULL] tracing/syscall for 2.6.32 Frederic Weisbecker
2009-08-26  1:38 ` Frederic Weisbecker
2009-08-26  1:38 ` [PATCH 1/4] tracing: Rename FTRACE_SYSCALLS for tracepoints Frederic Weisbecker
2009-08-26  1:38   ` Frederic Weisbecker
2009-08-26  1:39 ` [PATCH 2/4] tracing: Make syscall tracepoints conditional Frederic Weisbecker
2009-08-26  1:39   ` Frederic Weisbecker
2009-08-26  1:39 ` [PATCH 3/4] tracing: Move tracepoint callbacks from declaration to definition Frederic Weisbecker
2009-08-26  1:39   ` Frederic Weisbecker
2009-08-26  1:39 ` [PATCH 4/4] tracing: Create generic syscall TRACE_EVENTs Frederic Weisbecker
2009-08-26  1:39   ` Frederic Weisbecker
2009-08-26  6:34 ` [GIT PULL] tracing/syscall for 2.6.32 Ingo Molnar
2009-08-26  8:56   ` Heiko Carstens

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