Lines Matching refs:OPT_BOOLEAN
621 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_report()
627 OPT_BOOLEAN('f', "force", &report.force, "don't complain, do it"), in cmd_report()
628 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report()
630 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
632 OPT_BOOLEAN('T', "threads", &report.show_threads, in cmd_report()
636 OPT_BOOLEAN(0, "tui", &report.use_tui, "Use the TUI interface"), in cmd_report()
637 OPT_BOOLEAN(0, "gtk", &report.use_gtk, "Use the GTK2 interface"), in cmd_report()
638 OPT_BOOLEAN(0, "stdio", &report.use_stdio, in cmd_report()
640 OPT_BOOLEAN(0, "header", &report.header, "Show data header."), in cmd_report()
641 OPT_BOOLEAN(0, "header-only", &report.header_only, in cmd_report()
648 OPT_BOOLEAN(0, "showcpuutilization", &symbol_conf.show_cpu_utilization, in cmd_report()
652 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, in cmd_report()
657 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report()
663 OPT_BOOLEAN('G', "inverted", &report.inverted_callchain, in cmd_report()
686 OPT_BOOLEAN('U', "hide-unresolved", &report.hide_unresolved, in cmd_report()
692 OPT_BOOLEAN('I', "show-info", &report.show_full_info, in cmd_report()
694 OPT_BOOLEAN(0, "source", &symbol_conf.annotate_src, in cmd_report()
696 OPT_BOOLEAN(0, "asm-raw", &symbol_conf.annotate_asm_raw, in cmd_report()
700 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
702 OPT_BOOLEAN(0, "group", &symbol_conf.event_group, in cmd_report()
707 OPT_BOOLEAN(0, "branch-history", &branch_call_mode, in cmd_report()
711 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_report()
713 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in cmd_report()
715 OPT_BOOLEAN(0, "mem-mode", &report.mem_mode, "mem access profile"), in cmd_report()