Searched refs:commentConfigName (Results 1 – 1 of 1) sorted by relevance
343 std::string commentConfigName = ""; in GetCommentConfigName() local345 return commentConfigName; in GetCommentConfigName()348 commentConfigName = eventName + ":u"; in GetCommentConfigName()350 commentConfigName = eventName + ":k"; in GetCommentConfigName()352 commentConfigName = eventName; in GetCommentConfigName()354 return commentConfigName; in GetCommentConfigName()475 std::string commentConfigName = GetCommentConfigName(it->second, "sw-cpu-clock"); in GetComments() local476 if (configName == commentConfigName) { in GetComments()484 commentConfigName = GetCommentConfigName(it->second, "sw-task-clock"); in GetComments()485 if (configName == commentConfigName) { in GetComments()[all …]