summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtish Patra <atishp@rivosinc.com>2022-12-22 23:38:50 +0300
committerAnup Patel <anup@brainfault.org>2022-12-24 08:37:14 +0300
commitd5d12a91d101764678cb7336fc916bada071911b (patch)
tree1dfa24ea3e44be2c68616b3b1824cc615ddf6aac
parent0412460baf338a4d65c02f9456ae42ed9c3e5e4f (diff)
downloadopensbi-d5d12a91d101764678cb7336fc916bada071911b.tar.xz
docs: pmu: Update the pmu doc with removal of mcountinhbit restriction
Since commit b28f070, it is possible for platforms to run perf monitoring even if mcountinhibit is not supported. Sampling still won't be possible though as it requires sscofpmf extension. Update the docs to remove the restriction. Signed-off-by: Atish Patra <atishp@rivosinc.com> Reviewed-by: Anup Patel <anup@brainfault.org>
-rw-r--r--docs/pmu_support.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/pmu_support.md b/docs/pmu_support.md
index 9c79636..8cfa08c 100644
--- a/docs/pmu_support.md
+++ b/docs/pmu_support.md
@@ -6,9 +6,6 @@ capability of performance analysis tools such as perf if SBI PMU extension is
enabled. The OpenSBI implementation makes the following assumptions about the
hardware platform.
- * MCOUNTINHIBIT CSR must be implemented in the hardware. Otherwise, SBI PMU
-extension will not be enabled.
-
* The platform must provide information about PMU event to counter mapping
via device tree or platform specific hooks. Otherwise, SBI PMU extension will
not be enabled.