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