Lines Matching refs:GetCommentConfigName
340 std::string SubCommandStat::GetCommentConfigName( in GetCommentConfigName() function in OHOS::Developtools::HiPerf::SubCommandStat
400 if (configName == GetCommentConfigName(countEvent, "sw-cpu-clock")) { in GetDetailComments()
408 if (configName == GetCommentConfigName(countEvent, "sw-task-clock")) { in GetDetailComments()
412 if (configName == GetCommentConfigName(countEvent, "hw-cpu-cycles")) { in GetDetailComments()
424 …if (configName == GetCommentConfigName(countEvent, "hw-instructions") && summary.eventCount != 0) { in GetDetailComments()
433 if (configName == GetCommentConfigName(countEvent, "hw-branch-misses")) { in GetDetailComments()
475 std::string commentConfigName = GetCommentConfigName(it->second, "sw-cpu-clock"); in GetComments()
484 commentConfigName = GetCommentConfigName(it->second, "sw-task-clock"); in GetComments()
490 commentConfigName = GetCommentConfigName(it->second, "hw-cpu-cycles"); in GetComments()
505 commentConfigName = GetCommentConfigName(it->second, "hw-instructions"); in GetComments()
507 std::string cpuSyclesName = GetCommentConfigName(it->second, "hw-cpu-cycles"); in GetComments()
518 commentConfigName = GetCommentConfigName(it->second, "hw-branch-misses"); in GetComments()
520 std::string branchInsName = GetCommentConfigName(it->second, "hw-branch-instructions"); in GetComments()