public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.9-151-g4b9c969
@ 2009-08-19 21:02 dsmith
  0 siblings, 0 replies; only message in thread
From: dsmith @ 2009-08-19 21:02 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  4b9c969abcaeb089f7473e08cee420b99c4e287c (commit)
       via  b1e56041f6f6bee89b1d4a7fb2f76d48cb21fbf2 (commit)
      from  b57ba9b863f0bd99f70d9e4d64c5a11ec75f7317 (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 4b9c969abcaeb089f7473e08cee420b99c4e287c
Merge: b1e56041f6f6bee89b1d4a7fb2f76d48cb21fbf2 b57ba9b863f0bd99f70d9e4d64c5a11ec75f7317
Author: David Smith <dsmith@redhat.com>
Date:   Wed Aug 19 16:02:26 2009 -0500

    Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

commit b1e56041f6f6bee89b1d4a7fb2f76d48cb21fbf2
Author: David Smith <dsmith@redhat.com>
Date:   Wed Aug 19 16:01:45 2009 -0500

    Updated with latest code.
    * runtime/transport/ring_buffer.c (_stp_ring_buffer_disable_cpu): New
      function.
      (_stp_ring_buffer_enable_cpu): Ditto.
      (_stp_ring_buffer_cpu_disabled): Ditto.
      (_stp_ring_buffer_empty_cpu): Only checks online cpus (instead of all
      possible cpus).
      (_stp_find_next_event): Ditto.
      (_stp_ring_buffer_iterator_increment): Calls
      _stp_ring_buffer_disable_cpu()/_stp_ring_buffer_enable_cpu() around
      ring_buffer_* calls.
      (_stp_ring_buffer_consume): Ditto.
      (_stp_peek_next_event): Ditto.
      (_stp_buffer_iter_finish): New function.
      (_stp_buffer_iter_start): Ditto.
      (_stp_data_read_trace): Uses
      _stp_buffer_iter_start()/_stp_buffer_iter_finish().
      (_stp_data_write_reserve): Checks to see if the cpu is disabled (with
      _stp_ring_buffer_cpu_disabled() before reserving memory.  Uses
      _stp_buffer_iter_start()/_stp_buffer_iter_finish().
      (_stp_transport_data_fs_init): Initializes buffer iterators.

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

Summary of changes:
 runtime/transport/ring_buffer.c |  215 ++++++++++++++++++++++++++-------------
 1 files changed, 145 insertions(+), 70 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:[~2009-08-19 21:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-19 21:02 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.9-151-g4b9c969 dsmith

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