]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/perf/builtin-diff.c
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetoot...
[karo-tx-linux.git] / tools / perf / builtin-diff.c
index 8bff543acaab7a093ed3579b42b24bc15e8d14ab..9a5a035cb4262afcf1e74986276df8763f1036b9 100644 (file)
@@ -315,7 +315,7 @@ static int hists__add_entry(struct hists *hists,
                            u64 weight, u64 transaction)
 {
        if (__hists__add_entry(hists, al, NULL, NULL, NULL, period, weight,
-                              transaction) != NULL)
+                              transaction, true) != NULL)
                return 0;
        return -ENOMEM;
 }