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.5-126-g1f65cc4


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  1f65cc4ffd1bd362b10d7f07d1cb9c4e7de68027 (commit)
       via  891e4fb2d5bf81b540b66b126b2ba78d1b7f459b (commit)
      from  b9c1e0228f6c629e278820caf40870cdad285441 (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 1f65cc4ffd1bd362b10d7f07d1cb9c4e7de68027
Author: Josh Stone <jistone@redhat.com>
Date:   Tue Apr 14 12:34:12 2009 -0700

    PR9953: split up the two process.* tapsets
    
    The overlapping process.* tapsets are now separated.  Those probe points
    documented in stapprobes(3stap) remain the same.  Those that were formerly
    in stapprobes.process(3stap) have been renamed to kprocess, to reflect
    their kernel perspective on processes.

commit 891e4fb2d5bf81b540b66b126b2ba78d1b7f459b
Author: Josh Stone <jistone@redhat.com>
Date:   Tue Apr 14 11:49:15 2009 -0700

    Adjust NEWS indentation

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

Summary of changes:
 Makefile.am                                        |    2 +-
 Makefile.in                                        |    8 ++--
 NEWS                                               |   33 +++++++++++--------
 configure                                          |    4 +-
 configure.ac                                       |    2 +-
 doc/SystemTap_Beginners_Guide/en-US/References.xml |    2 +-
 doc/SystemTap_Tapset_Reference/tapsets.tmpl        |    6 ++--
 .../en-US/Tapset_Dev_Guide.xml                     |    4 +-
 ...ocess.3stap.in => stapprobes.kprocess.3stap.in} |   22 ++++++------
 tapset/DEVGUIDE                                    |    6 ++--
 tapset/{process.stp => kprocess.stp}               |   30 +++++++++---------
 testsuite/buildok/process-all-probes.stp           |   12 +++---
 testsuite/buildok/process_test.stp                 |   12 +++---
 .../systemtap.examples/process/proc_snoop.stp      |   12 +++---
 testsuite/systemtap.stress/whitelist.exp           |    1 +
 15 files changed, 81 insertions(+), 75 deletions(-)
 rename man/{stapprobes.process.3stap.in => stapprobes.kprocess.3stap.in} (73%)
 rename tapset/{process.stp => kprocess.stp} (73%)


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]