1/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 2|* *| 3|* Exegesis Tables *| 4|* *| 5|* Automatically generated file, do not edit! *| 6|* *| 7\*===----------------------------------------------------------------------===*/ 8 9 10static const char* AArch64PfmCounterNames[] = { 11 "CPU_CYCLES", // 0 12}; 13 14 15static const PfmCountersInfo AArch64DefaultPfmCounters = { 16 AArch64PfmCounterNames[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 AArch64CpuPfmCounters[] = { 24 { "", &AArch64DefaultPfmCounters }, 25}; 26 27