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-0.9-92-g046e719


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  046e719028ae6b037fb7342b7d0764985bfaf408 (commit)
       via  c3add01f692e698995a62c13e154bab35d9212df (commit)
      from  ba4e4ff4ba0206bb707538bbfb5e07d3cca33d5b (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 046e719028ae6b037fb7342b7d0764985bfaf408
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Mar 9 17:37:14 2009 -0700

    Add tracepoint $$parms alias for $$vars
    
    For parity with the DWARF probes, this makes tracepoints also define
    $$parms, which has the same value as $$vars (since tracepoints are
    missing the concept of $$locals).

commit c3add01f692e698995a62c13e154bab35d9212df
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Mar 9 17:23:05 2009 -0700

    Update location of c->probe_point reset
    
    The probe_point clear was nested in the overload processing code, I
    believe accidentally.  This just makes it always cleared on probe exit.

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

Summary of changes:
 stapprobes.5.in |    2 +-
 tapsets.cxx     |   10 ++++++----
 2 files changed, 7 insertions(+), 5 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]