Lines Matching refs:OPT_BOOLEAN
296 OPT_BOOLEAN('f', "force", &file.force, "don't complain, do it"), in cmd_annotate()
299 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_annotate()
301 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate()
302 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate()
303 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate()
306 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_annotate()
308 OPT_BOOLEAN('l', "print-line", &annotate.print_line, in cmd_annotate()
310 OPT_BOOLEAN('P', "full-paths", &annotate.full_paths, in cmd_annotate()
312 OPT_BOOLEAN(0, "skip-missing", &annotate.skip_missing, in cmd_annotate()
317 OPT_BOOLEAN(0, "source", &symbol_conf.annotate_src, in cmd_annotate()
319 OPT_BOOLEAN(0, "asm-raw", &symbol_conf.annotate_asm_raw, in cmd_annotate()
325 OPT_BOOLEAN(0, "group", &symbol_conf.event_group, in cmd_annotate()