kernel/arch/x86/events/intel/uncore.h
.. .. @@ -84,6 +84,7 @@ 84 84 /* 85 85 * Optional callbacks for managing mapping of Uncore units to PMONs 86 86 */ 87 + int (*get_topology)(struct intel_uncore_type *type);87 88 int (*set_mapping)(struct intel_uncore_type *type); 88 89 void (*cleanup_mapping)(struct intel_uncore_type *type); 89 90 };