From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25859 invoked by alias); 22 Dec 2011 02:11:57 -0000 Received: (qmail 25825 invoked by uid 426); 22 Dec 2011 02:11:52 -0000 Date: Thu, 22 Dec 2011 02:11:00 -0000 Message-ID: <20111222021151.25810.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-648-g68e60a3 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b6ce8a9beabf3c7085ac9628806f82fe6bb58b72 X-Git-Newrev: 68e60a385a783dd0159b0342f61069a2909d4fe8 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: 2011-q4/txt/msg00259.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 68e60a385a783dd0159b0342f61069a2909d4fe8 (commit) from b6ce8a9beabf3c7085ac9628806f82fe6bb58b72 (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 68e60a385a783dd0159b0342f61069a2909d4fe8 Author: Frank Ch. Eigler Date: Wed Dec 21 21:06:24 2011 -0500 tapset: separate env_var() from context.stp If it's left in context.stp, it will drag in tokenize.stp, which in turns drags in an unoptimizable %{ #define STAP_NEED_CONTEXT_TOKENIZE 1 %} which in turns enlarges the context. * tapset/context-envvar.stp: New file. Steal env_var() from ... * tapset/context.stp: ... from here. ----------------------------------------------------------------------- Summary of changes: doc/SystemTap_Tapset_Reference/tapsets.tmpl | 1 + tapset/context-envvar.stp | 57 +++++++++++++++++++++++++++ tapset/context.stp | 45 --------------------- 3 files changed, 58 insertions(+), 45 deletions(-) create mode 100644 tapset/context-envvar.stp hooks/post-receive -- systemtap: system-wide probe/trace tool