Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147415
b: refs/heads/master
c: 585e337
h: refs/heads/master
i:
  147413: a6c9566
  147411: e9de8a2
  147407: abbbec7
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed May 1, 2009
1 parent 45019a7 commit ccea602
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 63a809a2dc53b91268dd915bbcbd425063893676
refs/heads/master: 585e3374d9d29376c2c37d821c8b7637dd48ca95
5 changes: 5 additions & 0 deletions trunk/Documentation/perf_counter/perf-report.cc
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,11 @@ int main(int argc, char *argv[])
exit(-1);
}

if (!stat.st_size) {
fprintf(stderr, "zero-sized file, nothing to do!\n");
exit(0);
}

load_kallsyms();

remap:
Expand Down

0 comments on commit ccea602

Please sign in to comment.