Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323839
b: refs/heads/master
c: 60e5c70
h: refs/heads/master
i:
  323837: cbab968
  323835: 1c3c937
  323831: 9888c18
  323823: 4241cf7
  323807: 358bb72
  323775: a220519
  323711: 2fe4743
  323583: 375e9e5
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Sep 17, 2012
1 parent e738095 commit 8d2378f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e5f3705e62b03251797a5173024184bfc223599d
refs/heads/master: 60e5c706b3ea56f87afc2a4a3096118d28f9cc24
4 changes: 3 additions & 1 deletion trunk/tools/perf/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,10 @@ int cmd_report(int argc, const char **argv, const char *prefix __maybe_unused)

if (strcmp(report.input_name, "-") != 0)
setup_browser(true);
else
else {
use_browser = 0;
perf_hpp__init(false, false);
}

setup_sorting(report_usage, options);

Expand Down

0 comments on commit 8d2378f

Please sign in to comment.