Searched refs:from_type (Results 1 – 1 of 1) sorted by relevance
6374 struct intel_uncore_type *from_type) in uncore_type_customized_copy() argument6376 if (!to_type || !from_type) in uncore_type_customized_copy()6379 if (from_type->name) in uncore_type_customized_copy()6380 to_type->name = from_type->name; in uncore_type_customized_copy()6381 if (from_type->fixed_ctr_bits) in uncore_type_customized_copy()6382 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits; in uncore_type_customized_copy()6383 if (from_type->event_mask) in uncore_type_customized_copy()6384 to_type->event_mask = from_type->event_mask; in uncore_type_customized_copy()6385 if (from_type->event_mask_ext) in uncore_type_customized_copy()6386 to_type->event_mask_ext = from_type->event_mask_ext; in uncore_type_customized_copy()[all …]