Lines Matching refs:OPT_BOOLEAN

1242 	OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"),
1243 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
1245 OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"),
1246 OPT_BOOLEAN(0, "tasks", &report.tasks_mode, "Display recorded tasks"),
1247 OPT_BOOLEAN(0, "mmaps", &report.mmaps_mode, "Display recorded tasks memory maps"),
1250 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux,
1254 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"),
1255 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules,
1257 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples,
1259 OPT_BOOLEAN('T', "threads", &report.show_threads,
1264 OPT_BOOLEAN(0, "tui", &report.use_tui, "Use the TUI interface"),
1267 OPT_BOOLEAN(0, "gtk", &report.use_gtk, "Use the GTK2 interface"),
1269 OPT_BOOLEAN(0, "stdio", &report.use_stdio,
1271 OPT_BOOLEAN(0, "header", &report.header, "Show data header."),
1272 OPT_BOOLEAN(0, "header-only", &report.header_only,
1278 OPT_BOOLEAN(0, "show-cpu-utilization", &symbol_conf.show_cpu_utilization,
1284 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other,
1290 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain,
1297 OPT_BOOLEAN('G', "inverted", &report.inverted_callchain,
1320 OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved,
1327 OPT_BOOLEAN('I', "show-info", &report.show_full_info,
1329 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src,
1331 OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw,
1339 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period,
1350 OPT_BOOLEAN(0, "branch-history", &branch_call_mode,
1356 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle,
1358 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
1360 OPT_BOOLEAN(0, "mem-mode", &report.mem_mode, "mem access profile"),
1370 OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename,
1372 OPT_BOOLEAN(0, "show-ref-call-graph", &symbol_conf.show_ref_callgraph,
1374 OPT_BOOLEAN(0, "stitch-lbr", &report.stitch_lbr,
1378 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace,
1380 OPT_BOOLEAN(0, "hierarchy", &symbol_conf.report_hierarchy,
1387 OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name,
1392 OPT_BOOLEAN(0, "ns", &symbol_conf.nanosecs, "Show times in nanosecs"),
1397 OPT_BOOLEAN(0, "total-cycles", &report.total_cycles_mode,
1399 OPT_BOOLEAN(0, "disable-order", &report.disable_order,
1401 OPT_BOOLEAN(0, "skip-empty", &report.skip_empty,