• Home
  • Raw
  • Download

Lines Matching refs:OPT_BOOLEAN

607 	OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,  in cmd_report()
613 OPT_BOOLEAN('f', "force", &report.force, "don't complain, do it"), in cmd_report()
614 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report()
616 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
618 OPT_BOOLEAN('T', "threads", &report.show_threads, in cmd_report()
622 OPT_BOOLEAN(0, "tui", &report.use_tui, "Use the TUI interface"), in cmd_report()
623 OPT_BOOLEAN(0, "gtk", &report.use_gtk, "Use the GTK2 interface"), in cmd_report()
624 OPT_BOOLEAN(0, "stdio", &report.use_stdio, in cmd_report()
626 OPT_BOOLEAN(0, "header", &report.header, "Show data header."), in cmd_report()
627 OPT_BOOLEAN(0, "header-only", &report.header_only, in cmd_report()
634 OPT_BOOLEAN(0, "showcpuutilization", &symbol_conf.show_cpu_utilization, in cmd_report()
638 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, in cmd_report()
643 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report()
649 OPT_BOOLEAN('G', "inverted", &report.inverted_callchain, in cmd_report()
668 OPT_BOOLEAN('U', "hide-unresolved", &report.hide_unresolved, in cmd_report()
674 OPT_BOOLEAN('I', "show-info", &report.show_full_info, in cmd_report()
676 OPT_BOOLEAN(0, "source", &symbol_conf.annotate_src, in cmd_report()
678 OPT_BOOLEAN(0, "asm-raw", &symbol_conf.annotate_asm_raw, in cmd_report()
682 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
684 OPT_BOOLEAN(0, "group", &symbol_conf.event_group, in cmd_report()
690 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_report()
692 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in cmd_report()
694 OPT_BOOLEAN(0, "mem-mode", &report.mem_mode, "mem access profile"), in cmd_report()