Searched refs:CycleCounter (Results 1 – 9 of 9) sorted by relevance
22 let CycleCounter = PfmCounter<"cpu_clk_unhalted">;32 let CycleCounter = UnhaltedCoreCyclesPfmCounter;44 let CycleCounter = UnhaltedCoreCyclesPfmCounter;51 let CycleCounter = UnhaltedCoreCyclesPfmCounter;60 let CycleCounter = UnhaltedCoreCyclesPfmCounter;67 let CycleCounter = UnhaltedCoreCyclesPfmCounter;81 let CycleCounter = UnhaltedCoreCyclesPfmCounter;97 let CycleCounter = UnhaltedCoreCyclesPfmCounter;113 let CycleCounter = UnhaltedCoreCyclesPfmCounter;129 let CycleCounter = UnhaltedCoreCyclesPfmCounter;[all …]
110 const auto CycleCounter = in emitPfmCountersInfo() local121 if (CycleCounter.empty()) in emitPfmCountersInfo()124 OS << " " << Target << "PfmCounterNames[" << getPfmCounterId(CycleCounter) in emitPfmCountersInfo()
35 // Processors can define how to measure cycles by defining a CycleCounter.36 PfmCounter CycleCounter = NoPfmCounter;
16 let CycleCounter = CpuCyclesPfmCounter;
39 const char *CycleCounter; member
74 const char *CounterName = State.getPfmCounters().CycleCounter; in runMeasurements()
80 if (!PfmCounters.CycleCounter) { in createBenchmarkRunner()