Searched refs:CounterName (Results 1 – 2 of 2) sorted by relevance
102 auto CounterName = CounterPair.first.drop_back(5); in push_back() local103 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()105 errs() << "DebugCounter Error: " << CounterName in push_back()115 auto CounterName = CounterPair.first.drop_back(6); in push_back() local116 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()118 errs() << "DebugCounter Error: " << CounterName in push_back()140 for (auto &CounterName : CounterNames) { in print() local141 unsigned CounterID = getCounterId(std::string(CounterName)); in print()
74 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() argument79 auto Result = Us.Counters.find(CounterName); in shouldExecute()