Home
last modified time | relevance | path

Searched refs:cmdLine (Results 1 – 9 of 9) sorted by relevance

/developtools/profiler/device/cmds/src/
Dmain.cpp327 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/
Dutilities.cpp421 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/
Dutilities.h161 bool IsSameCommand(std::string cmdLine, std::string cmdName);
/developtools/smartperf_host/ide/src/trace/component/setting/bean/
DProfilerServiceTypes.ts90 cmdLine: string; property
/developtools/hiperf/include/
Dutilities.h177 bool IsSameCommand(const std::string &cmdLine, const std::string &cmdName);
/developtools/profiler/host/smartperf/ide/src/trace/component/setting/bean/
DProfilerServiceTypes.ts90 cmdLine: string; property
/developtools/hiperf/src/
Dutilities.cpp501 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/
DSpRecordTrace.ts1671 cmdLine: recordArgs,
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpRecordTrace.ts1670 cmdLine: recordArgs,