Searched refs:commentConfigName (Results 1 – 1 of 1) sorted by relevance
338 std::string commentConfigName = ""; in GetCommentConfigName() local340 return commentConfigName; in GetCommentConfigName()343 commentConfigName = eventName + ":u"; in GetCommentConfigName()345 commentConfigName = eventName + ":k"; in GetCommentConfigName()347 commentConfigName = eventName; in GetCommentConfigName()349 return commentConfigName; in GetCommentConfigName()470 std::string commentConfigName = GetCommentConfigName(it->second, "sw-cpu-clock"); in GetComments() local471 if (configName == commentConfigName) { in GetComments()479 commentConfigName = GetCommentConfigName(it->second, "sw-task-clock"); in GetComments()480 if (configName == commentConfigName) { in GetComments()[all …]