Lines Matching defs:GetCommentConfigName
349 std::string SubCommandStat::GetCommentConfigName(
405 if (configName == GetCommentConfigName(countEvent, "sw-cpu-clock")) {
413 if (configName == GetCommentConfigName(countEvent, "sw-task-clock")) {
417 if (configName == GetCommentConfigName(countEvent, "hw-cpu-cycles")) {
429 if (configName == GetCommentConfigName(countEvent, "hw-instructions") && summary.eventCount != 0) {
438 if (configName == GetCommentConfigName(countEvent, "hw-branch-misses")) {
480 std::string commentConfigName = GetCommentConfigName(it->second, "sw-cpu-clock");
489 commentConfigName = GetCommentConfigName(it->second, "sw-task-clock");
495 commentConfigName = GetCommentConfigName(it->second, "hw-cpu-cycles");
510 commentConfigName = GetCommentConfigName(it->second, "hw-instructions");
512 std::string cpuSyclesName = GetCommentConfigName(it->second, "hw-cpu-cycles");
523 commentConfigName = GetCommentConfigName(it->second, "hw-branch-misses");
525 std::string branchInsName = GetCommentConfigName(it->second, "hw-branch-instructions");