From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1823 invoked by alias); 13 Sep 2008 18:20:33 -0000 Received: (qmail 1808 invoked by uid 22791); 13 Sep 2008 18:20:33 -0000 X-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.179) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 13 Sep 2008 18:19:46 +0000 Received: by wa-out-1112.google.com with SMTP id l24so1187378waf.12 for ; Sat, 13 Sep 2008 11:19:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=/egGytHiZgDjCdQVqP2WVWsRPo7TwaE+pD9ggJ/a9fc=; b=GhBsl4iXQAfuTqF1PlV+jNgVkBkTc2JONraGyAdCf0dBXJnmPklLUnmd1AzvdGkeJC ua1hZZ5hnQvmQI6th0jcDOsDfcu+bcaz2efv8tz9aeqstHZ8D6CXg9hchC9zRr17Fox1 p1gRK39EOR7WVuss3H7MKDFxokM6n0nFwl2Yo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=AZw7cIoqZzZhz1LZREmoJGj0O+qrM8Lz+qacNx8H7kudVPhEFuZvE/janSqZMaQU3M EKvQGfA/LveXj9tCzi32sleS/Nu5zy34Vi9XuPaxGvZylxLAL8LSJab8Bu8IAF8PVnOD enGvbM15UNqKrI6KXqD/qPAHs+YOj8C+Ue8s0= Received: by 10.114.198.1 with SMTP id v1mr4583921waf.64.1221329985190; Sat, 13 Sep 2008 11:19:45 -0700 (PDT) Received: by 10.114.194.10 with HTTP; Sat, 13 Sep 2008 11:19:45 -0700 (PDT) Message-ID: <146c63b10809131119g293b1c6fy6743a726091f5537@mail.gmail.com> Date: Sat, 13 Sep 2008 18:20:00 -0000 From: "satya komaragiri" To: "Masami Hiramatsu" Subject: Re: Instrumenting XEN and KVM using Systemtap Cc: "Eugene Teo" , systemtap@sourceware.org, "vesper develop" In-Reply-To: <146c63b10809130813g5ea06002x7ee7af9d9590a910@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <146c63b10809110707h4257023dw91bc4ab3dae66b39@mail.gmail.com> <8b6758ea0809120405l771d4298n9850f047a17b05a2@mail.gmail.com> <48CA8AEB.2050904@redhat.com> <146c63b10809130813g5ea06002x7ee7af9d9590a910@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00654.txt.bz2 Hello I was reading the paper here: http://ols.fedoraproject.org/OLS/Reprints-2008/kim1-reprint.pdf Was wondering what " We have a plan to integrate the feature of VESPERs for virtualization into the SystemTap for its versatile usage in the native kernel as well as the virtualized kernel." means. (section: 7.2) I thought they'd use systemtap scripts in VESPER. Or is it the other way round? Regards Satya