ipv6: drop unused "dev" arg of icmpv6_send()
[linux-2.6/next.git] / tools / perf / util / debug.h
blobc6c24c522deaf0cbbef6af3ffd95de706525412d
1 /* For debugging general purposes */
2 #ifndef __PERF_DEBUG_H
3 #define __PERF_DEBUG_H
5 #include "event.h"
7 extern int verbose;
8 extern int dump_trace;
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 */