summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_pmu.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-10lib: sbi_pmu: Add hartid parameter PMU device opsMayuresh Chitale1-6/+8
2023-03-10lib: sbi_pmu: Introduce fw_counter_write_value APIMayuresh Chitale1-3/+8
2023-03-10lib: sbi_pmu: Update sbi_pmu dev opsMayuresh Chitale1-5/+4
2023-03-10lib: sbi_pmu: add callback for counter widthMayuresh Chitale1-0/+5
2022-10-13lib: sbi_pmu: move pmu irq information into pmu itselfHeiko Stuebner1-0/+8
2022-09-01include: sbi: Reduce includes in sbi_pmu.hAnup Patel1-3/+2
2022-09-01lib: sbi_pmu: Add custom PMU device operationsAnup Patel1-0/+57
2022-09-01lib: sbi_pmu: Simplify FW counters to reduce memory usageAnup Patel1-3/+0
2022-09-01lib: sbi_pmu: Replace sbi_pmu_ctr_read() with sbi_pmu_ctr_fw_read()Anup Patel1-1/+1
2022-05-07include: sbi: Define SBI_PMU_HW_EVENT_MAX to 256Jun Liang Tan1-1/+1
2021-12-03lib: pmu: support the event ID encoded by a bitmap.Vincent Chen1-1/+1
2021-11-11lib: sbi: Allow programmable counters to monitor cycle/instret eventsAtish Patra1-0/+1
2021-07-11lib: sbi: Add PMU supportAtish Patra1-0/+73