[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110621135256.GA28229@dumpdata.com>
Date: Tue, 21 Jun 2011 09:52:56 -0400
From: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
To: Jeremy Fitzhardinge <jeremy@...p.org>
Cc: Xen Devel <Xen-devel@...ts.xensource.com>,
Steven Rostedt <rostedt@...dmis.org>,
Ingo Molnar <mingo@...hat.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Jeremy Fitzhardinge <jeremy.fitzhardinge@...rix.com>
Subject: Re: [PATCH 04/15] xen/trace: add multicall tracing
> +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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists