Searched refs:perKey (Results 1 – 2 of 2) sorted by relevance
235 void SubCommandStat::GetPerKey(std::string &perKey, const PerfEvents::Summary &summary) in GetPerKey() argument237 perKey = ""; in GetPerKey()239 perKey += std::to_string(summary.cpu); in GetPerKey()240 perKey += "|"; in GetPerKey()243 perKey += std::to_string(summary.tid); in GetPerKey()251 std::string perKey = ""; in ReportDetailInfos() local261 GetPerKey(perKey, it); in ReportDetailInfos()262 if (perMaps.count(perKey) == 0) { in ReportDetailInfos()265 perMaps[perKey] = std::move(perMap); in ReportDetailInfos()267 … perMaps[perKey]->configName = GetDetailComments(event->second, perMaps[perKey]->commentSum, in ReportDetailInfos()[all …]
130 static void GetPerKey(std::string &perKey, const PerfEvents::Summary &summary);