From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1519 invoked by alias); 28 Nov 2008 22:14:06 -0000 Received: (qmail 1494 invoked by uid 9788); 28 Nov 2008 22:14:04 -0000 Date: Fri, 28 Nov 2008 22:14:00 -0000 Message-ID: <20081128221403.1483.qmail@sourceware.org> From: ebaron@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-563-g82762ad X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1ad820e32419c6ff9237962ec911e9c4eee79c4a X-Git-Newrev: 82762adc9d7e77cdce48a87a477a47fb9e14ecd9 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: 2008-q4/txt/msg00275.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 82762adc9d7e77cdce48a87a477a47fb9e14ecd9 (commit) from 1ad820e32419c6ff9237962ec911e9c4eee79c4a (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 82762adc9d7e77cdce48a87a477a47fb9e14ecd9 Author: Elliott Baron Date: Fri Nov 28 17:12:57 2008 -0500 PR6965 - Conditionally compile symbol table. Split context.stp into 3 files. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 11 ++++ tapset/context-symbols.stp | 95 ++++++++++++++++++++++++++++++ tapset/context-unwind.stp | 71 +++++++++++++++++++++++ tapset/context.stp | 136 -------------------------------------------- translate.cxx | 10 +++- 5 files changed, 185 insertions(+), 138 deletions(-) create mode 100644 tapset/context-symbols.stp create mode 100644 tapset/context-unwind.stp hooks/post-receive -- systemtap: system-wide probe/trace tool