Lines Matching refs:OPT_STRING
3459 OPT_STRING('g', "gen-script", &generate_script_lang, "lang", in cmd_script()
3461 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_script()
3466 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_script()
3468 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_script()
3486 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", in cmd_script()
3496 OPT_STRING(0, "graph-function", &symbol_conf.graph_function, "symbol[,symbol...]", in cmd_script()
3498 OPT_STRING(0, "stop-bt", &symbol_conf.bt_stop_list_str, "symbol[,symbol...]", in cmd_script()
3500 OPT_STRING('C', "cpu", &cpu_list, "cpu", "list of cpus to profile"), in cmd_script()
3501 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_script()
3503 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]", in cmd_script()
3505 OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]", in cmd_script()
3546 OPT_STRING(0, "time", &script.time_str, "str", in cmd_script()
3550 OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", in cmd_script()
3553 OPT_STRING(0, "guestvmlinux", &symbol_conf.default_guest_vmlinux_name, in cmd_script()
3555 OPT_STRING(0, "guestkallsyms", &symbol_conf.default_guest_kallsyms, in cmd_script()
3557 OPT_STRING(0, "guestmodules", &symbol_conf.default_guest_modules, in cmd_script()