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.0-483-gc116c31


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  c116c31bfdaec3c9d5adbe892d8a1d145b6fcfc2 (commit)
      from  392e08b73a6febb831fa73454466e8aba4237a6d (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 c116c31bfdaec3c9d5adbe892d8a1d145b6fcfc2
Author: Stan Cox <scox@redhat.com>
Date:   Sun Jan 10 21:43:17 2010 -0500

    Pull set of semaphore into its own function.
    
    * tapsets.cxx (uprobe_derived_probe_group::emit_module_decls):  Move
    sdt_sem_address from standalone to stap_uprobes.  Remove sdt_sem_tid.
    In emitted function stap_uprobe_change_plus distinguish VM_EXEC/VM_WRITE
    cases, use sdt_sem_address member, move setting of semaphores to new
    emitted function stap_uprobe_change_semaphore_plus.
    (stap_uprobe_process_found): Call stap_uprobe_change_semaphore_plus.
    (stap_uprobe_mmap_found): Likewise.
    * stap-postgres.stp (postgresrelease): New.  Sync to current upstream version.
    * stap-tcl.sh:  Check if wget failed.
    * stap-tcl.stp: Check for skipped probes.
    * xulrunner.exp: Check if wget failed.

-----------------------------------------------------------------------

Summary of changes:
 tapsets.cxx                            |  138 ++++++++++++++++++++------------
 testsuite/systemtap.apps/postgres.exp  |   32 ++++---
 testsuite/systemtap.apps/stap-tcl.sh   |    4 +
 testsuite/systemtap.apps/stap-tcl.stp  |    4 +-
 testsuite/systemtap.apps/tcl.exp       |    5 +-
 testsuite/systemtap.apps/xulrunner.exp |    8 ++-
 6 files changed, 119 insertions(+), 72 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]