Lines Matching refs:PMC_CLASS_TABLE_DESC

370 #undef	PMC_CLASS_TABLE_DESC
371 #define PMC_CLASS_TABLE_DESC(NAME, CLASS, EVENTS, ALLOCATOR) \
384 PMC_CLASS_TABLE_DESC(iaf, IAF, iaf, iaf);
385 PMC_CLASS_TABLE_DESC(atom, IAP, atom, iap);
386 PMC_CLASS_TABLE_DESC(atom_silvermont, IAP, atom_silvermont, iap);
387 PMC_CLASS_TABLE_DESC(core, IAP, core, iap);
388 PMC_CLASS_TABLE_DESC(core2, IAP, core2, iap);
389 PMC_CLASS_TABLE_DESC(corei7, IAP, corei7, iap);
390 PMC_CLASS_TABLE_DESC(nehalem_ex, IAP, nehalem_ex, iap);
391 PMC_CLASS_TABLE_DESC(haswell, IAP, haswell, iap);
392 PMC_CLASS_TABLE_DESC(haswell_xeon, IAP, haswell_xeon, iap);
393 PMC_CLASS_TABLE_DESC(broadwell, IAP, broadwell, iap);
394 PMC_CLASS_TABLE_DESC(broadwell_xeon, IAP, broadwell_xeon, iap);
395 PMC_CLASS_TABLE_DESC(skylake, IAP, skylake, iap);
396 PMC_CLASS_TABLE_DESC(skylake_xeon, IAP, skylake_xeon, iap);
397 PMC_CLASS_TABLE_DESC(ivybridge, IAP, ivybridge, iap);
398 PMC_CLASS_TABLE_DESC(ivybridge_xeon, IAP, ivybridge_xeon, iap);
399 PMC_CLASS_TABLE_DESC(sandybridge, IAP, sandybridge, iap);
400 PMC_CLASS_TABLE_DESC(sandybridge_xeon, IAP, sandybridge_xeon, iap);
401 PMC_CLASS_TABLE_DESC(westmere, IAP, westmere, iap);
402 PMC_CLASS_TABLE_DESC(westmere_ex, IAP, westmere_ex, iap);
403 PMC_CLASS_TABLE_DESC(ucf, UCF, ucf, ucf);
404 PMC_CLASS_TABLE_DESC(corei7uc, UCP, corei7uc, ucp);
405 PMC_CLASS_TABLE_DESC(haswelluc, UCP, haswelluc, ucp);
406 PMC_CLASS_TABLE_DESC(broadwelluc, UCP, broadwelluc, ucp);
407 PMC_CLASS_TABLE_DESC(sandybridgeuc, UCP, sandybridgeuc, ucp);
408 PMC_CLASS_TABLE_DESC(westmereuc, UCP, westmereuc, ucp);
411 PMC_CLASS_TABLE_DESC(k7, K7, k7, k7);
414 PMC_CLASS_TABLE_DESC(k8, K8, k8, k8);
415 PMC_CLASS_TABLE_DESC(f17h, F17H, f17h, f17h);
416 PMC_CLASS_TABLE_DESC(p4, P4, p4, p4);
419 PMC_CLASS_TABLE_DESC(p5, P5, p5, p5);
420 PMC_CLASS_TABLE_DESC(p6, P6, p6, p6);
423 PMC_CLASS_TABLE_DESC(tsc, TSC, tsc, tsc);
427 PMC_CLASS_TABLE_DESC(xscale, XSCALE, xscale, xscale);
429 PMC_CLASS_TABLE_DESC(cortex_a8, ARMV7, cortex_a8, armv7);
430 PMC_CLASS_TABLE_DESC(cortex_a9, ARMV7, cortex_a9, armv7);
433 PMC_CLASS_TABLE_DESC(cortex_a53, ARMV8, cortex_a53, arm64);
434 PMC_CLASS_TABLE_DESC(cortex_a57, ARMV8, cortex_a57, arm64);
437 PMC_CLASS_TABLE_DESC(mips24k, MIPS24K, mips24k, mips);
438 PMC_CLASS_TABLE_DESC(mips74k, MIPS74K, mips74k, mips);
439 PMC_CLASS_TABLE_DESC(octeon, OCTEON, octeon, mips);
442 PMC_CLASS_TABLE_DESC(ppc7450, PPC7450, ppc7450, powerpc);
443 PMC_CLASS_TABLE_DESC(ppc970, PPC970, ppc970, powerpc);
444 PMC_CLASS_TABLE_DESC(e500, E500, e500, powerpc);
457 #undef PMC_CLASS_TABLE_DESC