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-13-g961479c


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  961479c253ded0d1a7331e8d064ffbc0ca3358d7 (commit)
      from  fc80eab8cc1cbebad78df914a885cb74cbd91f22 (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 961479c253ded0d1a7331e8d064ffbc0ca3358d7
Author: David Smith <dsmith@redhat.com>
Date:   Fri Mar 26 13:24:38 2010 -0500

    PR 9871/11338 fix in tcpmib.stp by removing embedded-C and using @defined.
    
    * tapset/tcpmib.stp (tcpmib_get_state): Changed from embedded-C to script
      code.
      (tcpmib_local_addr): Instead of an embedded-C function, now calls
      function from ip.stp/tcp.stp.
      (tcpmib_remote_addr): Ditto.
      (tcpmib_local_port): Ditto.
      (tcpmib_remote_port): Ditto.
      (tcpmib.OutRsts.A): Used '@defined' instead of a kernel version check.
    * tapset/ip.stp (__ip_sock_saddr): Used '@defined' instead of a kernel
      version check.  Added RHEL4 support.
      (__ip_sock_daddr): Ditto.
    * tapset/tcp.stp (__tcp_sock_dport): Ditto.
      (__tcp_sock_sport): Ditto.

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

Summary of changes:
 tapset/ip.stp     |   23 ++++++++------
 tapset/tcp.stp    |   54 +++++++++++++++++++++--------------
 tapset/tcpmib.stp |   80 ++++++++++++++++-------------------------------------
 3 files changed, 69 insertions(+), 88 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]