Lines Matching defs:cpuc
648 int (*schedule_events)(struct cpu_hw_events *cpuc, int n, int *assign);
667 (*get_event_constraints)(struct cpu_hw_events *cpuc,
671 void (*put_event_constraints)(struct cpu_hw_events *cpuc,
674 void (*start_scheduling)(struct cpu_hw_events *cpuc);
676 void (*commit_scheduling)(struct cpu_hw_events *cpuc, int idx, int cntr);
678 void (*stop_scheduling)(struct cpu_hw_events *cpuc);
769 void (*lbr_read)(struct cpu_hw_events *cpuc);
1006 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign);
1110 x86_get_event_constraints(struct cpu_hw_events *cpuc, int idx,
1113 extern int intel_cpuc_prepare(struct cpu_hw_events *cpuc, int cpu);
1114 extern void intel_cpuc_finish(struct cpu_hw_events *cpuc);
1210 void intel_pmu_lbr_read_32(struct cpu_hw_events *cpuc);
1212 void intel_pmu_lbr_read_64(struct cpu_hw_events *cpuc);
1284 static inline int intel_cpuc_prepare(struct cpu_hw_events *cpuc, int cpu)
1289 static inline void intel_cpuc_finish(struct cpu_hw_events *cpuc)