perf tools: Removing hists pair argument from output path
[deliverable/linux.git] / tools / perf / builtin-diff.c
index 5cb577a3c5b2d0604a32f22d71972cfd3cb680ea..413c65a1ba391bbb6d757372756c7e6864b921eb 100644 (file)
@@ -214,8 +214,7 @@ static int __cmd_diff(void)
                first = false;
 
                hists__match(&evsel_old->hists, &evsel->hists);
-               hists__fprintf(&evsel->hists, &evsel_old->hists,
-                              true, 0, 0, stdout);
+               hists__fprintf(&evsel->hists, true, 0, 0, stdout);
        }
 
 out_delete:
This page took 0.02545 seconds and 5 git commands to generate.