From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24410 invoked by alias); 13 Oct 2011 18:07:33 -0000 Received: (qmail 24379 invoked by uid 426); 13 Oct 2011 18:07:32 -0000 Date: Thu, 13 Oct 2011 18:07:00 -0000 Message-ID: <20111013180732.24367.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-309-ga4b9c3b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7fc97c102a7c58e4d25eb6527ae8a1c536e12f1c X-Git-Newrev: a4b9c3b3cf767f977c2ce15f25eb0fc9c1b53f42 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/msg00027.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 a4b9c3b3cf767f977c2ce15f25eb0fc9c1b53f42 (commit) via cb9de61cb9d69787a5504c7fba97f5afbb725499 (commit) via 70fb16aa696d94d2687596c1cbc9691c0477050f (commit) via f0220f40a6fa0dfdf86a2e484626b533f5ec33f2 (commit) from 7fc97c102a7c58e4d25eb6527ae8a1c536e12f1c (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 a4b9c3b3cf767f977c2ce15f25eb0fc9c1b53f42 Author: Frank Ch. Eigler Date: Thu Oct 13 12:33:48 2011 -0400 PR13155: separate compilation for tracepoint-related functions The linux kernel's tracepoint headers are sometimes mutually conflicting, defining structs etc. differently. Since we need to use each header in its natural habitat, we need to separately-compile those tracepoint-related functions that absolutely need access to those declarations. This is quite new to us as so far, the translator has usually emitted a single translated_source output, plus the stap-symbols.h file. * buildrun.cxx (compile_pass): Compile auxiliary sources into main module. * tapsets.cxx (tracepoint_derived_probe_group::emit_module_decls): Effectively rewrite to create per-tracepoint-header auxiliary source files. * session.cxx (op_create_auxiliary): New function. * translate.cxx (translator_output): Add filename field. * session.h, translate.h: Corresponding changes. * hash.cxx (find_script_hash): Rename primary source file to stap_XXX_src.c. * main.cxx (passes_0_4): Ditto. commit cb9de61cb9d69787a5504c7fba97f5afbb725499 Author: Frank Ch. Eigler Date: Mon Oct 10 10:05:21 2011 -0400 documentation: mention --remote=direct:// and --remote-prefix commit 70fb16aa696d94d2687596c1cbc9691c0477050f Author: Frank Ch. Eigler Date: Mon Oct 10 09:36:48 2011 -0400 PR13155 prep: move kbuild make -j parallelism to general code * buildrun.cxx (run_make_cmd): Do it here, to cover all make invocations, (make_tracequeries) ... instead of here. commit f0220f40a6fa0dfdf86a2e484626b533f5ec33f2 Author: Frank Ch. Eigler Date: Mon Oct 10 09:36:27 2011 -0400 PR13076 tidbit: increase default module cache size to 256MB ----------------------------------------------------------------------- Summary of changes: buildrun.cxx | 50 ++++++++++++++----- cache.cxx | 2 +- hash.cxx | 2 +- main.cxx | 5 +- session.cxx | 12 +++++ session.h | 3 + stap.1 | 22 ++++++-- tapsets.cxx | 153 +++++++++++++++++++++++++++++++++++++++----------------- translate.cxx | 4 +- translate.h | 2 + 10 files changed, 186 insertions(+), 69 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool