Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234453
b: refs/heads/master
c: 74cfc17
h: refs/heads/master
i:
  234451: 7de2900
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Feb 17, 2011
1 parent e7e0062 commit f85a507
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 712a4b6049724278121d56aba683151d86c8c35a
refs/heads/master: 74cfc17dc1a69c37ce6c8a76c1ce84bcb796eb0e
6 changes: 6 additions & 0 deletions trunk/tools/perf/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,12 @@ static int __cmd_report(void)
perf_session__fprintf_dsos(session, stdout);

next = rb_first(&session->hists_tree);

if (next == NULL) {
ui__warning("The %s file has no samples!\n", input_name);
goto out_delete;
}

while (next) {
struct hists *hists;

Expand Down

0 comments on commit f85a507

Please sign in to comment.