Lines Matching refs:Command
33 const char *Command::DEFAULT_CMD = "default"; // token for default
34 const char *Command::ALL_CMD = "all"; // token for all
35 const char *Command::ANY_CMD = "any"; // token for any
36 const char *Command::NONE_CMD = "none"; // token for none
37 const char *Command::HWC_CMD = "hwc"; // token for all HWC
38 const char *Command::BIT_CMD = "bit"; // token for any bit-generated metric
39 const char *Command::DEFAULT_METRICS = "ei.user:name"; // if no .rc files read
40 const char *Command::DEFAULT_SORT = "e.user:name"; // if no .rc files read
245 Command::get_command (char *cmd, int &arg_count, int &cparam) in get_command()
312 Command::get_cmd_str (CmdType type) in get_cmd_str()
325 Command::get_err_string (Cmd_status err) in get_err_string()
346 Command::print_help (char *prog_name, bool cmd_line, bool usermode, FILE *outf) in print_help()
402 Command::fmt_help (int nc, char head) in fmt_help()
423 Command::init_desc () in init_desc()