In the Intel manual, there are tables containing listings of Performance-Monitoring Counters
, but they are extremely specific to the particular processor family.
For example, one table lists the counters of P6 Family
, and another lists for Pentium
.
In Ubuntu
, if I do cat /proc/cpuinfo
, I get a line that says cpu family
, but it is a single number. Is there some mapping between this number and Intel's notion of a processor family
?
I also looked this page from Intel, but it does not even mention the word "family".
Incidentally, I am on an X3470
so I thought maybe Xeon
was the family, but the manual does not list it.