Searched refs:cmdStr (Results 1 – 6 of 6) sorted by relevance
220 std::string cmdStr = in CreateCommand() local223 cmdStr += "-o " + outFile + " \\\n"; in CreateCommand()224 cmdStr += "-t " + std::to_string(time) + " \\\n"; in CreateCommand()225 cmdStr += "-k \\\n" in CreateCommand()258 return cmdStr; in CreateCommand()263 std::string cmdStr = in CreateHiperfCommand() local266 cmdStr += "-o " + outFile + " \\\n"; in CreateHiperfCommand()267 cmdStr += "-t " + std::to_string(time) + " \\\n"; in CreateHiperfCommand()268 cmdStr += "-k \\\n" in CreateHiperfCommand()289 return cmdStr; in CreateHiperfCommand()[all …]
34 std::string cmdStr = " request_id: 1" in CreateCommand() local48 config = parseConfig.GetPluginsConfig(cmdStr); in CreateCommand()
43 cmdStr := append([]string{name}, args...)44 logrus.Infof("cmd: %s", cmdStr)57 fmt.Printf("[%s] exec %s :\n", time.Now(), cmdStr)78 cmdStr := append([]string{name}, args...)79 logrus.Infof("cmd: %s", cmdStr)81 fmt.Printf("[%s] exec %s :\n", time.Now(), cmdStr)
33 std::string cmdStr = "taskset -p f " + pid; in SmartPerfCommand() local35 SPUtils::LoadCmd(cmdStr, result); in SmartPerfCommand()
695 …let dataCmd: { id: number; cmdStr: string }[] = (await queryTransferList()) as { id: number; cmdSt…697 dataCmd.forEach((item: { id: number; cmdStr: string }): void => {699 …er" class="radio" type="radio" value="${item.id}" style="margin-right:8px" />${item.cmdStr}</div>`;
312 export const queryTransferList = (): Promise<Array<{ id: number; cmdStr: string }>> =>