diff options
Diffstat (limited to 'tools/perf/builtin-report.c')
| -rw-r--r-- | tools/perf/builtin-report.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index 53077fd973f0..d7c75291e788 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c | |||
| @@ -296,13 +296,13 @@ static int __cmd_report(void) | |||
| 296 | next = rb_first(&session->hists_tree); | 296 | next = rb_first(&session->hists_tree); |
| 297 | while (next) { | 297 | while (next) { |
| 298 | struct hists *hists; | 298 | struct hists *hists; |
| 299 | u64 nr_hists; | ||
| 300 | 299 | ||
| 301 | hists = rb_entry(next, struct hists, rb_node); | 300 | hists = rb_entry(next, struct hists, rb_node); |
| 302 | hists__collapse_resort(hists); | 301 | hists__collapse_resort(hists); |
| 303 | nr_hists = hists__output_resort(hists); | 302 | hists__output_resort(hists); |
| 304 | if (use_browser) | 303 | if (use_browser) |
| 305 | perf_session__browse_hists(&hists->entries, nr_hists, | 304 | perf_session__browse_hists(&hists->entries, |
| 305 | hists->nr_entries, | ||
| 306 | hists->stats.total, help, | 306 | hists->stats.total, help, |
| 307 | input_name); | 307 | input_name); |
| 308 | else { | 308 | else { |
