Lines Matching defs:cycles
153 * Even in the worst case a DTC counter can't wrap in fewer than 2^42 cycles,
319 struct perf_event *cycles;
870 CMN_EVENT_DTC(cycles),
1577 bool cycles;
1593 val->cycles = true;
1640 ret = val->cycles ? -EINVAL : 0;
1711 /* DTC events (i.e. cycles) already have everything they need */
1756 * Keep assuming non-cycles events count in all DTC domains; turns out
1801 while (cmn->dtc[i].cycles)
1805 cmn->dtc[i].cycles = event;
1896 cmn->dtc[__ffs(hw->dtcs_used)].cycles = NULL;
1989 if (dtc->cc_active && !WARN_ON(!dtc->cycles)) {
1991 local64_add(delta, &dtc->cycles->count);