Lines Matching refs:n_events
36 int n_events; member
398 for (j = 0; j < cpuc->n_events; j++) { in maybe_change_configuration()
410 for (j = 0; j < cpuc->n_events; j++) { in maybe_change_configuration()
455 n0 = cpuc->n_events; in alpha_pmu_add()
462 cpuc->n_events++; in alpha_pmu_add()
494 for (j = 0; j < cpuc->n_events; j++) { in alpha_pmu_del()
501 while (++j < cpuc->n_events) { in alpha_pmu_del()
513 cpuc->n_events--; in alpha_pmu_del()
735 if (cpuc->n_events > 0) { in alpha_pmu_enable()
838 for (j = 0; j < cpuc->n_events; j++) { in alpha_perf_event_irq_handler()
843 if (unlikely(j == cpuc->n_events)) { in alpha_perf_event_irq_handler()