summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_pmu.h
AgeCommit message (Expand)Author
2026-02-21lib: sbi_pmu: Add FW counter index validation when reading high bits on RV64James Raphael Tiovalen
2025-01-30lib: sbi: pmu: fix usage of sbi_pmu_irq_bit()Clément Léger
2024-12-02lib: sbi_pmu: Implement SBI PMU event info functionAtish Patra
2024-04-05lib: sbi: Add SSE support for PMU eventsClément Léger
2023-12-08lib: sbi_pmu: Fix the counter info functionAtish Patra
2023-12-06sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu deviceYu Chien Peter Lin
2023-03-10lib: sbi_pmu: Add hartid parameter PMU device opsMayuresh Chitale
2023-03-10lib: sbi_pmu: Introduce fw_counter_write_value APIMayuresh Chitale
2023-03-10lib: sbi_pmu: Update sbi_pmu dev opsMayuresh Chitale
2023-03-10lib: sbi_pmu: add callback for counter widthMayuresh Chitale
2022-10-13lib: sbi_pmu: move pmu irq information into pmu itselfHeiko Stuebner
2022-09-01include: sbi: Reduce includes in sbi_pmu.hAnup Patel
2022-09-01lib: sbi_pmu: Add custom PMU device operationsAnup Patel
2022-09-01lib: sbi_pmu: Simplify FW counters to reduce memory usageAnup Patel
2022-09-01lib: sbi_pmu: Replace sbi_pmu_ctr_read() with sbi_pmu_ctr_fw_read()Anup Patel
2022-05-07include: sbi: Define SBI_PMU_HW_EVENT_MAX to 256Jun Liang Tan
2021-12-03lib: pmu: support the event ID encoded by a bitmap.Vincent Chen
2021-11-11lib: sbi: Allow programmable counters to monitor cycle/instret eventsAtish Patra
2021-07-11lib: sbi: Add PMU supportAtish Patra