perf diff: Fix to work with new hists design
[linux-flexiantxendom0-3.2.10.git] / tools / perf / util / evsel.h
index 3158ca3..3d6b3e4 100644 (file)
@@ -170,4 +170,6 @@ static inline int perf_evsel__sample_size(struct perf_evsel *evsel)
        return __perf_evsel__sample_size(evsel->attr.sample_type);
 }
 
+void hists__init(struct hists *hists);
+
 #endif /* __PERF_EVSEL_H */