Lines Matching defs:events
321 hw_events->events[idx] = NULL;
351 hw_events->events[idx] = event;
505 * Reject CPU-affine events for CPUs that are of a different class to
506 * that which this PMU handles. Process-following events (where
528 /* For task-bound events we may be called on other CPUs */
540 /* For task-bound events we may be called on other CPUs */
548 * In heterogeneous systems, events are specific to a particular
747 event = hw_events->events[idx];
783 * there are no events running.
882 * PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHE events on a
893 struct pmu_hw_events *events;
895 events = per_cpu_ptr(pmu->hw_events, cpu);
896 raw_spin_lock_init(&events->pmu_lock);
897 events->percpu_pmu = pmu;