diff options
Diffstat (limited to 'tools/perf/builtin-report.c')
-rw-r--r-- | tools/perf/builtin-report.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index 6615e09e336..e93c69a8e72 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c | |||
@@ -313,7 +313,8 @@ static int __cmd_report(void) | |||
313 | stats->stats.total); | 313 | stats->stats.total); |
314 | if (use_browser) | 314 | if (use_browser) |
315 | perf_session__browse_hists(&stats->hists, nr_hists, | 315 | perf_session__browse_hists(&stats->hists, nr_hists, |
316 | stats->stats.total, help); | 316 | stats->stats.total, help, |
317 | input_name); | ||
317 | else { | 318 | else { |
318 | if (rb_first(&session->stats_by_id) == | 319 | if (rb_first(&session->stats_by_id) == |
319 | rb_last(&session->stats_by_id)) | 320 | rb_last(&session->stats_by_id)) |