Lines Matching defs:comment
184 "pid", "tid", "coreid", "comment", "coverage");
188 printf(" %24s %-30s | %10s | %-32s | %s\n", "count", "event_name", "coreid", "comment", "coverage");
192 "comment", "coverage");
298 printf(" %24s %-30s | %-32s | %s\n", "count", "name", "comment", "coverage");
305 std::string comment = comments[configName];
317 comment.c_str(), scale * ratio);
400 double &comment, PerfEvents::Summary &summary, std::string &configName)
406 comment = 0;
414 comment += countEvent->usedCpus * scale;
423 comment += hz / 1e9;
425 comment += 0;
434 comment += static_cast<double>(cpuCyclesCount) / summary.eventCount;
444 comment += (static_cast<double>(summary.eventCount) / branchInstructionsCount) * ONE_HUNDRED;
448 return HandleOtherConfig(comment, summary, running_time_in_sec, scale, findRunningTime);
451 std::string SubCommandStat::HandleOtherConfig(double &comment, PerfEvents::Summary &summary, double running_time_in_sec,
454 comment = 0;
460 comment += rate;