]> Git Repo - linux.git/blob - tools/perf/util/debug.h
perf tools: Unify debug messages mechanisms
[linux.git] / tools / perf / util / debug.h
1 /* For debugging general purposes */
2 #ifndef __PERF_DEBUG_H
3 #define __PERF_DEBUG_H
4
5 extern int verbose;
6 extern int dump_trace;
7
8 int eprintf(int level,
9             const char *fmt, ...) __attribute__((format(printf, 2, 3)));
10 int dump_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
11 void trace_event(event_t *event);
12
13 #endif  /* __PERF_DEBUG_H */
This page took 0.029862 seconds and 4 git commands to generate.