Searched defs:intel_uncore_ops (Results 1 – 1 of 1) sorted by relevance
78 struct intel_uncore_ops { struct79 void (*init_box)(struct intel_uncore_box *);80 void (*exit_box)(struct intel_uncore_box *);81 void (*disable_box)(struct intel_uncore_box *);82 void (*enable_box)(struct intel_uncore_box *);83 void (*disable_event)(struct intel_uncore_box *, struct perf_event *);84 void (*enable_event)(struct intel_uncore_box *, struct perf_event *);85 u64 (*read_counter)(struct intel_uncore_box *, struct perf_event *);86 int (*hw_config)(struct intel_uncore_box *, struct perf_event *);87 struct event_constraint *(*get_constraint)(struct intel_uncore_box *,[all …]