diff options
-rw-r--r-- | tools/perf/builtin-report.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index 3db99fd99867..8bd58651128c 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c | |||
@@ -59,10 +59,10 @@ static regex_t parent_regex; | |||
59 | 59 | ||
60 | static int exclude_other = 1; | 60 | static int exclude_other = 1; |
61 | 61 | ||
62 | static char callchain_default_opt[] = "flat,0"; | 62 | static char callchain_default_opt[] = "graph,0.5"; |
63 | static int callchain; | 63 | static int callchain; |
64 | static enum chain_mode callchain_mode; | 64 | static enum chain_mode callchain_mode; |
65 | static double callchain_min_percent = 0.0; | 65 | static double callchain_min_percent = 0.5; |
66 | 66 | ||
67 | static u64 sample_type; | 67 | static u64 sample_type; |
68 | 68 | ||