From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17749 invoked by alias); 10 Oct 2009 09:47:41 -0000 Received: (qmail 17723 invoked by uid 9112); 10 Oct 2009 09:47:40 -0000 Date: Sat, 10 Oct 2009 09:47:00 -0000 Message-ID: <20091010094740.17712.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-81-g0670efc X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e34d5d1388d3c7817313685e3f7424ffc158474f X-Git-Newrev: 0670efc6debceea57084547976c229335cc0e2fd 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-q4/txt/msg00026.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 0670efc6debceea57084547976c229335cc0e2fd (commit) via eb5363b8f07d51caeb263c6a686c9a2556aa4c05 (commit) from e34d5d1388d3c7817313685e3f7424ffc158474f (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 0670efc6debceea57084547976c229335cc0e2fd Author: Mark Wielaard Date: Fri Oct 9 23:23:12 2009 +0200 Add task_time tapset, functions to query time resource usage of current task. * tapset/task_time.stp: New tapset. * testsuite/buildok/task_test.stp: Add new task_time functions. * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Add new section on Task Time Tapset. Include tapset/task_time.stp. commit eb5363b8f07d51caeb263c6a686c9a2556aa4c05 Author: Mark Wielaard Date: Fri Oct 9 14:31:18 2009 +0200 tapset/proc_mem.stp: Document function parameters. ----------------------------------------------------------------------- Summary of changes: doc/SystemTap_Tapset_Reference/tapsets.tmpl | 10 +++ tapset/proc_mem.stp | 2 + tapset/task_time.stp | 101 +++++++++++++++++++++++++++ testsuite/buildok/task_test.stp | 8 ++ 4 files changed, 121 insertions(+), 0 deletions(-) create mode 100644 tapset/task_time.stp hooks/post-receive -- systemtap: system-wide probe/trace tool