Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0bc8c6d authored by Alexander Yarygin's avatar Alexander Yarygin Committed by Jiri Olsa
Browse files

perf tests: Add a test of kvm-390: trace event



Add a s390 specific test of a hardcoded trace event with '-'
in the name.

Signed-off-by: default avatarAlexander Yarygin <yarygin@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/1398440047-6641-4-git-send-email-yarygin@linux.vnet.ibm.com


Signed-off-by: default avatarJiri Olsa <jolsa@kernel.org>
parent 615b8f99
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1389,6 +1389,13 @@ static struct evlist_test test__events[] = {
		.check = test__pinned_group,
		.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[] = {