Lines Matching refs:commentConfigName
352 std::string commentConfigName = "";
353 CHECK_TRUE(countEvent == nullptr || eventName.length() == 0, commentConfigName, 0, "");
355 commentConfigName = eventName + ":u";
357 commentConfigName = eventName + ":k";
359 commentConfigName = eventName;
361 return commentConfigName;
480 std::string commentConfigName = GetCommentConfigName(it->second, "sw-cpu-clock");
481 if (configName == commentConfigName) {
489 commentConfigName = GetCommentConfigName(it->second, "sw-task-clock");
490 if (configName == commentConfigName) {
495 commentConfigName = GetCommentConfigName(it->second, "hw-cpu-cycles");
496 if (configName == commentConfigName) {
510 commentConfigName = GetCommentConfigName(it->second, "hw-instructions");
511 if (configName == commentConfigName && it->second->eventCount != 0) {
523 commentConfigName = GetCommentConfigName(it->second, "hw-branch-misses");
524 if (configName == commentConfigName) {