Re: [PATCH 04/15] xen/trace: add multicall tracing

From: Jeremy Fitzhardinge
Date: Tue Jun 21 2011 - 13:11:42 EST


On 06/21/2011 06:52 AM, Konrad Rzeszutek Wilk wrote:
>> +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?

I wanted to save space in the trace buffer. I think hypercall numbers
are all small?

J

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/