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.1-166-g08f88cd


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  08f88cde0a68f46008cd7498c775f435778e2f5d (commit)
      from  ab5e90c22127ef3c354835571414f9165c07bebe (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 08f88cde0a68f46008cd7498c775f435778e2f5d
Author: David Smith <dsmith@redhat.com>
Date:   Mon Mar 8 13:38:51 2010 -0600

    PR 11338 (partial): Used '@defined()' in tty, scheduler, and vfs tapsets.
    
    * tapset/tty.stp: Used '@defined()' to remove kernel version checks.
    * tapset/scheduler.stp: Ditto.
    * tapset/vfs.stp: Used '@defined()' to remove kernel version checks.  Also
      made several probe points optional instead of using kernel version
      checks to know when to include them.
    * testsuite/buildok/vfs_testcase.stp: Removed stap '-u' (unoptimized mode)
      switch, since '@defined()' doesn't work in unoptimized mode.

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

Summary of changes:
 tapset/scheduler.stp               |    7 +---
 tapset/tty.stp                     |   53 ++++++++--------------------
 tapset/vfs.stp                     |   66 +++++++++++------------------------
 testsuite/buildok/vfs_testcase.stp |    2 +-
 4 files changed, 39 insertions(+), 89 deletions(-)


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]