diff options
Diffstat (limited to 'tools/perf/util/debug.h')
-rw-r--r-- | tools/perf/util/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/debug.h b/tools/perf/util/debug.h index 14bafda79eda..d242adc3d5a2 100644 --- a/tools/perf/util/debug.h +++ b/tools/perf/util/debug.h | |||
@@ -38,7 +38,7 @@ extern int debug_data_convert; | |||
38 | #define pr_oe_time(t, fmt, ...) pr_time_N(1, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__) | 38 | #define pr_oe_time(t, fmt, ...) pr_time_N(1, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__) |
39 | #define pr_oe_time2(t, fmt, ...) pr_time_N(2, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__) | 39 | #define pr_oe_time2(t, fmt, ...) pr_time_N(2, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__) |
40 | 40 | ||
41 | #define STRERR_BUFSIZE 128 /* For the buffer size of strerror_r */ | 41 | #define STRERR_BUFSIZE 128 /* For the buffer size of str_error_r */ |
42 | 42 | ||
43 | int dump_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2))); | 43 | int dump_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2))); |
44 | void trace_event(union perf_event *event); | 44 | void trace_event(union perf_event *event); |