Home
last modified time | relevance | path

Searched defs:help (Results 1 – 12 of 12) sorted by relevance

/developtools/profiler/hiebpf/src/
Dcommand_helper.cpp20 int CommandHelper::Start(int* argc, char*** argv, const std::string& help) in Start()
49 void CommandHelper::DoHelp(const std::string& help) in DoHelp()
/developtools/profiler/hiebpf/include/
Dcommandline_flags.h753 #define HIEBPF_DEFINE_bool(name, default_val, help) \ argument
763 #define HIEBPF_DEFINE_int8(name, default_val, help) \ argument
773 #define HIEBPF_DEFINE_int16(name, default_val, help) \ argument
783 #define HIEBPF_DEFINE_int32(name, default_val, help) \ argument
793 #define HIEBPF_DEFINE_int64(name, default_val, help) \ argument
803 #define HIEBPF_DEFINE_uint8(name, default_val, help) \ argument
813 #define HIEBPF_DEFINE_uint16(name, default_val, help) \ argument
823 #define HIEBPF_DEFINE_uint32(name, default_val, help) \ argument
833 #define HIEBPF_DEFINE_uint64(name, default_val, help) \ argument
843 #define HIEBPF_DEFINE_double(name, default_val, help) \ argument
[all …]
Dvmlinux.h27406 char *help; member
/developtools/smartperf_host/smartperf_host/trace_streamer/build/
Dbuild_base_func.sh16 function help() { function
/developtools/profiler/device/plugins/native_daemon/include/
Doption.h33 std::string help; member
/developtools/hiperf/include/
Doption.h32 std::string help; member
Dsubcommand.h28 SubCommand(const std::string &name, const std::string &brief, const std::string &help) in SubCommand()
/developtools/hiperf/test/unittest/common/native/
Dsubcommand_help_test.cpp147 std::string help = "help"; variable
/developtools/profiler/device/plugins/native_daemon/src/
Dmain.cpp300 std::string help = R"(Usage: native_daemon in main() local
/developtools/hiperf/
DREADME.md168 ### help subsection
/developtools/hiperf/src/
Doption.cpp164 bool RegisterMainOption(const std::string &optionName, const std::string &help, in RegisterMainOption()
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntool/
DHapSignTool.java381 public static void help() { in help() method in HapSignTool