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-130-gbfbbb76


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  bfbbb76e5d0294cc1d44f42ab6c2d91149067b6c (commit)
      from  6861e05642c23c569ef34d49bfa3fe83e2badc11 (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 bfbbb76e5d0294cc1d44f42ab6c2d91149067b6c
Author: David Smith <dsmith@redhat.com>
Date:   Mon Mar 1 15:17:09 2010 -0600

    Fixed PR 11336 by using a wait queue to wait on procfs file availability.
    
    * runtime/procfs-probes.c: Removed old kernel 2.6.16 code.  Simplified
      _spp_lock macros.
      (_stp_proc_open_file): If file is busy, use a wait queue to wait on it
      being available.
      (_stp_proc_release_file): Decrease open count.
    * tapset-procfs.cxx (emit_module_init): Updated procfs probe
      initialization/shutdown routine names.
      (emit_module_exit): Ditto.

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

Summary of changes:
 runtime/procfs-probes.c |  123 ++++++++++++++++++++---------------------------
 tapset-procfs.cxx       |    6 +-
 2 files changed, 56 insertions(+), 73 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]