Searched refs:from_type (Results 1 – 1 of 1) sorted by relevance
5934 struct intel_uncore_type *from_type) in uncore_type_customized_copy() argument5936 if (!to_type || !from_type) in uncore_type_customized_copy()5939 if (from_type->name) in uncore_type_customized_copy()5940 to_type->name = from_type->name; in uncore_type_customized_copy()5941 if (from_type->fixed_ctr_bits) in uncore_type_customized_copy()5942 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits; in uncore_type_customized_copy()5943 if (from_type->event_mask) in uncore_type_customized_copy()5944 to_type->event_mask = from_type->event_mask; in uncore_type_customized_copy()5945 if (from_type->event_mask_ext) in uncore_type_customized_copy()5946 to_type->event_mask_ext = from_type->event_mask_ext; in uncore_type_customized_copy()[all …]