Home
last modified time | relevance | path

Searched refs:num_hw_cntrs (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/perf/
Darm-cci.c41 ((model)->num_hw_cntrs + (model)->fixed_hw_cntrs)
84 u32 num_hw_cntrs; member
1392 if (WARN_ON(model->num_hw_cntrs > NUM_HW_CNTRS_MAX)) in cci_pmu_init()
1419 if (num_cntrs > cci_pmu->model->num_hw_cntrs) { in cci_pmu_init()
1423 num_cntrs, cci_pmu->model->num_hw_cntrs); in cci_pmu_init()
1424 num_cntrs = cci_pmu->model->num_hw_cntrs; in cci_pmu_init()
1452 .num_hw_cntrs = NUM_HW_CNTRS_CII_4XX,
1472 .num_hw_cntrs = NUM_HW_CNTRS_CII_4XX,
1494 .num_hw_cntrs = NUM_HW_CNTRS_CII_5XX,
1518 .num_hw_cntrs = NUM_HW_CNTRS_CII_5XX,