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 new file mode 100644 index 000000000000..59adb279cd7a --- /dev/null +++ b/tools/perf/bench/bench.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #ifndef BENCH_H | ||
2 | #define BENCH_H | ||
3 | |||
4 | extern int bench_sched_messaging(int argc, const char **argv, | ||
5 | const char *prefix); | ||
6 | extern int bench_sched_pipe(int argc, const char **argv, | ||
7 | const char *prefix); | ||
8 | |||
9 | #endif | ||