Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234475
b: refs/heads/master
c: 374cfe5
h: refs/heads/master
i:
  234473: fe03f77
  234471: f16f1fc
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Mar 1, 2011
1 parent 0acc5b4 commit eb59b6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: a1ceb741cf86ef433006379742db81c00b450bae
refs/heads/master: 374cfe56892701f062586d6a6de6cb71777a4184
5 changes: 3 additions & 2 deletions trunk/tools/perf/builtin-top.c
Original file line number Diff line number Diff line change
Expand Up @@ -740,8 +740,9 @@ static void perf_event__process_sample(const union perf_event *event,
*/
if (al.map == machine->vmlinux_maps[MAP__FUNCTION] &&
RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION])) {
pr_err("The %s file can't be used\n",
symbol_conf.vmlinux_name);
ui__warning("The %s file can't be used\n",
symbol_conf.vmlinux_name);
exit_browser(0);
exit(1);
}

Expand Down

0 comments on commit eb59b6d

Please sign in to comment.