Lines Matching refs:OPT_BOOLEAN
414 OPT_BOOLEAN('f', "force", &file.force, "don't complain, do it"), in cmd_annotate()
417 OPT_BOOLEAN('q', "quiet", &quiet, "do now show any message"), in cmd_annotate()
418 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_annotate()
420 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate()
421 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate()
422 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate()
425 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_annotate()
427 OPT_BOOLEAN('l', "print-line", &annotate.print_line, in cmd_annotate()
429 OPT_BOOLEAN('P', "full-paths", &annotate.full_paths, in cmd_annotate()
431 OPT_BOOLEAN(0, "skip-missing", &annotate.skip_missing, in cmd_annotate()
437 OPT_BOOLEAN(0, "source", &symbol_conf.annotate_src, in cmd_annotate()
439 OPT_BOOLEAN(0, "asm-raw", &symbol_conf.annotate_asm_raw, in cmd_annotate()
445 OPT_BOOLEAN(0, "group", &symbol_conf.event_group, in cmd_annotate()
447 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_annotate()
449 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_annotate()