From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25375 invoked by alias); 21 Nov 2011 22:26:32 -0000 Received: (qmail 25343 invoked by uid 678); 21 Nov 2011 22:26:32 -0000 Date: Mon, 21 Nov 2011 22:26:00 -0000 Message-ID: <20111121222631.25331.qmail@sourceware.org> From: wcohen@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-479-gabc69ba X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c0f710f9912b68456f6b197cf59678e54110e738 X-Git-Newrev: abc69babc74e1c10e1e59d421d4c7b9485982fd9 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2011-q4/txt/msg00143.txt.bz2 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 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 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 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 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 Date: Thu Nov 17 16:02:28 2011 -0500 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap commit c24eb00eb66774b3efb95a8a2829fd73f81fb433 Author: William Cohen 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