Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285085
b: refs/heads/master
c: cdce445
h: refs/heads/master
i:
  285083: 4c64949
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Jan 8, 2012
1 parent d30e859 commit 90d86ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c30ab8aa084843159b4679e9a3d7f63187d5906a
refs/heads/master: cdce445906852d90efdc773ca7ba460e6e41664d
4 changes: 4 additions & 0 deletions trunk/tools/perf/builtin-top.c
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,10 @@ static void perf_top__start_counters(struct perf_top *top)
ui__warning("The %s event is not supported.\n",
event_name(counter));
goto out_err;
} else if (err == EMFILE) {
ui__warning("Too many events are opened.\n"
"Try again after reducing the number of events\n");
goto out_err;
}

ui__warning("The sys_perf_event_open() syscall "
Expand Down

0 comments on commit 90d86ca

Please sign in to comment.