From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9194 invoked by alias); 29 May 2009 23:54:12 -0000 Received: (qmail 9164 invoked by uid 9586); 29 May 2009 23:54:10 -0000 Date: Fri, 29 May 2009 23:54:00 -0000 Message-ID: <20090529235410.9153.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.7-178-g0fa400f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6967e65ee23bf767fc45f3e190302656c11ddaea X-Git-Newrev: 0fa400f2b00ade1b3cb9ef4fb59cdd63f4fb9986 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q2/txt/msg00266.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via 0fa400f2b00ade1b3cb9ef4fb59cdd63f4fb9986 (commit) via 441f742ff94d79f638d52354475bf934e230d88a (commit) via 2dcaa5344939c8a708224d0830cfb728b2afcacb (commit) via fd177173fc6547dc17767470308b9bd24e76df7b (commit) via af3155cf870ae7fcfc22b446e14a9f3f96b1782b (commit) via 4a815b7d94bd4a0d5baab25333fb21e595966388 (commit) from 6967e65ee23bf767fc45f3e190302656c11ddaea (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0fa400f2b00ade1b3cb9ef4fb59cdd63f4fb9986 Author: Josh Stone Date: Fri May 29 16:50:24 2009 -0700 Fix a few variables in nd_syscalls2 commit 441f742ff94d79f638d52354475bf934e230d88a Author: Josh Stone Date: Fri May 29 16:25:19 2009 -0700 Clean up nd_syscalls2 formatting This applies some of the formatting rules specified in c0c1ccc. commit 2dcaa5344939c8a708224d0830cfb728b2afcacb Author: Josh Stone Date: Fri May 29 15:24:53 2009 -0700 Kill trailing whitespace in nd_syscalls[2] commit fd177173fc6547dc17767470308b9bd24e76df7b Author: Josh Stone Date: Fri May 29 14:38:23 2009 -0700 Convert nd_syscalls2 to kprobe.function commit af3155cf870ae7fcfc22b446e14a9f3f96b1782b Author: Josh Stone Date: Fri May 29 11:51:13 2009 -0700 Add JoeLynn Keniston to AUTHORS commit 4a815b7d94bd4a0d5baab25333fb21e595966388 Author: JoeLynn Keniston Date: Fri May 29 11:46:41 2009 -0700 Create nd_syscalls2.stp This contains an initial transformation of syscalls2.stp to start using numbered parameter access instead of relying on dwarf. Signed-off-by: Josh Stone ----------------------------------------------------------------------- Summary of changes: AUTHORS | 1 + tapset/nd_syscalls.stp | 18 +- tapset/nd_syscalls2.stp | 4146 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 4156 insertions(+), 9 deletions(-) create mode 100644 tapset/nd_syscalls2.stp hooks/post-receive -- systemtap: system-wide probe/trace tool