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.7-178-g83ae46d


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  83ae46ddf1f31e349cb7ee8724218f835310462c (commit)
      from  f861d05e588b232c72f9f27055f6f466dac47194 (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 83ae46ddf1f31e349cb7ee8724218f835310462c
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Mon Apr 23 16:27:00 2012 -0400

    staprun: conditionalize use of pthread_mutex*
    
    staprun is compiled single-threaded, but recent improvements to
    util.cxx made it implicitly pthreads-dependent.  Conditionalize
    pthread_* calls with #ifndef SINGLE_THREADED throughout.
    
    Reported-By: "Turgis, Frederic" <f-turgis@ti.com>

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

Summary of changes:
 util.cxx |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 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]