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.5-35-g6d5d594


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  6d5d594ea81d85098fb1b2fbb0b93e0abb68dc10 (commit)
      from  ba608c24fb64c59b1a20cbafc0c44e627e88da2d (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 6d5d594ea81d85098fb1b2fbb0b93e0abb68dc10
Author: Lukas Berk <lberk@redhat.com>
Date:   Wed Jun 8 11:23:20 2011 -0400

    PR12427 implied process("...") target for stap -c CMD invocation
    
    NEWS - news blurb
    stapprobes.3stap - updated and noted change in functionality
    tapsets.cxx - add new probe points to bind to, parse probe point
                  and assign to parameters and location->components->arg
    process_by_cmd.* - test program for testsuite

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

Summary of changes:
 NEWS                                        |    6 ++++
 stapprobes.3stap                            |    7 ++++-
 tapsets.cxx                                 |   39 ++++++++++++++++++++++++--
 testsuite/systemtap.base/process_by_cmd.c   |   15 ++++++++++
 testsuite/systemtap.base/process_by_cmd.exp |   32 ++++++++++++++++++++++
 testsuite/systemtap.base/process_by_cmd.stp |    5 +++
 6 files changed, 100 insertions(+), 4 deletions(-)
 create mode 100644 testsuite/systemtap.base/process_by_cmd.c
 create mode 100644 testsuite/systemtap.base/process_by_cmd.exp
 create mode 100755 testsuite/systemtap.base/process_by_cmd.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]