Lines Matching refs:OPT_BOOLEAN
1170 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any message"), in cmd_report()
1171 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_report()
1173 OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"), in cmd_report()
1174 OPT_BOOLEAN(0, "tasks", &report.tasks_mode, "Display recorded tasks"), in cmd_report()
1175 OPT_BOOLEAN(0, "mmaps", &report.mmaps_mode, "Display recorded tasks memory maps"), in cmd_report()
1178 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_report()
1182 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"), in cmd_report()
1183 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report()
1185 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
1187 OPT_BOOLEAN('T', "threads", &report.show_threads, in cmd_report()
1191 OPT_BOOLEAN(0, "tui", &report.use_tui, "Use the TUI interface"), in cmd_report()
1192 OPT_BOOLEAN(0, "gtk", &report.use_gtk, "Use the GTK2 interface"), in cmd_report()
1193 OPT_BOOLEAN(0, "stdio", &report.use_stdio, in cmd_report()
1195 OPT_BOOLEAN(0, "header", &report.header, "Show data header."), in cmd_report()
1196 OPT_BOOLEAN(0, "header-only", &report.header_only, in cmd_report()
1202 OPT_BOOLEAN(0, "show-cpu-utilization", &symbol_conf.show_cpu_utilization, in cmd_report()
1208 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, in cmd_report()
1214 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report()
1221 OPT_BOOLEAN('G', "inverted", &report.inverted_callchain, in cmd_report()
1244 OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved, in cmd_report()
1251 OPT_BOOLEAN('I', "show-info", &report.show_full_info, in cmd_report()
1253 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report()
1255 OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw, in cmd_report()
1263 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
1274 OPT_BOOLEAN(0, "branch-history", &branch_call_mode, in cmd_report()
1278 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_report()
1280 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in cmd_report()
1282 OPT_BOOLEAN(0, "mem-mode", &report.mem_mode, "mem access profile"), in cmd_report()
1292 OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename, in cmd_report()
1294 OPT_BOOLEAN(0, "show-ref-call-graph", &symbol_conf.show_ref_callgraph, in cmd_report()
1296 OPT_BOOLEAN(0, "stitch-lbr", &report.stitch_lbr, in cmd_report()
1300 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace, in cmd_report()
1302 OPT_BOOLEAN(0, "hierarchy", &symbol_conf.report_hierarchy, in cmd_report()
1309 OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name, in cmd_report()
1314 OPT_BOOLEAN(0, "ns", &symbol_conf.nanosecs, "Show times in nanosecs"), in cmd_report()
1319 OPT_BOOLEAN(0, "total-cycles", &report.total_cycles_mode, in cmd_report()