diff options
Diffstat (limited to 'tools/perf/ui/browser.h')
-rw-r--r-- | tools/perf/ui/browser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/ui/browser.h b/tools/perf/ui/browser.h index 2f226cb79f6a..059764b29b2d 100644 --- a/tools/perf/ui/browser.h +++ b/tools/perf/ui/browser.h | |||
@@ -38,8 +38,8 @@ void ui_browser__reset_index(struct ui_browser *self); | |||
38 | 38 | ||
39 | void ui_browser__gotorc(struct ui_browser *self, int y, int x); | 39 | void ui_browser__gotorc(struct ui_browser *self, int y, int x); |
40 | void ui_browser__write_graph(struct ui_browser *browser, int graph); | 40 | void ui_browser__write_graph(struct ui_browser *browser, int graph); |
41 | void __ui_browser__line_arrow_up(struct ui_browser *browser, unsigned int column, | 41 | void __ui_browser__line_arrow(struct ui_browser *browser, unsigned int column, |
42 | u64 start, u64 end, int start_width); | 42 | u64 start, u64 end, int start_width); |
43 | void __ui_browser__show_title(struct ui_browser *browser, const char *title); | 43 | void __ui_browser__show_title(struct ui_browser *browser, const char *title); |
44 | void ui_browser__show_title(struct ui_browser *browser, const char *title); | 44 | void ui_browser__show_title(struct ui_browser *browser, const char *title); |
45 | int ui_browser__show(struct ui_browser *self, const char *title, | 45 | int ui_browser__show(struct ui_browser *self, const char *title, |