docs: pmu: Update the pmu doc with removal of mcountinhbit restriction
authorAtish Patra <atishp@rivosinc.com>
Thu, 22 Dec 2022 20:38:50 +0000 (12:38 -0800)
committerAnup Patel <anup@brainfault.org>
Sat, 24 Dec 2022 05:37:14 +0000 (11:07 +0530)
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>
docs/pmu_support.md

index 9c796366810ec97036e18b71abbe3b4938b4221a..8cfa08c814d01c0f034d5e5c6e295514eb3cb9dd 100644 (file)
@@ -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.