Lines Matching refs:OPT_STRING
1455 OPT_STRING('p', "pid", &target->pid, "pid",
1457 OPT_STRING('t', "tid", &target->tid, "tid",
1461 OPT_STRING('C', "cpu", &target->cpu_list, "cpu",
1463 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
1467 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name,
1486 OPT_STRING(0, "sym-annotate", &top.sym_filter, "symbol name",
1500 OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
1503 OPT_STRING(0, "fields", &field_order, "key[,keys...]",
1523 OPT_STRING(0, "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
1525 OPT_STRING(0, "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
1527 OPT_STRING(0, "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]",
1536 OPT_STRING(0, "objdump", &top.annotation_opts.objdump_path, "path",
1538 OPT_STRING('M', "disassembler-style", &top.annotation_opts.disassembler_style, "disassembler style",
1540 OPT_STRING(0, "prefix", &top.annotation_opts.prefix, "prefix",
1542 OPT_STRING(0, "prefix-strip", &top.annotation_opts.prefix_strip, "N",
1544 OPT_STRING('u', "uid", &target->uid_str, "user", "user to profile"),
1549 OPT_STRING('w', "column-widths", &symbol_conf.col_width_list_str,