perf streams: Calculate the sum of total streams hits
[linux-2.6-microblaze.git] / tools / perf / util / stream.h
index cb131f4..a61072e 100644 (file)
@@ -14,6 +14,7 @@ struct evsel_streams {
        int                     nr_streams_max;
        int                     nr_streams;
        int                     evsel_idx;
+       u64                     streams_hits;
 };
 
 struct evlist_streams {