Lines Matching refs:OPT_BOOLEAN

525 	OPT_BOOLEAN('f', "force", &data.force, "don't complain, do it"),  in cmd_annotate()
528 OPT_BOOLEAN('q', "quiet", &quiet, "do now show any warnings or messages"), in cmd_annotate()
529 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_annotate()
532 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate()
535 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate()
537 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate()
538 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"), in cmd_annotate()
539 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_annotate()
543 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_annotate()
545 OPT_BOOLEAN('l', "print-line", &annotate.opts.print_lines, in cmd_annotate()
547 OPT_BOOLEAN('P', "full-paths", &annotate.opts.full_path, in cmd_annotate()
549 OPT_BOOLEAN(0, "skip-missing", &annotate.skip_missing, in cmd_annotate()
558 OPT_BOOLEAN(0, "source", &annotate.opts.annotate_src, in cmd_annotate()
560 OPT_BOOLEAN(0, "asm-raw", &annotate.opts.show_asm_raw, in cmd_annotate()
570 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_annotate()
572 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in cmd_annotate()
574 OPT_BOOLEAN(0, "group", &symbol_conf.event_group, in cmd_annotate()
576 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_annotate()
578 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_annotate()