diff options
Diffstat (limited to 'tools/perf/builtin-report.c')
-rw-r--r-- | tools/perf/builtin-report.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index d7c75291e788..3d67d6bf22cf 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c | |||
@@ -301,10 +301,7 @@ static int __cmd_report(void) | |||
301 | hists__collapse_resort(hists); | 301 | hists__collapse_resort(hists); |
302 | hists__output_resort(hists); | 302 | hists__output_resort(hists); |
303 | if (use_browser) | 303 | if (use_browser) |
304 | perf_session__browse_hists(&hists->entries, | 304 | hists__browse(hists, help, input_name); |
305 | hists->nr_entries, | ||
306 | hists->stats.total, help, | ||
307 | input_name); | ||
308 | else { | 305 | else { |
309 | if (rb_first(&session->hists.entries) == | 306 | if (rb_first(&session->hists.entries) == |
310 | rb_last(&session->hists.entries)) | 307 | rb_last(&session->hists.entries)) |