Lines Matching refs:name
70 bool PerfCounters::IsCounterSupported(const std::string& name) {
78 int ret = pfm_get_os_event_encoding(name.c_str(), mode, PFM_OS_PERF_EVENT_EXT,
120 // Check if this name is empty
121 const auto& name = counter_names[i];
122 if (name.empty()) {
124 << "A performance counter name was the empty string\n";
139 const int pfm_get = pfm_get_os_event_encoding(name.c_str(), kCounterMode,
143 << "Unknown performance counter name: " << name << "\n";
191 << name << ". Ignoring\n";
204 valid_names.push_back(name);