Lines Matching refs:pmu_counters
162 } pmu_counters[CCN_NUM_PMU_EVENT_COUNTERS + 1]; member
662 ccn->dt.pmu_counters[CCN_IDX_PMU_CYCLE_COUNTER].event = event; in arm_ccn_pmu_event_alloc()
679 ccn->dt.pmu_counters[hw->idx].source = source; in arm_ccn_pmu_event_alloc()
696 ccn->dt.pmu_counters[hw->idx].event = event; in arm_ccn_pmu_event_alloc()
710 ccn->dt.pmu_counters[hw->idx].source; in arm_ccn_pmu_event_release()
721 ccn->dt.pmu_counters[hw->idx].source = NULL; in arm_ccn_pmu_event_release()
722 ccn->dt.pmu_counters[hw->idx].event = NULL; in arm_ccn_pmu_event_release()
963 ccn->dt.pmu_counters[hw->idx].source; in arm_ccn_pmu_xp_watchpoint_config()
1011 ccn->dt.pmu_counters[hw->idx].source; in arm_ccn_pmu_xp_event_config()
1032 ccn->dt.pmu_counters[hw->idx].source; in arm_ccn_pmu_node_event_config()
1185 struct perf_event *event = dt->pmu_counters[idx].event; in arm_ccn_pmu_overflow_handler()