Lines Matching refs:OPT_BOOLEAN

1206 	OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any message"),  in cmd_report()
1207 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_report()
1209 OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"), in cmd_report()
1210 OPT_BOOLEAN(0, "tasks", &report.tasks_mode, "Display recorded tasks"), in cmd_report()
1211 OPT_BOOLEAN(0, "mmaps", &report.mmaps_mode, "Display recorded tasks memory maps"), in cmd_report()
1214 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_report()
1218 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"), in cmd_report()
1219 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report()
1221 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
1223 OPT_BOOLEAN('T', "threads", &report.show_threads, in cmd_report()
1228 OPT_BOOLEAN(0, "tui", &report.use_tui, "Use the TUI interface"), in cmd_report()
1230 OPT_BOOLEAN(0, "gtk", &report.use_gtk, "Use the GTK2 interface"), in cmd_report()
1231 OPT_BOOLEAN(0, "stdio", &report.use_stdio, in cmd_report()
1233 OPT_BOOLEAN(0, "header", &report.header, "Show data header."), in cmd_report()
1234 OPT_BOOLEAN(0, "header-only", &report.header_only, in cmd_report()
1240 OPT_BOOLEAN(0, "show-cpu-utilization", &symbol_conf.show_cpu_utilization, in cmd_report()
1246 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, in cmd_report()
1252 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report()
1259 OPT_BOOLEAN('G', "inverted", &report.inverted_callchain, in cmd_report()
1282 OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved, in cmd_report()
1289 OPT_BOOLEAN('I', "show-info", &report.show_full_info, in cmd_report()
1291 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report()
1293 OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw, in cmd_report()
1301 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
1312 OPT_BOOLEAN(0, "branch-history", &branch_call_mode, in cmd_report()
1316 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_report()
1318 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in cmd_report()
1320 OPT_BOOLEAN(0, "mem-mode", &report.mem_mode, "mem access profile"), in cmd_report()
1330 OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename, in cmd_report()
1332 OPT_BOOLEAN(0, "show-ref-call-graph", &symbol_conf.show_ref_callgraph, in cmd_report()
1334 OPT_BOOLEAN(0, "stitch-lbr", &report.stitch_lbr, in cmd_report()
1338 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace, in cmd_report()
1340 OPT_BOOLEAN(0, "hierarchy", &symbol_conf.report_hierarchy, in cmd_report()
1347 OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name, in cmd_report()
1352 OPT_BOOLEAN(0, "ns", &symbol_conf.nanosecs, "Show times in nanosecs"), in cmd_report()
1357 OPT_BOOLEAN(0, "total-cycles", &report.total_cycles_mode, in cmd_report()
1359 OPT_BOOLEAN(0, "disable-order", &report.disable_order, in cmd_report()
1361 OPT_BOOLEAN(0, "skip-empty", &report.skip_empty, in cmd_report()