Add Xenoprofile support for AMD Family16h. The corresponded OProfile
patch has already been submitted to OProfile mailing list.
(http://marc.info/?l=oprofile-list&m=
136036136017302&w=2 ).
Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Committed-by: Jan Beulich <jbeulich@suse.com>
case 0x10:
case 0x12:
case 0x14:
+ case 0x16:
default:
num_counters = F10H_NUM_COUNTERS;
counters = AMD_F10H_COUNTERS;
case 0x12:
case 0x14:
case 0x15:
+ case 0x16:
ret = amd_vpmu_initialise(v);
if ( !ret )
vpmu->arch_vpmu_ops = &amd_vpmu_ops;
model = &op_amd_fam15h_spec;
cpu_type = "x86-64/family15h";
break;
+ case 0x16:
+ model = &op_athlon_spec;
+ cpu_type = "x86-64/family16h";
+ break;
}
break;