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