This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-309-ga4b9c3b


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]