Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234507
b: refs/heads/master
c: a03f35c
h: refs/heads/master
i:
  234505: 287f37f
  234503: 60c9877
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Mar 6, 2011
1 parent 91cb6ec commit e0944a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6909262429b70a162e9e7053672cfd8024c9275d
refs/heads/master: a03f35ceeb3d279da35c5a914ac01a4b1effb0a1
5 changes: 4 additions & 1 deletion trunk/tools/perf/util/ui/browsers/hists.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,8 @@ static int hist_browser__run(struct hist_browser *self, const char *title)
{
int key;
int exit_keys[] = { 'a', '?', 'h', 'C', 'd', 'D', 'E', 't',
NEWT_KEY_ENTER, NEWT_KEY_RIGHT, NEWT_KEY_LEFT, 0, };
NEWT_KEY_ENTER, NEWT_KEY_RIGHT, NEWT_KEY_LEFT,
NEWT_KEY_TAB, NEWT_KEY_UNTAB, 0, };

self->b.entries = &self->hists->entries;
self->b.nr_entries = self->hists->nr_entries;
Expand Down Expand Up @@ -859,6 +860,7 @@ int hists__browse(struct hists *self, const char *helpline,
"E Expand all callchains\n"
"d Zoom into current DSO\n"
"t Zoom into current Thread\n"
"TAB/UNTAB Switch events\n"
"q/CTRL+C Exit browser");
continue;
case NEWT_KEY_ENTER:
Expand Down Expand Up @@ -997,6 +999,7 @@ int hists__tui_browse_tree(struct rb_root *self, const char *help, int evidx)
if (nd == first)
continue;
nd = rb_prev(nd);
break;
default:
return key;
}
Expand Down

0 comments on commit e0944a1

Please sign in to comment.