Lines Matching refs:OPT_BOOLEAN
1156 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any message"), in cmd_report()
1157 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_report()
1159 OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"), in cmd_report()
1160 OPT_BOOLEAN(0, "tasks", &report.tasks_mode, "Display recorded tasks"), in cmd_report()
1161 OPT_BOOLEAN(0, "mmaps", &report.mmaps_mode, "Display recorded tasks memory maps"), in cmd_report()
1164 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_report()
1168 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"), in cmd_report()
1169 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report()
1171 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
1173 OPT_BOOLEAN('T', "threads", &report.show_threads, in cmd_report()
1177 OPT_BOOLEAN(0, "tui", &report.use_tui, "Use the TUI interface"), in cmd_report()
1178 OPT_BOOLEAN(0, "gtk", &report.use_gtk, "Use the GTK2 interface"), in cmd_report()
1179 OPT_BOOLEAN(0, "stdio", &report.use_stdio, in cmd_report()
1181 OPT_BOOLEAN(0, "header", &report.header, "Show data header."), in cmd_report()
1182 OPT_BOOLEAN(0, "header-only", &report.header_only, in cmd_report()
1188 OPT_BOOLEAN(0, "show-cpu-utilization", &symbol_conf.show_cpu_utilization, in cmd_report()
1194 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, in cmd_report()
1200 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report()
1207 OPT_BOOLEAN('G', "inverted", &report.inverted_callchain, in cmd_report()
1230 OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved, in cmd_report()
1237 OPT_BOOLEAN('I', "show-info", &report.show_full_info, in cmd_report()
1239 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report()
1241 OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw, in cmd_report()
1249 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
1260 OPT_BOOLEAN(0, "branch-history", &branch_call_mode, in cmd_report()
1264 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_report()
1266 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in cmd_report()
1268 OPT_BOOLEAN(0, "mem-mode", &report.mem_mode, "mem access profile"), in cmd_report()
1278 OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename, in cmd_report()
1280 OPT_BOOLEAN(0, "show-ref-call-graph", &symbol_conf.show_ref_callgraph, in cmd_report()
1282 OPT_BOOLEAN(0, "stitch-lbr", &report.stitch_lbr, in cmd_report()
1286 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace, in cmd_report()
1288 OPT_BOOLEAN(0, "hierarchy", &symbol_conf.report_hierarchy, in cmd_report()
1295 OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name, in cmd_report()
1300 OPT_BOOLEAN(0, "ns", &symbol_conf.nanosecs, "Show times in nanosecs"), in cmd_report()
1305 OPT_BOOLEAN(0, "total-cycles", &report.total_cycles_mode, in cmd_report()