Lines Matching refs:OPT_STRING
617 OPT_STRING('i', "input", &input_name, "file", in cmd_report()
623 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
625 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_report()
634 OPT_STRING(0, "pretty", &report.pretty_printing_style, "key", in cmd_report()
643 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_report()
646 OPT_STRING('F', "fields", &field_order, "key[,keys...]", in cmd_report()
650 OPT_STRING('p', "parent", &parent_pattern, "regex", in cmd_report()
668 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_report()
670 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_report()
672 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]", in cmd_report()
674 OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]", in cmd_report()
676 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", in cmd_report()
678 OPT_STRING(0, "symbol-filter", &report.symbol_filter_str, "filter", in cmd_report()
680 OPT_STRING('w', "column-widths", &symbol_conf.col_width_list_str, in cmd_report()
688 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_report()
690 OPT_STRING('C', "cpu", &report.cpu_list, "cpu", in cmd_report()
698 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style", in cmd_report()
709 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_report()