Searched refs:CycleCounter (Results 1 – 17 of 17) 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 …]
62 EXPECT_EQ(ExegesisTarget_->getPfmCounters("").CycleCounter, Expected); in TEST_F()63 EXPECT_EQ(ExegesisTarget_->getPfmCounters("unknown_cpu").CycleCounter, in TEST_F()
70 EXPECT_EQ(ExegesisTarget_->getPfmCounters("").CycleCounter, Expected); in TEST_F()71 EXPECT_EQ(ExegesisTarget_->getPfmCounters("unknown_cpu").CycleCounter, in TEST_F()
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;
33 // Processors can define how to measure cycles by defining a CycleCounter.34 PfmCounter CycleCounter = NoPfmCounter;
122 EXPECT_EQ(State.getExegesisTarget().getPfmCounters("").CycleCounter, in TEST_F()125 State.getExegesisTarget().getPfmCounters("unknown_cpu").CycleCounter, in TEST_F()
16 let CycleCounter = CpuCyclesPfmCounter;
39 const char *CycleCounter; member
74 const char *CounterName = State.getPfmCounters().CycleCounter; in runMeasurements()
80 if (!PfmCounters.CycleCounter) { in createBenchmarkRunner()