linux-stable-rt/tools/perf/util/debug.h

6 lines
132 B
C

/* For debugging general purposes */
extern int verbose;
int eprintf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));