Lines Matching refs:controlCmd_
277 if (!Option::GetOptionValue(args, "--control", controlCmd_)) { in GetOptions()
427 if (!ParseControlCmd(controlCmd_)) { in CheckOptions()
445 if (controlCmd_.empty()) { in ParseOption()
482 if (!hasTarget and (controlCmd_.empty() or controlCmd_ == CONTROL_CMD_PREPARE)) { in CheckTargetProcessOptions()
486 if (controlCmd_ == CONTROL_CMD_PREPARE) { in CheckTargetProcessOptions()
1007 if (controlCmd_.empty()) { in ProcessControl()
1011 if (controlCmd_ == CONTROL_CMD_PREPARE) { in ProcessControl()
1020 if (controlCmd_ == CONTROL_CMD_START) { in ProcessControl()
1022 } else if (controlCmd_ == CONTROL_CMD_RESUME) { in ProcessControl()
1024 } else if (controlCmd_ == CONTROL_CMD_PAUSE) { in ProcessControl()
1026 } else if (controlCmd_ == CONTROL_CMD_STOP) { in ProcessControl()
1042 printf("%s sampling success.\n", controlCmd_.c_str()); in ProcessControl()
1044 printf("%s sampling failed.\n", controlCmd_.c_str()); in ProcessControl()
1201 } else if (restart_ && controlCmd_ == CONTROL_CMD_PREPARE) { in OnSubCommand()