Lines Matching refs:OPT_BOOLEAN

1489 	OPT_BOOLEAN('a', "all-cpus", &target->system_wide,
1495 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux,
1499 OPT_BOOLEAN('K', "hide_kernel_symbols", &top.hide_kernel_symbols,
1507 OPT_BOOLEAN('D', "dump-symtab", &top.dump_symtab,
1511 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit,
1515 OPT_BOOLEAN('z', "zero", &top.zero, "zero history across updates"),
1521 OPT_BOOLEAN('U', "hide_user_symbols", &top.hide_user_symbols,
1524 OPT_BOOLEAN(0, "tui", &top.use_tui, "Use the TUI interface"),
1526 OPT_BOOLEAN(0, "stdio", &top.use_stdio, "Use the stdio interface"),
1534 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples,
1542 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain,
1550 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period,
1558 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src,
1560 OPT_BOOLEAN(0, "asm-raw", &annotate_opts.show_asm_raw,
1562 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
1564 OPT_BOOLEAN(0, "no-bpf-event", &top.record_opts.no_bpf_event, "do not record bpf events"),
1591 OPT_BOOLEAN(0, "branch-history", &branch_call_mode,
1593 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace,
1595 OPT_BOOLEAN('H', "hierarchy", &symbol_conf.report_hierarchy,
1597 OPT_BOOLEAN(0, "overwrite", &top.record_opts.overwrite,
1599 OPT_BOOLEAN(0, "force", &symbol_conf.force, "don't complain, do it"),
1604 OPT_BOOLEAN(0, "namespaces", &opts->record_namespaces,
1606 OPT_BOOLEAN(0, "all-cgroups", &opts->record_cgroup,
1612 OPT_BOOLEAN(0, "stitch-lbr", &top.stitch_lbr,