Searched refs:cmdLine (Results 1 – 9 of 9) sorted by relevance
| /developtools/profiler/device/cmds/src/ |
| D | main.cpp | 327 void ParseCmdline(CommandLine& cmdLine, DataContext& data) in ParseCmdline() argument 329 cmdLine.AddParamSwitch("--getport", "-q", data.isGetGrpcAddr, "get grpc address"); in ParseCmdline() 330 cmdLine.AddParamText("--time", "-t", data.traceKeepSecond, "trace time"); in ParseCmdline() 331 cmdLine.AddParamText("--out", "-o", data.outputFile, "output file name"); in ParseCmdline() 332 cmdLine.AddParamSwitch("--help", "-h", data.isHelp, "make some help"); in ParseCmdline() 333 cmdLine.AddParamSwitch("--list", "-l", data.isShowPluginList, "plugin list"); in ParseCmdline() 334 cmdLine.AddParamSwitch("--start", "-s", data.isStartProcess, "start dependent process"); in ParseCmdline() 335 cmdLine.AddParamSwitch("--kill", "-k", data.isKillProcess, "kill dependent process"); in ParseCmdline() 336 cmdLine.AddParamText("--config", "-c", data.configFile, "start trace by config file"); in ParseCmdline() 498 CommandLine& cmdLine = CommandLine::GetInstance(); in main() local [all …]
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | utilities.cpp | 421 bool IsSameCommand(std::string cmdLine, std::string cmdName) in IsSameCommand() argument 423 std::vector<std::string> cmdpaths = StringSplit(cmdLine, "/"); in IsSameCommand()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | utilities.h | 161 bool IsSameCommand(std::string cmdLine, std::string cmdName);
|
| /developtools/smartperf_host/ide/src/trace/component/setting/bean/ |
| D | ProfilerServiceTypes.ts | 90 cmdLine: string; property
|
| /developtools/hiperf/include/ |
| D | utilities.h | 177 bool IsSameCommand(const std::string &cmdLine, const std::string &cmdName);
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/setting/bean/ |
| D | ProfilerServiceTypes.ts | 90 cmdLine: string; property
|
| /developtools/hiperf/src/ |
| D | utilities.cpp | 501 bool IsSameCommand(const std::string &cmdLine, const std::string &cmdName) in IsSameCommand() argument 503 std::vector<std::string> cmdpaths = StringSplit(cmdLine, "/"); in IsSameCommand()
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpRecordTrace.ts | 1671 cmdLine: recordArgs,
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/ |
| D | SpRecordTrace.ts | 1670 cmdLine: recordArgs,
|