Searched defs:intel_uncore_ops (Results 1 – 1 of 1) sorted by relevance
62 struct intel_uncore_ops { struct63 void (*init_box)(struct intel_uncore_box *);64 void (*disable_box)(struct intel_uncore_box *);65 void (*enable_box)(struct intel_uncore_box *);66 void (*disable_event)(struct intel_uncore_box *, struct perf_event *);67 void (*enable_event)(struct intel_uncore_box *, struct perf_event *);68 u64 (*read_counter)(struct intel_uncore_box *, struct perf_event *);69 int (*hw_config)(struct intel_uncore_box *, struct perf_event *);70 struct event_constraint *(*get_constraint)(struct intel_uncore_box *,72 void (*put_constraint)(struct intel_uncore_box *, struct perf_event *);