Josh Poimboeuf | 0a4bb5d | 2015-12-07 22:21:48 -0600 | [diff] [blame] | 1 | #include "util/util.h" |
2 | #include "builtin.h" | ||||
3 | #include "perf.h" | ||||
4 | |||||
5 | int cmd_version(int argc __maybe_unused, const char **argv __maybe_unused, | ||||
6 | const char *prefix __maybe_unused) | ||||
7 | { | ||||
8 | printf("perf version %s\n", perf_version_string); | ||||
9 | return 0; | ||||
10 | } |