Lines Matching defs:cmd
88 bool RunCommand(const std::string& cmd, std::string& content) in RunCommand()
506 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -h"; variable
541 …std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -c " + configTestFile + " -o " + outFile + " -t … variable
581 std::string cmd = "cp " + DEFAULT_SO_PATH + "libftrace_plugin.z.so " + DEFAULT_PATH; variable
614 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -s -l -k"; variable
631 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -l -k"; variable
646 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -k"; variable
658 std::string cmd = "cp " + DEFAULT_SO_PATH + "libftrace_plugin.z.so " + DEFAULT_PATH; variable
689 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -s"; variable
734 std::string cmd = "cp " + DEFAULT_SO_PATH + "libhiperfplugin.z.so " + DEFAULT_PATH; variable
769 std::string cmd = CreateSplitHtraceCommand(outFile, time); variable
794 std::string cmd = CreateSplitArktsCommand(outFile, arktsSplitFile, time); variable
820 std::string cmd = CreateSplitHiperfCommand(outFile, perfFile, perfSplitFile, time); variable
854 std::string cmd = CreateSplitHiebpfCommand(outFile, ebpfFile, ebpfSplitFile, time); variable