Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155223
b: refs/heads/master
c: 94a8eb0
h: refs/heads/master
i:
  155221: 7c6cfcd
  155219: 3e47ef3
  155215: 11a18aa
v: v3
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Jul 5, 2009
1 parent 538567f commit e2921d5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: be9038859e56f729cc9d3b070a35fb8829a73696
refs/heads/master: 94a8eb028a57854157a936c7e66b09e2559f115a
4 changes: 2 additions & 2 deletions trunk/tools/perf/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ static regex_t parent_regex;

static int exclude_other = 1;

static char callchain_default_opt[] = "flat,0";
static char callchain_default_opt[] = "graph,0.5";
static int callchain;
static enum chain_mode callchain_mode;
static double callchain_min_percent = 0.0;
static double callchain_min_percent = 0.5;

static u64 sample_type;

Expand Down

0 comments on commit e2921d5

Please sign in to comment.