diff options
Diffstat (limited to 'tools/perf/bench/mem-memcpy.c')
| -rw-r--r-- | tools/perf/bench/mem-memcpy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/bench/mem-memcpy.c b/tools/perf/bench/mem-memcpy.c index 89773178e894..38dae7465142 100644 --- a/tools/perf/bench/mem-memcpy.c +++ b/tools/perf/bench/mem-memcpy.c | |||
| @@ -10,7 +10,6 @@ | |||
| 10 | #include "../perf.h" | 10 | #include "../perf.h" |
| 11 | #include "../util/util.h" | 11 | #include "../util/util.h" |
| 12 | #include "../util/parse-options.h" | 12 | #include "../util/parse-options.h" |
| 13 | #include "../util/string.h" | ||
| 14 | #include "../util/header.h" | 13 | #include "../util/header.h" |
| 15 | #include "bench.h" | 14 | #include "bench.h" |
| 16 | 15 | ||
| @@ -24,7 +23,7 @@ | |||
| 24 | 23 | ||
| 25 | static const char *length_str = "1MB"; | 24 | static const char *length_str = "1MB"; |
| 26 | static const char *routine = "default"; | 25 | static const char *routine = "default"; |
| 27 | static int use_clock = 0; | 26 | static bool use_clock = false; |
| 28 | static int clock_fd; | 27 | static int clock_fd; |
| 29 | 28 | ||
| 30 | static const struct option options[] = { | 29 | static const struct option options[] = { |
