aboutsummaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_pmu.c
AgeCommit message (Expand)Author
2021-12-11lib: pmu: check SSCOF before maskingNikita Shubin
2021-12-03lib: pmu: support the event ID encoded by a bitmap.Vincent Chen
2021-11-30lib: sbi: Resolve the uninitialized complaint in sbi_pmuDong Du
2021-11-11lib: sbi: Fix initial value mask while updating the countersAtish Patra
2021-11-11lib: sbi: Enable PMU extension for platforms without mcountinhibitAtish Patra
2021-11-11lib: sbi: Counter info width should be zero indexedAtish Patra
2021-11-11lib: sbi: Reset the mhpmevent value upon counter resetAtish Patra
2021-11-11lib: sbi: Allow programmable counters to monitor cycle/instret eventsAtish Patra
2021-11-11lib: sbi: Always enable access for all countersAtish Patra
2021-11-11lib: sbi: Support sscofpmf extension in OpenSBIAtish Patra
2021-07-11lib: sbi: Fix sbi_pmu_exit() for systems not having MCOUNTINHIBIT csrAnup Patel
2021-07-11lib: sbi: Implement SBI PMU extensionAtish Patra
2021-07-11lib: sbi: Add PMU supportAtish Patra