public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
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
Date: Thu, 13 Oct 2011 18:07:00 -0000	[thread overview]
Message-ID: <20111013180732.24367.qmail@sourceware.org> (raw)

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 <fche@redhat.com>
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 <fche@redhat.com>
Date:   Mon Oct 10 10:05:21 2011 -0400

    documentation: mention --remote=direct:// and --remote-prefix

commit 70fb16aa696d94d2687596c1cbc9691c0477050f
Author: Frank Ch. Eigler <fche@redhat.com>
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 <fche@redhat.com>
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


                 reply	other threads:[~2011-10-13 18:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111013180732.24367.qmail@sourceware.org \
    --to=fche@sourceware.org \
    --cc=systemtap-cvs@sourceware.org \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).