Lines Matching refs:OPT_STRING
1065 OPT_STRING('i', "input", &input_name, "file", in cmd_report()
1075 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
1079 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_report()
1088 OPT_STRING(0, "pretty", &report.pretty_printing_style, "key", in cmd_report()
1097 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_report()
1099 OPT_STRING('F', "fields", &field_order, "key[,keys...]", in cmd_report()
1105 OPT_STRING('p', "parent", &parent_pattern, "regex", in cmd_report()
1124 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_report()
1126 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_report()
1128 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]", in cmd_report()
1130 OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]", in cmd_report()
1132 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", in cmd_report()
1134 OPT_STRING(0, "symbol-filter", &report.symbol_filter_str, "filter", in cmd_report()
1136 OPT_STRING('w', "column-widths", &symbol_conf.col_width_list_str, in cmd_report()
1147 OPT_STRING('C', "cpu", &report.cpu_list, "cpu", in cmd_report()
1155 …OPT_STRING('M', "disassembler-style", &report.annotation_opts.disassembler_style, "disassembler st… in cmd_report()
1166 OPT_STRING(0, "objdump", &report.annotation_opts.objdump_path, "path", in cmd_report()
1195 OPT_STRING(0, "time", &report.time_str, "str", in cmd_report()