Lines Matching refs:OPT_STRING
1329 OPT_STRING('i', "input", &input_name, "file", in cmd_report()
1339 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
1343 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_report()
1352 OPT_STRING(0, "pretty", &report.pretty_printing_style, "key", in cmd_report()
1365 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_report()
1367 OPT_STRING('F', "fields", &field_order, "key[,keys...]", in cmd_report()
1373 OPT_STRING('p', "parent", &parent_pattern, "regex", in cmd_report()
1393 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_report()
1395 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_report()
1397 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]", in cmd_report()
1399 OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]", in cmd_report()
1401 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", in cmd_report()
1403 OPT_STRING(0, "symbol-filter", &report.symbol_filter_str, "filter", in cmd_report()
1405 OPT_STRING('w', "column-widths", &symbol_conf.col_width_list_str, in cmd_report()
1416 OPT_STRING('C', "cpu", &report.cpu_list, "cpu", in cmd_report()
1418 OPT_STRING(0, "parallelism", &symbol_conf.parallelism_list_str, "parallelism", in cmd_report()
1426 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style", in cmd_report()
1428 OPT_STRING(0, "prefix", &annotate_opts.prefix, "prefix", in cmd_report()
1430 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_report()
1445 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_report()
1447 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_report()
1478 OPT_STRING(0, "time", &report.time_str, "str", in cmd_report()