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-0.9.9-151-g4b9c969


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]