Home
last modified time | relevance | path

Searched defs:intel_uncore_ops (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/arch/x86/events/intel/
Duncore.h104 struct intel_uncore_ops { struct
105 void (*init_box)(struct intel_uncore_box *);
106 void (*exit_box)(struct intel_uncore_box *);
107 void (*disable_box)(struct intel_uncore_box *);
108 void (*enable_box)(struct intel_uncore_box *);
109 void (*disable_event)(struct intel_uncore_box *, struct perf_event *);
110 void (*enable_event)(struct intel_uncore_box *, struct perf_event *);
111 u64 (*read_counter)(struct intel_uncore_box *, struct perf_event *);
112 int (*hw_config)(struct intel_uncore_box *, struct perf_event *);
113 struct event_constraint *(*get_constraint)(struct intel_uncore_box *,
[all …]