Searched defs:intel_uncore_ops (Results 1 – 1 of 1) sorted by relevance
107 struct intel_uncore_ops { struct108 void (*init_box)(struct intel_uncore_box *);109 void (*exit_box)(struct intel_uncore_box *);110 void (*disable_box)(struct intel_uncore_box *);111 void (*enable_box)(struct intel_uncore_box *);112 void (*disable_event)(struct intel_uncore_box *, struct perf_event *);113 void (*enable_event)(struct intel_uncore_box *, struct perf_event *);114 u64 (*read_counter)(struct intel_uncore_box *, struct perf_event *);115 int (*hw_config)(struct intel_uncore_box *, struct perf_event *);116 struct event_constraint *(*get_constraint)(struct intel_uncore_box *,[all …]