Searched refs:CycleCounter (Results 1 – 12 of 12) 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()
106 const auto CycleCounter = in emitPfmCountersInfo() local117 if (CycleCounter.empty()) in emitPfmCountersInfo()120 OS << " " << Target << "PfmCounterNames[" << getPfmCounterId(CycleCounter) in emitPfmCountersInfo()
35 // Processors can define how to measure cycles by defining a CycleCounter.36 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()