From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27303 invoked by alias); 14 Apr 2009 20:26:42 -0000 Received: (qmail 27254 invoked by uid 9586); 14 Apr 2009 20:26:35 -0000 Date: Tue, 14 Apr 2009 20:26:00 -0000 Message-ID: <20090414202634.27242.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.5-126-g1f65cc4 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b9c1e0228f6c629e278820caf40870cdad285441 X-Git-Newrev: 1f65cc4ffd1bd362b10d7f07d1cb9c4e7de68027 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/msg00072.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 1f65cc4ffd1bd362b10d7f07d1cb9c4e7de68027 (commit) via 891e4fb2d5bf81b540b66b126b2ba78d1b7f459b (commit) from b9c1e0228f6c629e278820caf40870cdad285441 (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 1f65cc4ffd1bd362b10d7f07d1cb9c4e7de68027 Author: Josh Stone Date: Tue Apr 14 12:34:12 2009 -0700 PR9953: split up the two process.* tapsets The overlapping process.* tapsets are now separated. Those probe points documented in stapprobes(3stap) remain the same. Those that were formerly in stapprobes.process(3stap) have been renamed to kprocess, to reflect their kernel perspective on processes. commit 891e4fb2d5bf81b540b66b126b2ba78d1b7f459b Author: Josh Stone Date: Tue Apr 14 11:49:15 2009 -0700 Adjust NEWS indentation ----------------------------------------------------------------------- Summary of changes: Makefile.am | 2 +- Makefile.in | 8 ++-- NEWS | 33 +++++++++++-------- configure | 4 +- configure.ac | 2 +- doc/SystemTap_Beginners_Guide/en-US/References.xml | 2 +- doc/SystemTap_Tapset_Reference/tapsets.tmpl | 6 ++-- .../en-US/Tapset_Dev_Guide.xml | 4 +- ...ocess.3stap.in => stapprobes.kprocess.3stap.in} | 22 ++++++------ tapset/DEVGUIDE | 6 ++-- tapset/{process.stp => kprocess.stp} | 30 +++++++++--------- testsuite/buildok/process-all-probes.stp | 12 +++--- testsuite/buildok/process_test.stp | 12 +++--- .../systemtap.examples/process/proc_snoop.stp | 12 +++--- testsuite/systemtap.stress/whitelist.exp | 1 + 15 files changed, 81 insertions(+), 75 deletions(-) rename man/{stapprobes.process.3stap.in => stapprobes.kprocess.3stap.in} (73%) rename tapset/{process.stp => kprocess.stp} (73%) hooks/post-receive -- systemtap: system-wide probe/trace tool