Home
last modified time | relevance | path

Searched refs:GetCommentConfigName (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/src/
Dsubcommand_stat.cpp340 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()
[all …]
/developtools/hiperf/include/
Dsubcommand_stat.h125 static std::string GetCommentConfigName(