Lines Matching refs:OPT_BOOLEAN

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