From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22618 invoked by alias); 23 Jun 2010 23:06:24 -0000 Received: (qmail 22535 invoked by uid 9586); 23 Jun 2010 23:06:23 -0000 Date: Wed, 23 Jun 2010 23:06:00 -0000 Message-ID: <20100623230623.22501.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-332-g2b300eb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 94cbf48e332d87d85592cf774a45b5fa8e9ae027 X-Git-Newrev: 2b300ebe599bbfbd8c37d2ec85bace26ada8c1e4 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: 2010-q2/txt/msg00233.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 2b300ebe599bbfbd8c37d2ec85bace26ada8c1e4 (commit) via d48df0cfe5a083398926493f558c261f2ab56ffa (commit) from 94cbf48e332d87d85592cf774a45b5fa8e9ae027 (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 2b300ebe599bbfbd8c37d2ec85bace26ada8c1e4 Author: Josh Stone Date: Wed Jun 23 16:04:25 2010 -0700 Add kernel-dwarf to the pretty-prints tests Since some kernels don't have utrace, we should also exercise the dwarf pretty-printing on a kprobe. commit d48df0cfe5a083398926493f558c261f2ab56ffa Author: Josh Stone Date: Wed Jun 23 14:28:16 2010 -0700 PR10830 cont'd: Rename pp1() -> pn() and isolate it The new name is "pn" to evoke "probe name". It is also now isolated in its own tapset file, so it's less likely to be pulled into and conflict with a user's script accidentally. No real code changes here -- it's roughly just s/pp1/pn/ and s/probe_point_listing/probe_name/. ----------------------------------------------------------------------- Summary of changes: tapset-timers.cxx | 4 ++-- tapset/context.stp | 18 ------------------ tapset/pn.stp | 26 ++++++++++++++++++++++++++ tapsets.cxx | 8 ++++---- testsuite/buildok/context-embedded.stp | 2 +- testsuite/buildok/pretty.stp | 13 ++++++++----- testsuite/semok/pretty.stp | 13 ++++++++----- testsuite/systemtap.base/pp.exp | 4 ++-- testsuite/systemtap.base/pp.stp | 2 +- translate.cxx | 16 ++++++++-------- 10 files changed, 60 insertions(+), 46 deletions(-) create mode 100644 tapset/pn.stp hooks/post-receive -- systemtap: system-wide probe/trace tool