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.4-298-g7af1b9b


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  7af1b9bfd7c9b302b069c5c3d2de672c7057fa97 (commit)
       via  a49946ac7abb4615bfc6b66f70087f60812bf54b (commit)
       via  bc65bf819c018f9796a3614d0a5b1df60e55989a (commit)
       via  306d2ac17d396f1b07f559607314801897984e4a (commit)
      from  b1568fd85e7917a9d36ac1d4c558d789523e6e76 (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 7af1b9bfd7c9b302b069c5c3d2de672c7057fa97
Author: Josh Stone <jistone@redhat.com>
Date:   Fri May 6 01:03:34 2011 -0700

    dtrace: Remove unused open_file function

commit a49946ac7abb4615bfc6b66f70087f60812bf54b
Author: Josh Stone <jistone@redhat.com>
Date:   Fri May 6 00:18:06 2011 -0700

    dtrace: Push main logic into an actual main()
    
    * dtrace.in (main): New, invoked using Python's __name__ idiom.
      (_provider.__typedef_append): Take add_typedefs as a parameter rather
      than pulling from the formerly global scope.
      (_provider.generate): Adjust __typedef_append calls.

commit bc65bf819c018f9796a3614d0a5b1df60e55989a
Author: Josh Stone <jistone@redhat.com>
Date:   Fri May 6 00:07:19 2011 -0700

    dtrace: Fix tabbed indentation with 4 spaces

commit 306d2ac17d396f1b07f559607314801897984e4a
Author: Josh Stone <jistone@redhat.com>
Date:   Thu May 5 23:56:11 2011 -0700

    dtrace: Use dict.get() for conditional environment values

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

Summary of changes:
 dtrace.in |  217 +++++++++++++++++++++++++++++--------------------------------
 1 files changed, 102 insertions(+), 115 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]