Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275101
b: refs/heads/master
c: 13d8f96
h: refs/heads/master
i:
  275099: 3fddf44
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Oct 26, 2011
1 parent 2b8cf80 commit 588230f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: b8631e6ebb3aa033e21d68dd75029aceb96b79cd
refs/heads/master: 13d8f96c6c98532567b7620210a41d57dbc2039f
5 changes: 2 additions & 3 deletions trunk/tools/perf/util/ui/browsers/hists.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,7 @@ static int hist_browser__run(struct hist_browser *self, const char *ev_name,
key = ui_browser__run(&self->b, delay_secs);

switch (key) {
case -1:
/* FIXME we need to check if it was es.reason == NEWT_EXIT_TIMER */
case K_TIMER:
timer(arg);
ui_browser__update_nr_entries(&self->b, self->hists->nr_entries);
hists__browser_title(self->hists, title, sizeof(title),
Expand Down Expand Up @@ -914,7 +913,7 @@ static int perf_evsel__hists_browse(struct perf_evsel *evsel, int nr_events,
"C Collapse all callchains\n"
"E Expand all callchains\n"
"d Zoom into current DSO\n"
"t Zoom into current Thread\n");
"t Zoom into current Thread");
continue;
case K_ENTER:
case K_RIGHT:
Expand Down

0 comments on commit 588230f

Please sign in to comment.