Lines Matching refs:OPT_BOOLEAN
3809 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_script()
3811 OPT_BOOLEAN(0, "dump-unsorted-raw-trace", &unsorted_dump, in cmd_script()
3815 OPT_BOOLEAN('L', "Latency", &latency_format, in cmd_script()
3830 OPT_BOOLEAN('d', "debug-mode", &debug_mode, in cmd_script()
3832 OPT_BOOLEAN(0, "header", &header, "Show data header."), in cmd_script()
3833 OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."), in cmd_script()
3838 OPT_BOOLEAN('G', "hide-call-graph", &no_callchain, in cmd_script()
3854 OPT_BOOLEAN('a', "all-cpus", &system_wide, in cmd_script()
3885 OPT_BOOLEAN(0, "reltime", &reltime, "Show time stamps relative to start"), in cmd_script()
3886 OPT_BOOLEAN(0, "deltatime", &deltatime, "Show time stamps relative to previous event"), in cmd_script()
3887 OPT_BOOLEAN('I', "show-info", &show_full_info, in cmd_script()
3889 OPT_BOOLEAN('\0', "show-kernel-path", &symbol_conf.show_kernel_path, in cmd_script()
3891 OPT_BOOLEAN('\0', "show-task-events", &script.show_task_events, in cmd_script()
3893 OPT_BOOLEAN('\0', "show-mmap-events", &script.show_mmap_events, in cmd_script()
3895 OPT_BOOLEAN('\0', "show-switch-events", &script.show_switch_events, in cmd_script()
3897 OPT_BOOLEAN('\0', "show-namespace-events", &script.show_namespace_events, in cmd_script()
3899 OPT_BOOLEAN('\0', "show-cgroup-events", &script.show_cgroup_events, in cmd_script()
3901 OPT_BOOLEAN('\0', "show-lost-events", &script.show_lost_events, in cmd_script()
3903 OPT_BOOLEAN('\0', "show-round-events", &script.show_round_events, in cmd_script()
3905 OPT_BOOLEAN('\0', "show-bpf-events", &script.show_bpf_events, in cmd_script()
3907 OPT_BOOLEAN('\0', "show-text-poke-events", &script.show_text_poke_events, in cmd_script()
3909 OPT_BOOLEAN('\0', "per-event-dump", &script.per_event_dump, in cmd_script()
3911 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"), in cmd_script()
3914 OPT_BOOLEAN(0, "ns", &symbol_conf.nanosecs, in cmd_script()
3919 OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename, in cmd_script()
3921 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_script()
3923 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in cmd_script()
3927 OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name, in cmd_script()
3938 OPT_BOOLEAN(0, "guest-code", &symbol_conf.guest_code, in cmd_script()
3940 OPT_BOOLEAN('\0', "stitch-lbr", &script.stitch_lbr, in cmd_script()