perf tools: Add support for weight v7 (modified)
[deliverable/linux.git] / tools / perf / builtin-annotate.c
index ae36f3cb54105e814e4f686b192758ebc1dd51c2..db491e9a812b1b8cf7134f51fedd27c206e4f8fc 100644 (file)
@@ -63,7 +63,7 @@ static int perf_evsel__add_sample(struct perf_evsel *evsel,
                return 0;
        }
 
-       he = __hists__add_entry(&evsel->hists, al, NULL, 1);
+       he = __hists__add_entry(&evsel->hists, al, NULL, 1, 1);
        if (he == NULL)
                return -ENOMEM;
 
This page took 0.02371 seconds and 5 git commands to generate.