blob: cae3ac4c7c30a532412188653b50fa778b1933d5 [file] [log] [blame]
/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|* *|
|* Exegesis Tables *|
|* *|
|* Automatically generated file, do not edit! *|
|* *|
\*===----------------------------------------------------------------------===*/
static const char* PPCPfmCounterNames[] = {
"CYCLES", // 0
};
static const PfmCountersInfo PPCDefaultPfmCounters = {
PPCPfmCounterNames[0], // Cycle counter
nullptr, // No uops counter.
nullptr, // No issue counters.
0
};
// Sorted (by CpuName) array of pfm counters.
static const CpuAndPfmCounters PPCCpuPfmCounters[] = {
{ "", &PPCDefaultPfmCounters },
};