
a.p.zijlstra at chello
May 3, 2012, 2:12 PM
Views: 35
Permalink
|
|
Re: [PATCH 7/9] perf: Add Sandy Bridge-EP uncore support
[In reply to]
|
|
Let's keep the names as they're listed in the Intel doc: On Wed, 2012-05-02 at 10:07 +0800, Yan, Zheng wrote: > +static struct intel_uncore_type snbep_uncore_ubox = { > + .name = "ubox", "U-Box" > +}; > + > +static struct intel_uncore_type snbep_uncore_cbo = { > + .name = "cbo", "C-Box" > +}; > + > +static struct intel_uncore_type snbep_uncore_pcu = { > + .name = "pcu", "PCU" > +}; > +static struct intel_uncore_type snbep_uncore_ha = { > + .name = "ha", "HA" > +}; > + > +static struct intel_uncore_type snbep_uncore_imc = { > + .name = "imc", "iMC" > +}; > + > +static struct intel_uncore_type snbep_uncore_qpi = { > + .name = "qpi", "QPI" > +}; > + > + > +static struct intel_uncore_type snbep_uncore_r2pcie = { > + .name = "r2pcie", "R2PCIe" > +}; > + > +static struct intel_uncore_type snbep_uncore_r3qpi = { > + .name = "r3qpi", "R3QPI" > +}; These last two are the P-Boxes ? The figure (1-1) lists a 3rd P-box covering the SMI channels, the table (1-1) doesn't list it though. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo [at] vger More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|