lkml.org 
[lkml]   [2011]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 09/15] xen/trace: add tlb flush tracepoints
On 06/21/2011 07:07 AM, Konrad Rzeszutek Wilk wrote:
>> +TRACE_EVENT(xen_mmu_flush_tlb,
>> + TP_PROTO(int x),
>> + TP_ARGS(x),
>> + TP_STRUCT__entry(__array(char, x, 0)),
>> + TP_fast_assign((void)x),
>> + TP_printk("%s", "")
> Um, why not just "" without the %s?

Uh, vararg macro bogusness; need to supply 2 args.

J


\
 
 \ /
  Last update: 2011-06-23 21:55    [W:0.073 / U:2.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site