Lines Matching refs:OPT_STRING

1221 	OPT_STRING('i', "input", &input_name, "file",  in cmd_report()
1231 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
1235 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_report()
1244 OPT_STRING(0, "pretty", &report.pretty_printing_style, "key", in cmd_report()
1257 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_report()
1259 OPT_STRING('F', "fields", &field_order, "key[,keys...]", in cmd_report()
1265 OPT_STRING('p', "parent", &parent_pattern, "regex", in cmd_report()
1285 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_report()
1287 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_report()
1289 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]", in cmd_report()
1291 OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]", in cmd_report()
1293 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", in cmd_report()
1295 OPT_STRING(0, "symbol-filter", &report.symbol_filter_str, "filter", in cmd_report()
1297 OPT_STRING('w', "column-widths", &symbol_conf.col_width_list_str, in cmd_report()
1308 OPT_STRING('C', "cpu", &report.cpu_list, "cpu", in cmd_report()
1316OPT_STRING('M', "disassembler-style", &report.annotation_opts.disassembler_style, "disassembler st… in cmd_report()
1318 OPT_STRING(0, "prefix", &report.annotation_opts.prefix, "prefix", in cmd_report()
1320 OPT_STRING(0, "prefix-strip", &report.annotation_opts.prefix_strip, "N", in cmd_report()
1335 OPT_STRING(0, "objdump", &report.annotation_opts.objdump_path, "path", in cmd_report()
1366 OPT_STRING(0, "time", &report.time_str, "str", in cmd_report()