Lines Matching refs:pmu_counters
155 } pmu_counters[CCN_NUM_PMU_EVENT_COUNTERS + 1]; member
655 ccn->dt.pmu_counters[CCN_IDX_PMU_CYCLE_COUNTER].event = event; in arm_ccn_pmu_event_alloc()
672 ccn->dt.pmu_counters[hw->idx].source = source; in arm_ccn_pmu_event_alloc()
689 ccn->dt.pmu_counters[hw->idx].event = event; in arm_ccn_pmu_event_alloc()
703 ccn->dt.pmu_counters[hw->idx].source; in arm_ccn_pmu_event_release()
714 ccn->dt.pmu_counters[hw->idx].source = NULL; in arm_ccn_pmu_event_release()
715 ccn->dt.pmu_counters[hw->idx].event = NULL; in arm_ccn_pmu_event_release()
953 ccn->dt.pmu_counters[hw->idx].source; in arm_ccn_pmu_xp_watchpoint_config()
1001 ccn->dt.pmu_counters[hw->idx].source; in arm_ccn_pmu_xp_event_config()
1022 ccn->dt.pmu_counters[hw->idx].source; in arm_ccn_pmu_node_event_config()
1175 struct perf_event *event = dt->pmu_counters[idx].event; in arm_ccn_pmu_overflow_handler()