aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util')
-rw-r--r--tools/perf/util/ui/browsers/annotate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/ui/browsers/annotate.c b/tools/perf/util/ui/browsers/annotate.c
index 76caae95df39..374d3bc570b2 100644
--- a/tools/perf/util/ui/browsers/annotate.c
+++ b/tools/perf/util/ui/browsers/annotate.c
@@ -287,9 +287,11 @@ static int annotate_browser__run(struct annotate_browser *self, int evidx,
287 nd = self->curr_hot; 287 nd = self->curr_hot;
288 break; 288 break;
289 case 'H': 289 case 'H':
290 case 'h':
290 nd = self->curr_hot; 291 nd = self->curr_hot;
291 break; 292 break;
292 case 'S': 293 case 'S':
294 case 's':
293 if (annotate_browser__toggle_source(self)) 295 if (annotate_browser__toggle_source(self))
294 ui_helpline__puts(help); 296 ui_helpline__puts(help);
295 continue; 297 continue;