public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
From: dsmith@sourceware.org
To: systemtap-cvs@sourceware.org
Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-19-gd1eef01
Date: Mon, 26 Jul 2010 19:20:00 -0000	[thread overview]
Message-ID: <20100726192004.24916.qmail@sourceware.org> (raw)

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  d1eef01150ea830f09ef2be6e7c5b40bc0cd1e1a (commit)
      from  41bfa3152acd93e0087f38be27dc0fee12163c46 (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 d1eef01150ea830f09ef2be6e7c5b40bc0cd1e1a
Author: David Smith <dsmith@redhat.com>
Date:   Mon Jul 26 14:19:32 2010 -0500

    Many small tapset/syscalls.stp fixups. Deprecate misnamed vars. Added testcase.
    
    * tapset/syscalls.stp (syscall.add_key): Added a pending deprecation of
      'description_auddr'. Added 'description_uaddr'.
      (syscall.clock_nanosleep): Added 'flags' convenience variable (to go
      along with existing 'flag_str' variable).
      (syscall.compat_clock_nanosleep): Ditto.
      (syscall.fadvise64): At some point, x86_64 kernels couldn't find
      parameters, so a special version of this probe was written for x86_64.
      Now just uses @defined().
      (syscall.fadvise64_64): Ditto.
      (syscall.fremovexattr): Add 'name_str' and fix 'argstr'.
      (syscall.fgetxattr): Added pending deprecation of 'name2' and added
      'name_str'.
      (syscall.fsetxattr): Ditto.
      (syscall.getxattr): Ditto.
      (syscall.lgetxattr): Ditto.
      (syscall.lremovexattr): Ditto.
      (syscall.futex): Use dwarf variable in comparison instead of convenience
      variable (to let convenience variable be optimized away).
      (syscall.compat_futex): Ditto.
      (syscall.compat_sys_msgctl): Add convenience variables to match
      non-'compat' probe.
      (syscall.compat_sys_msgrcv): Ditto.
      (syscall.compat_sys_msgsnd): Ditto.
    * testsuite/buildok/syscalls-detailed.stp: New testcase.
    * NEWS: Mentioned pending variable deprecations.
    * stap.1: Ditto.

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

Summary of changes:
 NEWS                                    |   14 +
 stap.1                                  |   10 +
 tapset/syscalls.stp                     |  114 ++--
 testsuite/buildok/syscalls-detailed.stp | 1383 +++++++++++++++++++++++++++++++
 4 files changed, 1463 insertions(+), 58 deletions(-)
 create mode 100755 testsuite/buildok/syscalls-detailed.stp


hooks/post-receive
--
systemtap: system-wide probe/trace tool


                 reply	other threads:[~2010-07-26 19:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100726192004.24916.qmail@sourceware.org \
    --to=dsmith@sourceware.org \
    --cc=systemtap-cvs@sourceware.org \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).