]> git.ipfire.org Git - thirdparty/linux.git/commit
s390/pai_crypto: Enable concurrent system-wide counting/sampling event
authorThomas Richter <tmricht@linux.ibm.com>
Thu, 29 Feb 2024 14:13:48 +0000 (15:13 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Fri, 7 Jun 2024 14:49:06 +0000 (16:49 +0200)
commitfb412c6241dccc530416917efe8e9fea5fa1fda2
treef519b41cae7f0ee526f9d8099fe41271f6b444f8
parent1433b36e3ab67772a37db624fc1f8e66d443690d
s390/pai_crypto: Enable concurrent system-wide counting/sampling event

The PMU for PAI crypto counters enforces the following restriction:

 - No system wide counting while system wide sampling is active.

This restriction is removed. One or more system wide counting events
can now be active at the same time while at most one system wide
sampling event is active.

Acked-by: Sumanth Korikkar <sumanthk@linux.ibm.com>
Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/kernel/perf_pai_crypto.c