]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - tools/perf/builtin-annotate.c
perf hists: Consolidate __hists__add_*entry()
[mirror_ubuntu-bionic-kernel.git] / tools / perf / builtin-annotate.c
index 6c5ae57831f6e15ea919b91d7f88e0405a825ef3..4087ab19823c2f843c50e18d7b8e5042a079032f 100644 (file)
@@ -65,7 +65,7 @@ static int perf_evsel__add_sample(struct perf_evsel *evsel,
                return 0;
        }
 
-       he = __hists__add_entry(&evsel->hists, al, NULL, 1, 1, 0);
+       he = __hists__add_entry(&evsel->hists, al, NULL, NULL, NULL, 1, 1, 0);
        if (he == NULL)
                return -ENOMEM;