aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/debug.h
blob: 2ae9090108d3be5bd1ed6ba0390d9d35ff89945d (plain) (blame)
1
2
3
4
5
/* For debugging general purposes */

extern int verbose;

int eprintf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));