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-285-geb521ae


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  eb521ae66706271bd0687db92fcb346cff3fee90 (commit)
      from  b94c1ed7e3b59542103a39eab93fc3ced9b340f1 (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 eb521ae66706271bd0687db92fcb346cff3fee90
Author: Lukas Berk <lberk@redhat.com>
Date:   Tue May 3 15:21:10 2011 -0400

    PR12508 eventcounting script
    
    An eventcount.stp script has now been added which allows for event
    counting in the format of 'stap eventcount.stp syscall.* process.end ...'
    with a printout of tid's event and count.
    
    NEWS - news blurb
    testsuite/systemtap.examples/general/eventcount.meta - meta file
    testsuite/systemtap.examples/general/eventcount.stp - script itself

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

Summary of changes:
 NEWS                                               |    3 +
 .../systemtap.examples/general/eventcount.meta     |   13 +++++
 .../systemtap.examples/general/eventcount.stp      |   55 ++++++++++++++++++++
 3 files changed, 71 insertions(+), 0 deletions(-)
 create mode 100644 testsuite/systemtap.examples/general/eventcount.meta
 create mode 100644 testsuite/systemtap.examples/general/eventcount.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]