Lines Matching defs:cmd
80 bool RunCommand(const std::string& cmd, std::string& content) in RunCommand()
472 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -h"; variable
510 …std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -c " + configTestFile + " -o " + outFile + " -t … variable
552 std::string cmd = "cp " + DEFAULT_SO_PATH + "libftrace_plugin.z.so " + DEFAULT_PATH; variable
589 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -s -l -k"; variable
608 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -l -k"; variable
625 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -k"; variable
637 std::string cmd = "cp " + DEFAULT_SO_PATH + "libftrace_plugin.z.so " + DEFAULT_PATH; variable
670 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -s"; variable
715 std::string cmd = "cp " + DEFAULT_SO_PATH + "libhiperfplugin.z.so " + DEFAULT_PATH; variable
752 std::string cmd = CreateSplitHtraceCommand(outFile, time); variable
778 std::string cmd = CreateSplitHiperfCommand(outFile, perfFile, perfSplitFile, time); variable
810 std::string cmd = CreateSplitNetworkProfilerCommand(outFile, time); variable