blob: c7f4807cbca981cf8f3db49c40304c1b329e9cdd [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 },
};