Searched refs:commandHelper (Results 1 – 1 of 1) sorted by relevance
47 auto commandHelper = CommandHelper::GetInstance(); variable48 int ret = commandHelper.Start(&argc, &argv, "help");55 ret = commandHelper.Start(&argc, &argv, "none");58 ret = commandHelper.Start(&argc, &argv, "help");70 auto commandHelper = CommandHelper::GetInstance(); variable71 commandHelper.DoHelp(commandHelper.SUPPORTED_ARGS[CommandHelper::ARG_EXCLUDE_TRACER]);72 commandHelper.DoHelp(commandHelper.SUPPORTED_ARGS[CommandHelper::ARG_MAX_STACK_DEPTH]);73 commandHelper.DoHelp(commandHelper.SUPPORTED_ARGS[CommandHelper::ARG_DURATION]);74 commandHelper.DoHelp(commandHelper.SUPPORTED_ARGS[CommandHelper::ARG_EVENTS]);75 commandHelper.DoHelp(commandHelper.SUPPORTED_ARGS[CommandHelper::ARG_PIDS]);[all …]