Searched defs:intel_uncore_ops (Results 1 – 1 of 1) sorted by relevance
18726 struct intel_uncore_ops { struct18727 void (*init_box)(struct intel_uncore_box *);18728 void (*exit_box)(struct intel_uncore_box *);18729 void (*disable_box)(struct intel_uncore_box *);18730 void (*enable_box)(struct intel_uncore_box *);18731 void (*disable_event)(struct intel_uncore_box *, struct perf_event *);18732 void (*enable_event)(struct intel_uncore_box *, struct perf_event *);18733 u64 (*read_counter)(struct intel_uncore_box *, struct perf_event *);18734 int (*hw_config)(struct intel_uncore_box *, struct perf_event *);18735 struct event_constraint * (*get_constraint)(struct intel_uncore_box *, struct perf_event *);[all …]