Lines Matching refs:OPT_BOOLEAN
2590 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, "dump raw trace in ASCII"),
2591 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
2596 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"),
2601 OPT_BOOLEAN('t', "threads", &info_threads,
2603 OPT_BOOLEAN('m', "map", &info_map,
2614 OPT_BOOLEAN('c', "combine-locks", &combine_locks,
2616 OPT_BOOLEAN('t', "threads", &show_thread_stats,
2627 OPT_BOOLEAN('t', "threads", &show_thread_stats,
2629 OPT_BOOLEAN('b', "use-bpf", &use_bpf, "use BPF program to collect lock contention stats"),
2630 OPT_BOOLEAN('a', "all-cpus", &target.system_wide,
2647 OPT_BOOLEAN('l', "lock-addr", &show_lock_addrs, "show lock stats by address"),
2654 OPT_BOOLEAN('o', "lock-owner", &show_lock_owner, "show lock owners instead of waiters"),
2657 OPT_BOOLEAN(0, "lock-cgroup", &show_lock_cgroups, "show lock stats by cgroup"),