Lines Matching refs:OPT_STRING
3492 OPT_STRING('g', "gen-script", &generate_script_lang, "lang", in cmd_script()
3494 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_script()
3499 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_script()
3501 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_script()
3519 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", in cmd_script()
3529 OPT_STRING(0, "graph-function", &symbol_conf.graph_function, "symbol[,symbol...]", in cmd_script()
3531 OPT_STRING(0, "stop-bt", &symbol_conf.bt_stop_list_str, "symbol[,symbol...]", in cmd_script()
3533 OPT_STRING('C', "cpu", &cpu_list, "cpu", "list of cpus to profile"), in cmd_script()
3534 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_script()
3536 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]", in cmd_script()
3538 OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]", in cmd_script()
3584 OPT_STRING(0, "time", &script.time_str, "str", in cmd_script()
3588 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_script()
3591 OPT_STRING(0, "guestvmlinux", &symbol_conf.default_guest_vmlinux_name, in cmd_script()
3593 OPT_STRING(0, "guestkallsyms", &symbol_conf.default_guest_kallsyms, in cmd_script()
3595 OPT_STRING(0, "guestmodules", &symbol_conf.default_guest_modules, in cmd_script()