diff options
| author | Atish Patra <[email protected]> | 2022-12-22 12:38:50 -0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2022-12-24 11:07:14 +0530 |
| commit | d5d12a91d101764678cb7336fc916bada071911b (patch) | |
| tree | 1dfa24ea3e44be2c68616b3b1824cc615ddf6aac | |
| parent | 0412460baf338a4d65c02f9456ae42ed9c3e5e4f (diff) | |
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 <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
| -rw-r--r-- | docs/pmu_support.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/pmu_support.md b/docs/pmu_support.md index 9c796366..8cfa08c8 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. |
