Lines Matching refs:OPT_BOOLEAN
1734 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_script()
1738 OPT_BOOLEAN('L', "Latency", &latency_format, in cmd_script()
1748 OPT_BOOLEAN('d', "debug-mode", &debug_mode, in cmd_script()
1750 OPT_BOOLEAN(0, "header", &header, "Show data header."), in cmd_script()
1751 OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."), in cmd_script()
1756 OPT_BOOLEAN('G', "hide-call-graph", &no_callchain, in cmd_script()
1765 OPT_BOOLEAN('a', "all-cpus", &system_wide, in cmd_script()
1776 OPT_BOOLEAN('I', "show-info", &show_full_info, in cmd_script()
1778 OPT_BOOLEAN('\0', "show-kernel-path", &symbol_conf.show_kernel_path, in cmd_script()
1780 OPT_BOOLEAN('\0', "show-task-events", &script.show_task_events, in cmd_script()
1782 OPT_BOOLEAN('\0', "show-mmap-events", &script.show_mmap_events, in cmd_script()
1784 OPT_BOOLEAN('\0', "show-switch-events", &script.show_switch_events, in cmd_script()
1786 OPT_BOOLEAN('f', "force", &file.force, "don't complain, do it"), in cmd_script()
1787 OPT_BOOLEAN(0, "ns", &nanosecs, in cmd_script()
1792 OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename, in cmd_script()
1794 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_script()
1796 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in cmd_script()