perf report: Add support to print a textual representation of IBS raw sample data
[linux-2.6-microblaze.git] / tools / perf / util / stream.c
index 4bd5e5a..545e449 100644 (file)
@@ -139,7 +139,7 @@ static int evlist__init_callchain_streams(struct evlist *evlist,
 
                hists__output_resort(hists, NULL);
                init_hot_callchain(hists, &es[i]);
-               es[i].evsel_idx = pos->idx;
+               es[i].evsel_idx = pos->core.idx;
                i++;
        }