Searched refs:CounterName (Results 1 – 2 of 2) sorted by relevance
104 auto CounterName = CounterPair.first.drop_back(5); in push_back() local105 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()107 errs() << "DebugCounter Error: " << CounterName in push_back()117 auto CounterName = CounterPair.first.drop_back(6); in push_back() local118 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()120 errs() << "DebugCounter Error: " << CounterName in push_back()142 for (auto &CounterName : CounterNames) { in print() local143 unsigned CounterID = getCounterId(std::string(CounterName)); in print()
72 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() argument77 auto Result = Us.Counters.find(CounterName); in shouldExecute()