summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_pmu.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-07lib: sbi: Convert hart features into hart extensionsAnup Patel1-6/+6
2022-05-07lib: sbi: Remove MCOUNTINHIBT hart featureAnup Patel1-5/+5
2022-05-07lib: sbi: Remove MCOUNTEREN and SCOUNTEREN hart featuresAnup Patel1-1/+2
2022-05-07lib: sbi: Fix mhpmeventh access for rv32 in absence of sscofpmfAtish Patra1-2/+6
2022-02-04lib: fix compilation when strings.h is includedPetro Karashchenko1-3/+3
2022-02-04lib: sbi: Disable interrupt during config matchingAtish Patra1-3/+7
2022-02-04lib: sbi: Map only the counters enabled in hardwareAtish Patra1-1/+5
2021-12-11lib: pmu: check SSCOF before maskingNikita Shubin1-1/+2
2021-12-03lib: pmu: support the event ID encoded by a bitmap.Vincent Chen1-11/+24
2021-11-30lib: sbi: Resolve the uninitialized complaint in sbi_pmuDong Du1-1/+1
2021-11-11lib: sbi: Fix initial value mask while updating the countersAtish Patra1-1/+1
2021-11-11lib: sbi: Enable PMU extension for platforms without mcountinhibitAtish Patra1-15/+35
2021-11-11lib: sbi: Counter info width should be zero indexedAtish Patra1-1/+1
2021-11-11lib: sbi: Reset the mhpmevent value upon counter resetAtish Patra1-1/+17
2021-11-11lib: sbi: Allow programmable counters to monitor cycle/instret eventsAtish Patra1-16/+44
2021-11-11lib: sbi: Always enable access for all countersAtish Patra1-12/+4
2021-11-11lib: sbi: Support sscofpmf extension in OpenSBIAtish Patra1-13/+72
2021-07-11lib: sbi: Fix sbi_pmu_exit() for systems not having MCOUNTINHIBIT csrAnup Patel1-0/+4
2021-07-11lib: sbi: Implement SBI PMU extensionAtish Patra1-1/+1
2021-07-11lib: sbi: Add PMU supportAtish Patra1-0/+620