Lines Matching defs:configName
54 int CounterValue(const std::string &stringOut, const std::string &configName) const;
186 const std::string &configName) const
194 if (tokens[1] == configName) {
1994 const std::string configName {"hw-cpu-cycles"};
1998 testCMD += configName;
2008 int counterValueWithoutInherit = CounterValue(stringOut, configName);
2010 HLOGD("%s %d", configName.c_str(), counterValueWithoutInherit);
2143 std::string configName = eventNames[i];
2144 countEvents[configName] = std::move(countEvent);
2145 countEvents[configName]->userOnly = false;
2146 countEvents[configName]->kernelOnly = false;
2147 std::unique_ptr<PerfEvents::CountEvent> &countEventTmp = countEvents[configName];