Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/
H A Darm-cci.c41 ((model)->num_hw_cntrs + (model)->fixed_hw_cntrs)
84 u32 num_hw_cntrs; member
1402 if (WARN_ON(model->num_hw_cntrs > NUM_HW_CNTRS_MAX)) in cci_pmu_init()
1428 if (num_cntrs > cci_pmu->model->num_hw_cntrs) { in cci_pmu_init()
1432 num_cntrs, cci_pmu->model->num_hw_cntrs); in cci_pmu_init()
1433 num_cntrs = cci_pmu->model->num_hw_cntrs; in cci_pmu_init()
1461 .num_hw_cntrs = NUM_HW_CNTRS_CII_4XX,
1481 .num_hw_cntrs = NUM_HW_CNTRS_CII_4XX,
1503 .num_hw_cntrs = NUM_HW_CNTRS_CII_5XX,
1527 .num_hw_cntrs = NUM_HW_CNTRS_CII_5XX,