Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755610Ab1FUNxW (ORCPT ); Tue, 21 Jun 2011 09:53:22 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:51503 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751599Ab1FUNxV (ORCPT ); Tue, 21 Jun 2011 09:53:21 -0400 Date: Tue, 21 Jun 2011 09:52:56 -0400 From: Konrad Rzeszutek Wilk To: Jeremy Fitzhardinge Cc: Xen Devel , Steven Rostedt , Ingo Molnar , Linux Kernel Mailing List , Jeremy Fitzhardinge Subject: Re: [PATCH 04/15] xen/trace: add multicall tracing Message-ID: <20110621135256.GA28229@dumpdata.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090205.4E00A246.00B4:SCFMA922111,ss=1,re=-4.000,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 537 Lines: 14 > +TRACE_EVENT(xen_mc_entry, > + TP_PROTO(struct multicall_entry *mc, unsigned nargs), > + TP_ARGS(mc, nargs), > + TP_STRUCT__entry( > + __field(unsigned short, op) > + __field(unsigned short, nargs) > + __array(unsigned long, args, 6) Not 'unsigned long' for op? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/