perf tools: Introduce bitmask'ed additional headers
[linux-2.6/x86.git] / tools / perf / util / debug.h
blob02d1fa1c2465230f5286dfa3592ef5ae17d4721b
1 /* For debugging general purposes */
2 #ifndef __PERF_DEBUG_H
3 #define __PERF_DEBUG_H
5 extern int verbose;
6 extern int dump_trace;
8 int eprintf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
9 int dump_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
10 void trace_event(event_t *event);
12 #endif /* __PERF_DEBUG_H */