Lines Matching refs:OPT_BOOLEAN

675 	OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,  in cmd_report()
681 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"), in cmd_report()
682 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report()
684 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
686 OPT_BOOLEAN('T', "threads", &report.show_threads, in cmd_report()
690 OPT_BOOLEAN(0, "tui", &report.use_tui, "Use the TUI interface"), in cmd_report()
691 OPT_BOOLEAN(0, "gtk", &report.use_gtk, "Use the GTK2 interface"), in cmd_report()
692 OPT_BOOLEAN(0, "stdio", &report.use_stdio, in cmd_report()
694 OPT_BOOLEAN(0, "header", &report.header, "Show data header."), in cmd_report()
695 OPT_BOOLEAN(0, "header-only", &report.header_only, in cmd_report()
702 OPT_BOOLEAN(0, "show-cpu-utilization", &symbol_conf.show_cpu_utilization, in cmd_report()
708 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, in cmd_report()
714 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report()
720 OPT_BOOLEAN('G', "inverted", &report.inverted_callchain, in cmd_report()
743 OPT_BOOLEAN('U', "hide-unresolved", &report.hide_unresolved, in cmd_report()
749 OPT_BOOLEAN('I', "show-info", &report.show_full_info, in cmd_report()
751 OPT_BOOLEAN(0, "source", &symbol_conf.annotate_src, in cmd_report()
753 OPT_BOOLEAN(0, "asm-raw", &symbol_conf.annotate_asm_raw, in cmd_report()
757 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
759 OPT_BOOLEAN(0, "group", &symbol_conf.event_group, in cmd_report()
764 OPT_BOOLEAN(0, "branch-history", &branch_call_mode, in cmd_report()
768 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_report()
770 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in cmd_report()
772 OPT_BOOLEAN(0, "mem-mode", &report.mem_mode, "mem access profile"), in cmd_report()
780 OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename, in cmd_report()
782 OPT_BOOLEAN(0, "show-ref-call-graph", &symbol_conf.show_ref_callgraph, in cmd_report()