perf evsel: Compute is_hybrid from PMU being core
[linux-2.6-microblaze.git] / tools / perf / util / python.c
index 3c1f4c9..b27b270 100644 (file)
@@ -102,6 +102,11 @@ int perf_pmu__scan_file(struct perf_pmu *pmu, const char *name, const char *fmt,
        return EOF;
 }
 
+bool perf_pmu__has_hybrid(void)
+{
+       return false;
+}
+
 bool evsel__is_aux_event(const struct evsel *evsel __maybe_unused)
 {
        return false;