diff options
Diffstat (limited to 'tools/perf/util/debug.c')
| -rw-r--r-- | tools/perf/util/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/debug.c b/tools/perf/util/debug.c index 033d66db863a..dd824cf3b628 100644 --- a/tools/perf/util/debug.c +++ b/tools/perf/util/debug.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | #include "util.h" | 13 | #include "util.h" |
| 14 | 14 | ||
| 15 | int verbose = 0; | 15 | int verbose = 0; |
| 16 | int dump_trace = 0; | 16 | bool dump_trace = false; |
| 17 | 17 | ||
| 18 | int eprintf(int level, const char *fmt, ...) | 18 | int eprintf(int level, const char *fmt, ...) |
| 19 | { | 19 | { |
