perf tools: Removing hists pair argument from output path
[deliverable/linux.git] / tools / perf / builtin-report.c
index 6748cac919d10526503ed9efdd108d7474bb6163..95e7ea879b8a4f32bd52b7bcc3b295220e0a6510 100644 (file)
@@ -320,7 +320,7 @@ static int perf_evlist__tty_browse_hists(struct perf_evlist *evlist,
                const char *evname = perf_evsel__name(pos);
 
                hists__fprintf_nr_sample_events(hists, evname, stdout);
-               hists__fprintf(hists, NULL, true, 0, 0, stdout);
+               hists__fprintf(hists, true, 0, 0, stdout);
                fprintf(stdout, "\n\n");
        }
 
This page took 0.034681 seconds and 5 git commands to generate.