Lines Matching refs:OPT_BOOLEAN

523 	OPT_BOOLEAN('f', "force", &data.force, "don't complain, do it"),  in cmd_annotate()
526 OPT_BOOLEAN('q', "quiet", &quiet, "do now show any message"), in cmd_annotate()
527 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_annotate()
529 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate()
531 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate()
533 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate()
534 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"), in cmd_annotate()
535 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_annotate()
539 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_annotate()
541 OPT_BOOLEAN('l', "print-line", &annotate.opts.print_lines, in cmd_annotate()
543 OPT_BOOLEAN('P', "full-paths", &annotate.opts.full_path, in cmd_annotate()
545 OPT_BOOLEAN(0, "skip-missing", &annotate.skip_missing, in cmd_annotate()
554 OPT_BOOLEAN(0, "source", &annotate.opts.annotate_src, in cmd_annotate()
556 OPT_BOOLEAN(0, "asm-raw", &annotate.opts.show_asm_raw, in cmd_annotate()
566 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_annotate()
568 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in cmd_annotate()
570 OPT_BOOLEAN(0, "group", &symbol_conf.event_group, in cmd_annotate()
572 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_annotate()
574 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_annotate()