Lines Matching refs:OPT_STRING
1475 OPT_STRING('p', "pid", &target->pid, "pid", in cmd_top()
1477 OPT_STRING('t', "tid", &target->tid, "tid", in cmd_top()
1481 OPT_STRING('C', "cpu", &target->cpu_list, "cpu", in cmd_top()
1483 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_top()
1487 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_top()
1503 OPT_STRING(0, "sym-annotate", &top.sym_filter, "symbol name", in cmd_top()
1519 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_top()
1522 OPT_STRING(0, "fields", &field_order, "key[,keys...]", in cmd_top()
1542 OPT_STRING(0, "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_top()
1544 OPT_STRING(0, "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_top()
1546 OPT_STRING(0, "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", in cmd_top()
1555 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_top()
1557 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_top()
1559 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style", in cmd_top()
1561 OPT_STRING(0, "prefix", &annotate_opts.prefix, "prefix", in cmd_top()
1563 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_top()
1565 OPT_STRING('u', "uid", &target->uid_str, "user", "user to profile"), in cmd_top()
1570 OPT_STRING('w', "column-widths", &symbol_conf.col_width_list_str, in cmd_top()