From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: [PATCH 00 of 10] xenalyze: build, hypercall tracing and plugins (v2) Date: Thu, 31 May 2012 12:16:16 +0100 Message-ID: References: <338462397-32111-1-git-send-email-david.vrabel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <338462397-32111-1-git-send-email-david.vrabel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com Cc: David Vrabel , George Dunlap List-Id: xen-devel@lists.xenproject.org A collection of fixes for xenalyze improving the build, adding support for the TRC_PV_HYPERCALL_V2 records and adding a simple plugin system. Changes in v2: - updates for changes in PV_HYPERCALL_V2 format. - removed some decoding of events which don't exist. - include updated trace.h. David