Lines Matching refs:commentConfigName
343 std::string commentConfigName = ""; in GetCommentConfigName() local
345 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() local
476 if (configName == commentConfigName) { in GetComments()
484 commentConfigName = GetCommentConfigName(it->second, "sw-task-clock"); in GetComments()
485 if (configName == commentConfigName) { in GetComments()
490 commentConfigName = GetCommentConfigName(it->second, "hw-cpu-cycles"); in GetComments()
491 if (configName == commentConfigName) { in GetComments()
505 commentConfigName = GetCommentConfigName(it->second, "hw-instructions"); in GetComments()
506 if (configName == commentConfigName && it->second->eventCount != 0) { in GetComments()
518 commentConfigName = GetCommentConfigName(it->second, "hw-branch-misses"); in GetComments()
519 if (configName == commentConfigName) { in GetComments()