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.7-288-g26d0838


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  26d083881d8af5b38091d54259363a6a9a83d0d5 (commit)
      from  4f810968721341d37aa1bcc30c4d9d7158da79f8 (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 26d083881d8af5b38091d54259363a6a9a83d0d5
Author: Serguei Makarov <smakarov@redhat.com>
Date:   Thu Jun 7 13:47:41 2012 -0400

    Removed stapfuncs.3stap and moved corresponding information to docstrings.

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

Summary of changes:
 Makefile.am                                 |    2 +-
 Makefile.in                                 |    5 +-
 doc/SystemTap_Tapset_Reference/tapsets.tmpl |   14 +-
 runtime/staprun/staprun.8                   |    1 -
 stap-merge.1                                |    1 -
 stap-server.8                               |    1 -
 stap.1                                      |   10 +-
 stapex.3stap                                |    1 -
 stapfuncs.3stap                             |  310 ---------------------------
 stappaths.7.in                              |    7 +-
 tapset/dev.stp                              |   21 ++
 tapset/indent.stp                           |    7 +
 tapset/inet.stp                             |    6 +
 tapset/queue_stats.stp                      |   21 ++-
 tapset/registers.stp                        |  228 ++++++++++++++++++++
 tapset/signal.stp                           |   40 ++++
 tapset/target_set.stp                       |   15 ++
 17 files changed, 359 insertions(+), 331 deletions(-)
 delete mode 100644 stapfuncs.3stap
 create mode 100644 tapset/registers.stp


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]