Home
last modified time | relevance | path

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

/developtools/hiperf/demo/cpp/
Dhiperf_example_cmd.cpp415 bool GetBoolFromArg(std::vector<std::string> &args, const std::string &option, bool &value) in GetBoolFromArg() function
458 } else if (GetBoolFromArg(args, "--dynamic", option.dynamicStack)) { in main()
460 } else if (GetBoolFromArg(args, "--nowait", option.noWait)) { in main()
462 } else if (GetBoolFromArg(args, "--mmap", option.mmap)) { in main()
464 } else if (GetBoolFromArg(args, "--iowait", option.iowait)) { in main()
466 } else if (GetBoolFromArg(args, "--branch", option.branch)) { in main()
468 } else if (GetBoolFromArg(args, "--nonew", option.nonew)) { in main()
470 } else if (GetBoolFromArg(args, "--nofunc", option.nofunc)) { in main()