|
@@ -1389,6 +1389,13 @@ static struct evlist_test test__events[] = {
|
|
.check = test__pinned_group,
|
|
.check = test__pinned_group,
|
|
.id = 41,
|
|
.id = 41,
|
|
},
|
|
},
|
|
|
|
+#if defined(__s390x__)
|
|
|
|
+ {
|
|
|
|
+ .name = "kvm-s390:kvm_s390_create_vm",
|
|
|
|
+ .check = test__checkevent_tracepoint,
|
|
|
|
+ .id = 100,
|
|
|
|
+ },
|
|
|
|
+#endif
|
|
};
|
|
};
|
|
|
|
|
|
static struct evlist_test test__events_pmu[] = {
|
|
static struct evlist_test test__events_pmu[] = {
|