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.6-479-gabc69ba


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  abc69babc74e1c10e1e59d421d4c7b9485982fd9 (commit)
       via  f3ea0ef4fc75628d56f262277f6d127555cb6d84 (commit)
       via  345974c00a58abd6c747d574f60dedc4756679d0 (commit)
       via  df2323238f7b71fdd56f7ea54f94f560d4ec64f2 (commit)
       via  2a253cde0b0949f6e9b45d6db346e9e9e66f65ee (commit)
       via  c24eb00eb66774b3efb95a8a2829fd73f81fb433 (commit)
      from  c0f710f9912b68456f6b197cf59678e54110e738 (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 abc69babc74e1c10e1e59d421d4c7b9485982fd9
Author: William Cohen <wcohen@redhat.com>
Date:   Mon Nov 21 17:21:20 2011 -0500

    Add autoconf check for the addition of the pte argument for alloc_vm_area
    
    Linux Kernel commit cd12909cb5 add the pt argument to the alloc_vm_area
    function. Need to check whether that pte argument exists and sets a define
    as required.

commit f3ea0ef4fc75628d56f262277f6d127555cb6d84
Merge: 345974c c0f710f
Author: William Cohen <wcohen@redhat.com>
Date:   Mon Nov 21 16:38:39 2011 -0500

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

commit 345974c00a58abd6c747d574f60dedc4756679d0
Merge: df23232 adc4897
Author: William Cohen <wcohen@redhat.com>
Date:   Mon Nov 21 10:15:23 2011 -0500

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

commit df2323238f7b71fdd56f7ea54f94f560d4ec64f2
Merge: 2a253cd 5261f7a
Author: William Cohen <wcohen@redhat.com>
Date:   Fri Nov 18 15:22:03 2011 -0500

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

commit 2a253cde0b0949f6e9b45d6db346e9e9e66f65ee
Merge: c24eb00 3b035c9
Author: William Cohen <wcohen@redhat.com>
Date:   Thu Nov 17 16:02:28 2011 -0500

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

commit c24eb00eb66774b3efb95a8a2829fd73f81fb433
Author: William Cohen <wcohen@redhat.com>
Date:   Tue Nov 15 11:39:45 2011 -0500

    Add the kvm_service_time.stp example

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

Summary of changes:
 buildrun.cxx                                       |    1 +
 runtime/autoconf-vm-area-pte.c                     |    6 ++
 runtime/transport/transport.c                      |    4 +
 .../virtualization/kvm_service_time.meta           |   14 +++
 .../virtualization/kvm_service_time.stp            |   96 ++++++++++++++++++++
 5 files changed, 121 insertions(+), 0 deletions(-)
 create mode 100644 runtime/autoconf-vm-area-pte.c
 create mode 100644 testsuite/systemtap.examples/virtualization/kvm_service_time.meta
 create mode 100755 testsuite/systemtap.examples/virtualization/kvm_service_time.stp


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]