Lines Matching refs:OPT_BOOLEAN
541 OPT_BOOLEAN('f', "force", &data.force, "don't complain, do it"),
544 OPT_BOOLEAN('q', "quiet", &quiet, "do now show any warnings or messages"),
545 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
548 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"),
551 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"),
553 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"),
554 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"),
555 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux,
559 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules,
561 OPT_BOOLEAN('l', "print-line", &annotate.opts.print_lines,
563 OPT_BOOLEAN('P', "full-paths", &annotate.opts.full_path,
565 OPT_BOOLEAN(0, "skip-missing", &annotate.skip_missing,
574 OPT_BOOLEAN(0, "source", &annotate.opts.annotate_src,
576 OPT_BOOLEAN(0, "asm-raw", &annotate.opts.show_asm_raw,
588 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle,
590 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
592 OPT_BOOLEAN(0, "group", &symbol_conf.event_group,
594 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period,
596 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples,