From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frederic Weisbecker Subject: [GIT PULL] tracing/syscall for 2.6.32 Date: Wed, 26 Aug 2009 03:38:58 +0200 Message-ID: <1251250742-6458-1-git-send-email-fweisbec@gmail.com> Return-path: Received: from mail-ew0-f206.google.com ([209.85.219.206]:53554 "EHLO mail-ew0-f206.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932564AbZHZBjF (ORCPT ); Tue, 25 Aug 2009 21:39:05 -0400 Sender: linux-arch-owner@vger.kernel.org List-ID: 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ew0-f206.google.com ([209.85.219.206]:53554 "EHLO mail-ew0-f206.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932564AbZHZBjF (ORCPT ); Tue, 25 Aug 2009 21:39:05 -0400 From: Frederic Weisbecker Subject: [GIT PULL] tracing/syscall for 2.6.32 Date: Wed, 26 Aug 2009 03:38:58 +0200 Message-ID: <1251250742-6458-1-git-send-email-fweisbec@gmail.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Ingo Molnar Cc: LKML , Frederic Weisbecker , Linux Arch , Jason Baron , Li Zefan , Steven Rostedt , Peter Zijlstra , Mathieu Desnoyers , Jiaying Zhang , Martin Bligh , Lai Jiangshan , Paul Mundt , Martin Schwidefsky , Heiko Carstens Message-ID: <20090826013858.nOoO6unYjzKuckSWyRc_ym_hcsv3cZkaL-pf3u31a68@z> 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