Lines Matching refs:OPT_STRING
995 OPT_STRING('i', "input", &input_name, "file", in cmd_report()
1005 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
1009 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_report()
1018 OPT_STRING(0, "pretty", &report.pretty_printing_style, "key", in cmd_report()
1027 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_report()
1030 OPT_STRING('F', "fields", &field_order, "key[,keys...]", in cmd_report()
1036 OPT_STRING('p', "parent", &parent_pattern, "regex", in cmd_report()
1055 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_report()
1057 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_report()
1059 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]", in cmd_report()
1061 OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]", in cmd_report()
1063 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", in cmd_report()
1065 OPT_STRING(0, "symbol-filter", &report.symbol_filter_str, "filter", in cmd_report()
1067 OPT_STRING('w', "column-widths", &symbol_conf.col_width_list_str, in cmd_report()
1078 OPT_STRING('C', "cpu", &report.cpu_list, "cpu", in cmd_report()
1086 …OPT_STRING('M', "disassembler-style", &report.annotation_opts.disassembler_style, "disassembler st… in cmd_report()
1097 OPT_STRING(0, "objdump", &report.annotation_opts.objdump_path, "path", in cmd_report()
1124 OPT_STRING(0, "time", &report.time_str, "str", in cmd_report()