Lines Matching refs:cpu_hw_events
163 struct cpu_hw_events { struct
504 int (*schedule_events)(struct cpu_hw_events *cpuc, int n, int *assign);
523 (*get_event_constraints)(struct cpu_hw_events *cpuc,
527 void (*put_event_constraints)(struct cpu_hw_events *cpuc,
530 void (*commit_scheduling)(struct cpu_hw_events *cpuc, int idx, int cntr);
532 void (*start_scheduling)(struct cpu_hw_events *cpuc);
534 void (*stop_scheduling)(struct cpu_hw_events *cpuc);
660 DECLARE_PER_CPU(struct cpu_hw_events, cpu_hw_events);
721 u64 disable_mask = __this_cpu_read(cpu_hw_events.perf_ctr_virt_mask); in __x86_pmu_enable_event()
732 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign);
824 x86_get_event_constraints(struct cpu_hw_events *cpuc, int idx,