objtool: Add a statistics mode
[linux-block.git] / tools / objtool / builtin.h
index a32736f8d2a4724988903aa727a3f3f88681a0d5..0b907902ee790a58ec7d2bd9bc7fd3e78023a1eb 100644 (file)
@@ -8,7 +8,7 @@
 #include <subcmd/parse-options.h>
 
 extern const struct option check_options[];
-extern bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess;
+extern bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats;
 
 extern int cmd_check(int argc, const char **argv);
 extern int cmd_orc(int argc, const char **argv);