summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_pmu.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-10lib: sbi_pmu: Add hartid parameter PMU device opsMayuresh Chitale1-10/+15
2023-03-10lib: sbi_pmu: Introduce fw_counter_write_value APIMayuresh Chitale1-12/+13
2023-03-10lib: sbi_pmu: Use dedicated event code for platform firmware eventsMayuresh Chitale1-13/+52
2023-03-10lib: sbi_pmu: Update sbi_pmu dev opsMayuresh Chitale1-13/+17
2023-03-10lib: sbi_pmu: Rename fw_counter_valueMayuresh Chitale1-9/+13
2023-03-10lib: sbi_pmu: add callback for counter widthMayuresh Chitale1-0/+6
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng1-7/+7
2022-10-13lib: sbi_pmu: move pmu irq information into pmu itselfHeiko Stuebner1-0/+12
2022-09-01include: sbi: Reduce includes in sbi_pmu.hAnup Patel1-0/+2
2022-09-01lib: sbi_pmu: Add custom PMU device operationsAnup Patel1-21/+87
2022-09-01lib: sbi_pmu: Simplify FW counters to reduce memory usageAnup Patel1-42/+36
2022-09-01lib: sbi_pmu: Firmware counters are always 64 bits wideAnup Patel1-3/+3
2022-09-01lib: sbi_pmu: Replace sbi_pmu_ctr_read() with sbi_pmu_ctr_fw_read()Anup Patel1-38/+7
2022-09-01lib: sbi_pmu: Remove "event_idx" member from struct sbi_pmu_fw_eventAnup Patel1-3/+0
2022-07-30lib: sbi: Fix fw_event_map initializationAtish Patra1-1/+1
2022-07-30lib: sbi: Fix possible buffer overrun in counter validationAtish Patra1-4/+4
2022-07-30lib: sbi: Add the bound check for events during config matchAtish Patra1-2/+49
2022-07-30lib: sbi: Fix counter index sanity checkAtish Patra1-16/+17
2022-06-25lib: pmu: allow to use the highest available counterSergey Matyukevich1-7/+7
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