Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/test/unittest/
Dcommand_helper_test.cpp47 auto commandHelper = CommandHelper::GetInstance(); variable
48 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(); variable
71 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 …]