Lines Matching defs:cycles
116 * Even in the worst case a DTC counter can't wrap in fewer than 2^42 cycles,
225 struct perf_event *cycles;
430 CMN_EVENT_DTC(cycles),
821 bool cycles;
837 val->cycles = true;
885 return val.cycles ? -EINVAL : 0;
939 /* DTC events (i.e. cycles) already have everything they need */
1020 while (cmn->dtc[i].cycles)
1024 cmn->dtc[i].cycles = event;
1123 cmn->dtc[__ffs(hw->dtcs_used)].cycles = NULL;
1192 if (dtc->cc_active && !WARN_ON(!dtc->cycles)) {
1194 local64_add(delta, &dtc->cycles->count);