Lines Matching defs:events
14 * performance counters can export events to the event bus, and the event bus
15 * itself can be monitored. This requires that we *don't* export the events to
72 * The hardware events that we support. We do support cache operations but
140 * The hardware events that we support. We do support cache operations but
274 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events);
297 raw_spin_lock_irqsave(&events->pmu_lock, flags);
302 raw_spin_unlock_irqrestore(&events->pmu_lock, flags);
327 struct perf_event *event = cpuc->events[idx];
352 * Handle the pending perf events.
366 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events);
368 raw_spin_lock_irqsave(&events->pmu_lock, flags);
372 raw_spin_unlock_irqrestore(&events->pmu_lock, flags);
378 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events);
380 raw_spin_lock_irqsave(&events->pmu_lock, flags);
384 raw_spin_unlock_irqrestore(&events->pmu_lock, flags);
425 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events);
447 raw_spin_lock_irqsave(&events->pmu_lock, flags);
452 raw_spin_unlock_irqrestore(&events->pmu_lock, flags);
460 struct pmu_hw_events *events = this_cpu_ptr(cpu_pmu->hw_events);
478 raw_spin_lock_irqsave(&events->pmu_lock, flags);
483 raw_spin_unlock_irqrestore(&events->pmu_lock, flags);
530 * that some of the events have different enumerations and that there is no