Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/src/
Dmain.cpp355 void ParseCmdline(CommandLine& cmdLine, DataContext& data) in ParseCmdline() argument
357 cmdLine.AddParamSwitch("--getport", "-q", data.isGetGrpcAddr, "get grpc address"); in ParseCmdline()
358 cmdLine.AddParamText("--time", "-t", data.traceKeepSecond, "trace time"); in ParseCmdline()
359 cmdLine.AddParamText("--out", "-o", data.outputFile, "output file name"); in ParseCmdline()
360 cmdLine.AddParamSwitch("--help", "-h", data.isHelp, "make some help"); in ParseCmdline()
361 cmdLine.AddParamSwitch("--list", "-l", data.isShowPluginList, "plugin list"); in ParseCmdline()
362 cmdLine.AddParamSwitch("--start", "-s", data.isStartProcess, "start dependent process"); in ParseCmdline()
363 cmdLine.AddParamSwitch("--kill", "-k", data.isKillProcess, "kill dependent process"); in ParseCmdline()
364 cmdLine.AddParamText("--config", "-c", data.configFile, "start trace by config file"); in ParseCmdline()
570 CommandLine& cmdLine = CommandLine::GetInstance(); in main() local
[all …]
/developtools/smartperf_host/ide/test/trace/component/
DSpRecordTrace.test.ts393 …configData: { cmdLine: 'hiebpf --duration 30 --max_stack_depth 10', outfileName: '/data/local/tmp/…
400 …configData: { cmdLine: 'hiebpf --duration 30 --max_stack_depth 10', outfileName: '/data/local/tmp/…
/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/smartperf_host/ide/src/trace/component/setting/bean/
DProfilerServiceTypes.ts88 cmdLine: string; property
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h176 bool IsSameCommand(std::string cmdLine, std::string cmdName);
/developtools/hiperf/src/
Dutilities.cpp482 bool IsSameCommand(const std::string &cmdLine, const std::string &cmdName) in IsSameCommand() argument
484 std::vector<std::string> cmdpaths = StringSplit(cmdLine, "/"); in IsSameCommand()
/developtools/hiperf/include/
Dutilities.h178 bool IsSameCommand(const std::string &cmdLine, const std::string &cmdName);
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordConfigModel.ts723 cmdLine: recordArgs,