Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Processorfamily and MSRs list

Fadel
Beginner
2,211 Views

Dear All,

I would like to know if you can help me to know the micro-architecture family used by my pc and the list of suitable msrs.

 

The output of the command cpuid -1 -l 01H :

Fadel_0-1605447783616.png

Can you confirm that the DisplayFamily_DisplayModel is 06_0F ?  if yes,  what is the processor family and the msrs list ?

 

 

Thank you for your time ..

Regards,

 

Fadel A.

Fadel

 

 

0 Kudos
1 Solution
McCalpinJohn
Honored Contributor III
2,194 Views

It looks like you have interpreted the DisplayFamily_DisplayModel correctly.

The lists of MSRs for all (?) Intel processors is contained in the Intel Architecture Software Developer's Manual Volume 4 (document 335592, revision 072).  This manual (and its relatives) can be found at https://software.intel.com/content/www/us/en/develop/articles/intel-sdm.html

Family 06, Extended Model 3C is based on a Haswell core -- either a "4th generation Core" processor or a "Xeon E3-1200 v3".  MSRs are listed in Table 2-13 of the SWDM Volume 4.

View solution in original post

1 Reply
McCalpinJohn
Honored Contributor III
2,195 Views

It looks like you have interpreted the DisplayFamily_DisplayModel correctly.

The lists of MSRs for all (?) Intel processors is contained in the Intel Architecture Software Developer's Manual Volume 4 (document 335592, revision 072).  This manual (and its relatives) can be found at https://software.intel.com/content/www/us/en/develop/articles/intel-sdm.html

Family 06, Extended Model 3C is based on a Haswell core -- either a "4th generation Core" processor or a "Xeon E3-1200 v3".  MSRs are listed in Table 2-13 of the SWDM Volume 4.

Reply