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-142-g9b06e18


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  9b06e18aef324786a88a0fbb61dcfdb369586e7f (commit)
       via  8822ed7f38927e45168f2ee5375ee844de3d1900 (commit)
       via  b36411e750e154eede9019e97844731927141a9e (commit)
       via  7020ae0062b9f5dc60da698f896bb91c6d8a6b09 (commit)
      from  f4fe2e932cc8f445e9e1bc52863e11b669e3afc9 (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 9b06e18aef324786a88a0fbb61dcfdb369586e7f
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed Mar 3 15:05:36 2010 +0100

    Add task_stime_tid(), task_utime_tid() and task_time_string_tid() support.
    
    * tapset/task_time.stp: New functions task_stime_tid(), task_utime_tid()
      and task_time_string_tid().
    * testsuite/buildok/task_test.stp: Add tests.

commit 8822ed7f38927e45168f2ee5375ee844de3d1900
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Mar 1 12:42:59 2010 +0100

    Add documentation and tests for proc_mem_*_pid functions.

commit b36411e750e154eede9019e97844731927141a9e
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Feb 15 11:28:38 2010 +0100

    Add proc_mem_*_pid tapset function variants.
    
    * tapset/proc_mem.stp: Add proc_mem_size_pid, proc_mem_rss_pid,
      proc_mem_shr_pid, proc_mem_txt_pid, proc_mem_data_pid and
      proc_mem_string_pid functions to tapset.

commit 7020ae0062b9f5dc60da698f896bb91c6d8a6b09
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Feb 25 22:06:42 2010 +0100

    git_version.sh: Don't unnecessarily write to builddir during make install.
    
    Ideally make install wouldn't touch the src or build dirs. When the build
    dir is mounted so root cannot write to it a make install would fail
    because git_version.sh tried to create a temporary file. Fix by creating
    temporary git_version.h.new file in temp dir.
    
    * git_version.sh: Create temp dir and git_version.h.new outside src
      and build dir. Change all occurances of $outfile.new to $outfilenew.

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

Summary of changes:
 git_version.sh                  |   15 +++--
 tapset/proc_mem.stp             |  149 ++++++++++++++++++++++++++++++++++++++-
 tapset/task_time.stp            |   50 +++++++++++++-
 testsuite/buildok/proc_mem.stp  |    9 +++
 testsuite/buildok/task_test.stp |    5 ++
 5 files changed, 220 insertions(+), 8 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]