Searched refs:from_type (Results 1 – 1 of 1) sorted by relevance
6461 struct intel_uncore_type *from_type) in uncore_type_customized_copy() argument6463 if (!to_type || !from_type) in uncore_type_customized_copy()6466 if (from_type->name) in uncore_type_customized_copy()6467 to_type->name = from_type->name; in uncore_type_customized_copy()6468 if (from_type->fixed_ctr_bits) in uncore_type_customized_copy()6469 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits; in uncore_type_customized_copy()6470 if (from_type->event_mask) in uncore_type_customized_copy()6471 to_type->event_mask = from_type->event_mask; in uncore_type_customized_copy()6472 if (from_type->event_mask_ext) in uncore_type_customized_copy()6473 to_type->event_mask_ext = from_type->event_mask_ext; in uncore_type_customized_copy()[all …]