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-1-g450718c


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  450718c9c424bce67e8580183788380431f90434 (commit)
      from  6a7aa1a180807e49cfeeccdb0eb460b41092a229 (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 450718c9c424bce67e8580183788380431f90434
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Wed Sep 23 07:41:47 2009 -0400

    PR10390: ftrace() tapset function
    
    * tapset/logging.stp (ftrace): New function.
      (*): Add kerneldoc to other functions.
    * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Process logging.stp.
    * stapfuncs.3stap.in: Remove "LOGGING" section, now redundant.
    * runtime/autoconf-trace-printk.c: New autoconf test.
    * buildrun.cxx (compile_pass): Build it.
    * NEWS: Mention it.
    * testsuite/buildok/logging.stp: Test it.

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

Summary of changes:
 NEWS                                        |    5 ++
 buildrun.cxx                                |    1 +
 doc/SystemTap_Tapset_Reference/tapsets.tmpl |    8 +++
 runtime/autoconf-trace-printk.c             |    8 +++
 stapfuncs.3stap.in                          |   30 -------------
 tapset/logging.stp                          |   63 +++++++++++++++++++++++++--
 testsuite/buildok/logging.stp               |   11 +++++
 7 files changed, 92 insertions(+), 34 deletions(-)
 create mode 100644 runtime/autoconf-trace-printk.c
 create mode 100644 testsuite/buildok/logging.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]