Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147655
b: refs/heads/master
c: edc52de
h: refs/heads/master
i:
  147653: 977c643
  147651: 589c2f8
  147647: 0b0be43
v: v3
  • Loading branch information
Ingo Molnar committed Jun 4, 2009
1 parent e48751e commit 240ebe7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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: 13d0ab5ec29852a6925f612830fa9e822669ece6
refs/heads/master: edc52deac624e4641211a325c23da2a73b01a85d
8 changes: 7 additions & 1 deletion trunk/Documentation/perf_counter/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -1094,10 +1094,16 @@ int cmd_report(int argc, const char **argv, const char *prefix)

page_size = getpagesize();

parse_options(argc, argv, options, report_usage, 0);
argc = parse_options(argc, argv, options, report_usage, 0);

setup_sorting();

/*
* Any (unrecognized) arguments left?
*/
if (argc)
usage_with_options(report_usage, options);

setup_pager();

return __cmd_report();
Expand Down

0 comments on commit 240ebe7

Please sign in to comment.