1 /* For debugging general purposes */
10 int eprintf(int level
,
11 const char *fmt
, ...) __attribute__((format(printf
, 2, 3)));
12 int dump_printf(const char *fmt
, ...) __attribute__((format(printf
, 1, 2)));
13 void trace_event(event_t
*event
);
15 #endif /* __PERF_DEBUG_H */