Lines Matching defs:events
317 hw_events->events[idx] = NULL;
347 hw_events->events[idx] = event;
501 * Reject CPU-affine events for CPUs that are of a different class to
502 * that which this PMU handles. Process-following events (where
527 /* For task-bound events we may be called on other CPUs */
539 /* For task-bound events we may be called on other CPUs */
547 * In heterogeneous systems, events are specific to a particular
777 event = hw_events->events[idx];
822 * there are no events running.
933 struct pmu_hw_events *events;
935 events = per_cpu_ptr(pmu->hw_events, cpu);
936 raw_spin_lock_init(&events->pmu_lock);
937 events->percpu_pmu = pmu;