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.2-299-g49f7872


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  49f7872ad5b7466ef1875b18287aad7ae30bdcd3 (commit)
      from  23c2d7d24870a618e6fd8f206400988dc3bd42dd (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 49f7872ad5b7466ef1875b18287aad7ae30bdcd3
Author: David Smith <dsmith@redhat.com>
Date:   Mon Jun 21 10:09:58 2010 -0500

    Large update to kprobes test scripts.
    
    * scripts/kprobes_test/kprobes_test.py: Python script to replace old
      expect scripts.
    * scripts/kprobes_test/whitelist.exp: Removed old expect script.
    * scripts/kprobes_test/whitelist_lib.exp: Ditto.
    * scripts/kprobes_test/gen_code.py: Changed so that could be included by
      another python module, or directly executed.
    * scripts/kprobes_test/is_probed.py: Ditto.
    * scripts/kprobes_test/run_module.py: Ditto.
    * scripts/kprobes_test/config_opts.py: Commented config options.
    * scripts/kprobes_test/default.cfg: Commented out ltp tests that require a
      server.
    * scripts/kprobes_test/.gitignore: Updated.

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

Summary of changes:
 scripts/kprobes_test/.gitignore        |    9 +
 scripts/kprobes_test/config_opts.py    |   50 +++-
 scripts/kprobes_test/default.cfg       |    4 +-
 scripts/kprobes_test/gen_code.py       |   10 +-
 scripts/kprobes_test/is_probed.py      |   81 +++--
 scripts/kprobes_test/kprobes_test.py   |  564 ++++++++++++++++++++++++++++++++
 scripts/kprobes_test/run_module.py     |   20 +-
 scripts/kprobes_test/whitelist.exp     |  162 ---------
 scripts/kprobes_test/whitelist_lib.exp |  175 ----------
 9 files changed, 685 insertions(+), 390 deletions(-)
 create mode 100755 scripts/kprobes_test/kprobes_test.py
 delete mode 100755 scripts/kprobes_test/whitelist.exp
 delete mode 100755 scripts/kprobes_test/whitelist_lib.exp


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]