Lines Matching refs:GetCommentConfigName
335 std::string SubCommandStat::GetCommentConfigName( in GetCommentConfigName() function in OHOS::Developtools::HiPerf::SubCommandStat
395 if (configName == GetCommentConfigName(countEvent, "sw-cpu-clock")) { in GetDetailComments()
403 if (configName == GetCommentConfigName(countEvent, "sw-task-clock")) { in GetDetailComments()
407 if (configName == GetCommentConfigName(countEvent, "hw-cpu-cycles")) { in GetDetailComments()
419 …if (configName == GetCommentConfigName(countEvent, "hw-instructions") && summary.eventCount != 0) { in GetDetailComments()
428 if (configName == GetCommentConfigName(countEvent, "hw-branch-misses")) { in GetDetailComments()
470 std::string commentConfigName = GetCommentConfigName(it->second, "sw-cpu-clock"); in GetComments()
479 commentConfigName = GetCommentConfigName(it->second, "sw-task-clock"); in GetComments()
485 commentConfigName = GetCommentConfigName(it->second, "hw-cpu-cycles"); in GetComments()
500 commentConfigName = GetCommentConfigName(it->second, "hw-instructions"); in GetComments()
502 std::string cpuSyclesName = GetCommentConfigName(it->second, "hw-cpu-cycles"); in GetComments()
513 commentConfigName = GetCommentConfigName(it->second, "hw-branch-misses"); in GetComments()
515 std::string branchInsName = GetCommentConfigName(it->second, "hw-branch-instructions"); in GetComments()