reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|*                                                                            *|
|* Exegesis Tables                                                            *|
|*                                                                            *|
|* Automatically generated file, do not edit!                                 *|
|*                                                                            *|
\*===----------------------------------------------------------------------===*/


static const char* AArch64PfmCounterNames[] = {
  "CPU_CYCLES", // 0
};


static const PfmCountersInfo AArch64DefaultPfmCounters = {
  AArch64PfmCounterNames[0],  // Cycle counter
  nullptr,  // No uops counter.
  nullptr,  // No issue counters.
  0
};

// Sorted (by CpuName) array of pfm counters.
static const CpuAndPfmCounters AArch64CpuPfmCounters[] = {
  { "", &AArch64DefaultPfmCounters },
};