diff options
Diffstat (limited to 'tools/perf/perf.h')
-rw-r--r-- | tools/perf/perf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/perf.h b/tools/perf/perf.h index c50985eaec41..469fbf2daea4 100644 --- a/tools/perf/perf.h +++ b/tools/perf/perf.h | |||
@@ -208,6 +208,7 @@ struct branch_stack { | |||
208 | struct branch_entry entries[0]; | 208 | struct branch_entry entries[0]; |
209 | }; | 209 | }; |
210 | 210 | ||
211 | extern const char *input_name; | ||
211 | extern bool perf_host, perf_guest; | 212 | extern bool perf_host, perf_guest; |
212 | extern const char perf_version_string[]; | 213 | extern const char perf_version_string[]; |
213 | 214 | ||