index
:
starfive-tech/opensbi.git
JH7110_VisionFive2_devel
StarFive_JH7100_generic
debug
master
rtthread_AMP
starfive-dubhe
starfive-v1.0-dubhe
starfive-v1.1-dubhe
starfive-v1.2-dubhe
starfive-v1.4-dubhe
starfive-v1.5.1-dubhe
StarFive Tech OpenSBI for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sbi
/
sbi_pmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-30
lib: sbi: pmu: add the PMU SSE event only if overflow IRQ is supported
Clément Léger
1
-1
/
+2
2025-01-30
lib: sbi: sse: allow adding new events
Clément Léger
1
-2
/
+2
2025-01-30
lib: sbi: pmu: fix usage of sbi_pmu_irq_bit()
Clément Léger
1
-15
/
+27
2024-12-15
lib: sbi_pmu: Verify the raw events first during event info
Atish Patra
1
-7
/
+6
2024-12-15
lib: sbi_pmu: Fix the sanity check condition for hw event map
Atish Patra
1
-2
/
+2
2024-12-02
lib: sbi_pmu: Implement SBI PMU event info function
Atish Patra
1
-0
/
+76
2024-12-02
lib: sbi_pmu: Remove redundant check for fw events
Atish Patra
1
-5
/
+0
2024-12-02
lib: sbi_pmu: PMU raw event v2 support
Atish Patra
1
-5
/
+8
2024-04-05
lib: sbi: Add SSE support for PMU events
Clément Léger
1
-0
/
+51
2024-02-20
lib: sbi_pmu: Before using we should ensure PMU init done
yang.zhang
1
-2
/
+25
2023-12-08
lib: sbi_pmu: Fix the counter info function
Atish Patra
1
-2
/
+6
2023-12-08
lib: sbi_pmu: Add PMU snapshot definitions
Atish Patra
1
-0
/
+6
2023-12-06
sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu device
Yu Chien Peter Lin
1
-6
/
+14
2023-12-06
sbi: sbi_pmu: Improve sbi_pmu_init() error handling
Yu Chien Peter Lin
1
-1
/
+5
2023-11-22
lib: sbi_pmu: avoid buffer overflow
Heinrich Schuchardt
1
-2
/
+2
2023-10-06
lib: sbi_pmu: check for index overflows
Heinrich Schuchardt
1
-0
/
+3
2023-09-10
lib: sbi_pmu: keep overflow interrupt of stopped hpm counter disabled
Inochi Amaoto
1
-0
/
+3
2023-09-10
lib: sbi_pmu: ensure update hpm counter before starting counting
Inochi Amaoto
1
-6
/
+8
2023-08-18
lib: sbi: Add support for smcntrpmf
Kaiwen Xue
1
-2
/
+40
2023-08-06
lib: sbi: Fix typo for finding fixed event counter
Kaiwen Xue
1
-2
/
+2
2023-08-06
lib: sbi_pmu: Enable noncontigous hpm event and counters
Mayuresh Chitale
1
-5
/
+8
2023-07-05
lib: sbi_pmu: Avoid out of bounds access
Heinrich Schuchardt
1
-0
/
+2
2023-06-05
lib: sbi_pmu: Use heap for per-HART PMU state
Anup Patel
1
-88
/
+127
2023-04-17
lib: sbi: Fix counter index calculation for SBI_PMU_CFG_FLAG_SKIP_MATCH
Alexandre Ghiti
1
-2
/
+7
2023-04-17
lib: sbi: Do not clear active_events for cycle/instret when stopping
Alexandre Ghiti
1
-1
/
+1
2023-04-07
lib: sbi_pmu: Align the event type offset as per SBI specification
Yu Chien Peter Lin
1
-3
/
+4
2023-03-10
lib: sbi_pmu: Add hartid parameter PMU device ops
Mayuresh Chitale
1
-10
/
+15
2023-03-10
lib: sbi_pmu: Introduce fw_counter_write_value API
Mayuresh Chitale
1
-12
/
+13
2023-03-10
lib: sbi_pmu: Use dedicated event code for platform firmware events
Mayuresh Chitale
1
-13
/
+52
2023-03-10
lib: sbi_pmu: Update sbi_pmu dev ops
Mayuresh Chitale
1
-13
/
+17
2023-03-10
lib: sbi_pmu: Rename fw_counter_value
Mayuresh Chitale
1
-9
/
+13
2023-03-10
lib: sbi_pmu: add callback for counter width
Mayuresh Chitale
1
-0
/
+6
2023-01-06
treewide: Replace TRUE/FALSE with true/false
Bin Meng
1
-7
/
+7
2022-10-13
lib: sbi_pmu: move pmu irq information into pmu itself
Heiko Stuebner
1
-0
/
+12
2022-09-01
include: sbi: Reduce includes in sbi_pmu.h
Anup Patel
1
-0
/
+2
2022-09-01
lib: sbi_pmu: Add custom PMU device operations
Anup Patel
1
-21
/
+87
2022-09-01
lib: sbi_pmu: Simplify FW counters to reduce memory usage
Anup Patel
1
-42
/
+36
2022-09-01
lib: sbi_pmu: Firmware counters are always 64 bits wide
Anup Patel
1
-3
/
+3
2022-09-01
lib: sbi_pmu: Replace sbi_pmu_ctr_read() with sbi_pmu_ctr_fw_read()
Anup Patel
1
-38
/
+7
2022-09-01
lib: sbi_pmu: Remove "event_idx" member from struct sbi_pmu_fw_event
Anup Patel
1
-3
/
+0
2022-07-30
lib: sbi: Fix fw_event_map initialization
Atish Patra
1
-1
/
+1
2022-07-30
lib: sbi: Fix possible buffer overrun in counter validation
Atish Patra
1
-4
/
+4
2022-07-30
lib: sbi: Add the bound check for events during config match
Atish Patra
1
-2
/
+49
2022-07-30
lib: sbi: Fix counter index sanity check
Atish Patra
1
-16
/
+17
2022-06-25
lib: pmu: allow to use the highest available counter
Sergey Matyukevich
1
-7
/
+7
2022-05-07
lib: sbi: Convert hart features into hart extensions
Anup Patel
1
-6
/
+6
2022-05-07
lib: sbi: Remove MCOUNTINHIBT hart feature
Anup Patel
1
-5
/
+5
2022-05-07
lib: sbi: Remove MCOUNTEREN and SCOUNTEREN hart features
Anup Patel
1
-1
/
+2
2022-05-07
lib: sbi: Fix mhpmeventh access for rv32 in absence of sscofpmf
Atish Patra
1
-2
/
+6
2022-02-04
lib: fix compilation when strings.h is included
Petro Karashchenko
1
-3
/
+3
[next]