1/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 2|* *| 3|* Exegesis Tables *| 4|* *| 5|* Automatically generated file, do not edit! *| 6|* *| 7\*===----------------------------------------------------------------------===*/ 8 9 10static const char* PPCPfmCounterNames[] = { 11 "CYCLES", // 0 12}; 13 14 15static const PfmCountersInfo PPCDefaultPfmCounters = { 16 PPCPfmCounterNames[0], // Cycle counter 17 nullptr, // No uops counter. 18 nullptr, // No issue counters. 19 0 20}; 21 22// Sorted (by CpuName) array of pfm counters. 23static const CpuAndPfmCounters PPCCpuPfmCounters[] = { 24 { "", &PPCDefaultPfmCounters }, 25}; 26 27