From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: [PATCHv5 0/4] trace: improve hypercall tracing Date: Wed, 3 Oct 2012 17:32:23 +0100 Message-ID: <1349281947-5009-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: 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.xen.org Cc: David Vrabel , George Dunlap List-Id: xen-devel@lists.xenproject.org xenalyze requires some patches to decode the new trace record format, these patches will be posted shortly. Changes since v4: - Rename trace_hypercall() to __trace_hypercall_entry(). - Use an array for the arguments to include in the hypercall trace record. Changes since v3: - Trace arguments for a few more hypercalls (vcpu_op and sched_op). Changes since v2: - Changed all PV events to use a different subclass. - Put multicall subcalls into their own subclass (so they can be filtered out). - Use 12 bits to report which arguments are present in the PV_HYPERCALL_V2 trace record. David