diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index 3db99fd99867c5184805a5fb2f61d18d0e19fe5c..8bd58651128cf7c1b89b3084c06c146d6be68e2f 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c @@ -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;