Home
last modified time | relevance | path

Searched refs:from_type (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/arch/x86/events/intel/
Duncore_snbep.c5958 struct intel_uncore_type *from_type) in uncore_type_customized_copy() argument
5960 if (!to_type || !from_type) in uncore_type_customized_copy()
5963 if (from_type->name) in uncore_type_customized_copy()
5964 to_type->name = from_type->name; in uncore_type_customized_copy()
5965 if (from_type->fixed_ctr_bits) in uncore_type_customized_copy()
5966 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits; in uncore_type_customized_copy()
5967 if (from_type->event_mask) in uncore_type_customized_copy()
5968 to_type->event_mask = from_type->event_mask; in uncore_type_customized_copy()
5969 if (from_type->event_mask_ext) in uncore_type_customized_copy()
5970 to_type->event_mask_ext = from_type->event_mask_ext; in uncore_type_customized_copy()
[all …]