Lines Matching refs:commentConfigName
338 std::string commentConfigName = ""; in GetCommentConfigName() local
340 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() local
471 if (configName == commentConfigName) { in GetComments()
479 commentConfigName = GetCommentConfigName(it->second, "sw-task-clock"); in GetComments()
480 if (configName == commentConfigName) { in GetComments()
485 commentConfigName = GetCommentConfigName(it->second, "hw-cpu-cycles"); in GetComments()
486 if (configName == commentConfigName) { in GetComments()
500 commentConfigName = GetCommentConfigName(it->second, "hw-instructions"); in GetComments()
501 if (configName == commentConfigName && it->second->eventCount != 0) { in GetComments()
513 commentConfigName = GetCommentConfigName(it->second, "hw-branch-misses"); in GetComments()
514 if (configName == commentConfigName) { in GetComments()