Searched refs:CounterName (Results 1 – 4 of 4) sorted by relevance
78 auto CounterName = CounterPair.first.drop_back(5); in push_back() local79 unsigned CounterID = getCounterId(CounterName); in push_back()81 errs() << "DebugCounter Error: " << CounterName in push_back()89 auto CounterName = CounterPair.first.drop_back(6); in push_back() local90 unsigned CounterID = getCounterId(CounterName); in push_back()92 errs() << "DebugCounter Error: " << CounterName in push_back()
100 const char *CounterName = State.getSubtargetInfo() in getCounterName() local104 if (!CounterName) in getCounterName()106 return CounterName; in getCounterName()116 const char *CounterName = getCounterName(); in runMeasurements() local117 if (!CounterName) in runMeasurements()119 const pfm::PerfEvent CyclesPerfEvent(CounterName); in runMeasurements()
217 for (const auto &CounterName : CounterNames) { in runMeasurements() local218 pfm::PerfEvent UopPerfEvent(CounterName); in runMeasurements()
72 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() argument77 auto Result = Us.Counters.find(CounterName); in shouldExecute()