diff options
Diffstat (limited to 'tools/perf/ui/browsers/hists.c')
-rw-r--r-- | tools/perf/ui/browsers/hists.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/ui/browsers/hists.c b/tools/perf/ui/browsers/hists.c index 466827e91b87..a372a4b02635 100644 --- a/tools/perf/ui/browsers/hists.c +++ b/tools/perf/ui/browsers/hists.c | |||
@@ -941,7 +941,7 @@ static int perf_evsel__hists_browse(struct perf_evsel *evsel, int nr_events, | |||
941 | goto zoom_dso; | 941 | goto zoom_dso; |
942 | case 't': | 942 | case 't': |
943 | goto zoom_thread; | 943 | goto zoom_thread; |
944 | case 's': | 944 | case '/': |
945 | if (ui_browser__input_window("Symbol to show", | 945 | if (ui_browser__input_window("Symbol to show", |
946 | "Please enter the name of symbol you want to see", | 946 | "Please enter the name of symbol you want to see", |
947 | buf, "ENTER: OK, ESC: Cancel", | 947 | buf, "ENTER: OK, ESC: Cancel", |
@@ -969,7 +969,7 @@ static int perf_evsel__hists_browse(struct perf_evsel *evsel, int nr_events, | |||
969 | "E Expand all callchains\n" | 969 | "E Expand all callchains\n" |
970 | "d Zoom into current DSO\n" | 970 | "d Zoom into current DSO\n" |
971 | "t Zoom into current Thread\n" | 971 | "t Zoom into current Thread\n" |
972 | "s Filter symbol by name"); | 972 | "/ Filter symbol by name"); |
973 | continue; | 973 | continue; |
974 | case K_ENTER: | 974 | case K_ENTER: |
975 | case K_RIGHT: | 975 | case K_RIGHT: |