Searched defs:_fmt (Results 1 – 3 of 3) sorted by relevance
54 #define sprintf(_buf,_fmt,_args...) VG_(sprintf)((_buf),(_fmt),(_args)) argument
135 #define debug_print_format(_msg, _fmt) ((void)0) argument
861 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global()