public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-93-g46ac9ed
@ 2011-08-12 17:41 mark
  0 siblings, 0 replies; only message in thread
From: mark @ 2011-08-12 17:41 UTC (permalink / raw)
  To: systemtap-cvs

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  46ac9ed5bad86641e552bee4e42a2d973ffc12d0 (commit)
      from  fce7a9221f48f15859dc8986b623588cb41a097e (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 46ac9ed5bad86641e552bee4e42a2d973ffc12d0
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Aug 12 19:34:20 2011 +0200

    Remove _stp_ctl_work_timer from module transport layer.
    
    The _stp_ctl_work_timer would trigger every 20ms to check whether
    there were cmd messages queued, but not announced yet and to
    check the _stp_exit_flag was set.
    
    This commit makes all control messages announce themselves and
    check the _stp_exit_flag in the _stp_ctl_read_cmd loop (delivery
    is still possibly delayed since the messages are just pushed on
    a wait queue).

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

Summary of changes:
 runtime/io.c                  |    4 +---
 runtime/print_flush.c         |    4 ++--
 runtime/transport/control.c   |    6 ++++++
 runtime/transport/transport.c |   40 ----------------------------------------
 runtime/transport/transport.h |    2 +-
 tapset/system.stp             |    5 +----
 6 files changed, 11 insertions(+), 50 deletions(-)


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-12 17:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-12 17:41 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-93-g46ac9ed mark

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).