Lines Matching refs:OPT_BOOLEAN

999 	OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any message"),  in cmd_report()
1000 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_report()
1002 OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"), in cmd_report()
1003 OPT_BOOLEAN(0, "tasks", &report.tasks_mode, "Display recorded tasks"), in cmd_report()
1004 OPT_BOOLEAN(0, "mmaps", &report.mmaps_mode, "Display recorded tasks memory maps"), in cmd_report()
1007 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_report()
1011 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"), in cmd_report()
1012 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report()
1014 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
1016 OPT_BOOLEAN('T', "threads", &report.show_threads, in cmd_report()
1020 OPT_BOOLEAN(0, "tui", &report.use_tui, "Use the TUI interface"), in cmd_report()
1021 OPT_BOOLEAN(0, "gtk", &report.use_gtk, "Use the GTK2 interface"), in cmd_report()
1022 OPT_BOOLEAN(0, "stdio", &report.use_stdio, in cmd_report()
1024 OPT_BOOLEAN(0, "header", &report.header, "Show data header."), in cmd_report()
1025 OPT_BOOLEAN(0, "header-only", &report.header_only, in cmd_report()
1032 OPT_BOOLEAN(0, "show-cpu-utilization", &symbol_conf.show_cpu_utilization, in cmd_report()
1038 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, in cmd_report()
1044 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report()
1050 OPT_BOOLEAN('G', "inverted", &report.inverted_callchain, in cmd_report()
1073 OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved, in cmd_report()
1080 OPT_BOOLEAN('I', "show-info", &report.show_full_info, in cmd_report()
1082 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report()
1084 OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw, in cmd_report()
1088 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
1095 OPT_BOOLEAN(0, "branch-history", &branch_call_mode, in cmd_report()
1099 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_report()
1101 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in cmd_report()
1103 OPT_BOOLEAN(0, "mem-mode", &report.mem_mode, "mem access profile"), in cmd_report()
1111 OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename, in cmd_report()
1113 OPT_BOOLEAN(0, "show-ref-call-graph", &symbol_conf.show_ref_callgraph, in cmd_report()
1117 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace, in cmd_report()
1119 OPT_BOOLEAN(0, "hierarchy", &symbol_conf.report_hierarchy, in cmd_report()
1126 OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name, in cmd_report()