at v2.6.32 266 B view raw
1/* For debugging general purposes */ 2 3extern int verbose; 4extern int dump_trace; 5 6int eprintf(const char *fmt, ...) __attribute__((format(printf, 1, 2))); 7int dump_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2))); 8void trace_event(event_t *event);