Lines Matching refs:pmu_counters
155 } pmu_counters[CCN_NUM_PMU_EVENT_COUNTERS + 1]; member
650 ccn->dt.pmu_counters[CCN_IDX_PMU_CYCLE_COUNTER].event = event; in arm_ccn_pmu_event_alloc()
667 ccn->dt.pmu_counters[hw->idx].source = source; in arm_ccn_pmu_event_alloc()
684 ccn->dt.pmu_counters[hw->idx].event = event; in arm_ccn_pmu_event_alloc()
698 ccn->dt.pmu_counters[hw->idx].source; in arm_ccn_pmu_event_release()
709 ccn->dt.pmu_counters[hw->idx].source = NULL; in arm_ccn_pmu_event_release()
710 ccn->dt.pmu_counters[hw->idx].event = NULL; in arm_ccn_pmu_event_release()
948 ccn->dt.pmu_counters[hw->idx].source; in arm_ccn_pmu_xp_watchpoint_config()
996 ccn->dt.pmu_counters[hw->idx].source; in arm_ccn_pmu_xp_event_config()
1017 ccn->dt.pmu_counters[hw->idx].source; in arm_ccn_pmu_node_event_config()
1170 struct perf_event *event = dt->pmu_counters[idx].event; in arm_ccn_pmu_overflow_handler()