diff options
| -rw-r--r-- | tools/perf/bench/bench.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/perf/bench/bench.h b/tools/perf/bench/bench.h index 59adb279cd7a..42167ea41944 100644 --- a/tools/perf/bench/bench.h +++ b/tools/perf/bench/bench.h | |||
| @@ -6,4 +6,13 @@ extern int bench_sched_messaging(int argc, const char **argv, | |||
| 6 | extern int bench_sched_pipe(int argc, const char **argv, | 6 | extern int bench_sched_pipe(int argc, const char **argv, |
| 7 | const char *prefix); | 7 | const char *prefix); |
| 8 | 8 | ||
| 9 | #define BENCH_FORMAT_DEFAULT_STR "default" | ||
| 10 | #define BENCH_FORMAT_DEFAULT 0 | ||
| 11 | #define BENCH_FORMAT_SIMPLE_STR "simple" | ||
| 12 | #define BENCH_FORMAT_SIMPLE 1 | ||
| 13 | |||
| 14 | #define BENCH_FORMAT_UNKNOWN -1 | ||
| 15 | |||
| 16 | extern int bench_format; | ||
| 17 | |||
| 9 | #endif | 18 | #endif |
