Symbol: OPT_BOOLEAN
tools/bpf/resolve_btfids/main.c
1494
OPT_BOOLEAN(0, "fatal_warnings", &fatal_warnings,
tools/bpf/resolve_btfids/main.c
1496
OPT_BOOLEAN(0, "distill_base", &obj.distill_base,
tools/lib/subcmd/parse-options.h
224
#define OPT__VERBOSE(var) OPT_BOOLEAN('v', "verbose", (var), "be verbose")
tools/lib/subcmd/parse-options.h
225
#define OPT__QUIET(var) OPT_BOOLEAN('q', "quiet", (var), "be quiet")
tools/lib/subcmd/parse-options.h
231
#define OPT__DRY_RUN(var) OPT_BOOLEAN('n', "dry-run", (var), "dry run")
tools/objtool/builtin-check.c
100
OPT_BOOLEAN(0, "link", &opts.link, "object is a linked object"),
tools/objtool/builtin-check.c
101
OPT_BOOLEAN(0, "module", &opts.module, "object is part of a kernel module"),
tools/objtool/builtin-check.c
102
OPT_BOOLEAN(0, "mnop", &opts.mnop, "nop out mcount call sites"),
tools/objtool/builtin-check.c
103
OPT_BOOLEAN(0, "no-unreachable", &opts.no_unreachable, "skip 'unreachable instruction' warnings"),
tools/objtool/builtin-check.c
105
OPT_BOOLEAN(0, "sec-address", &opts.sec_address, "print section addresses in warnings"),
tools/objtool/builtin-check.c
106
OPT_BOOLEAN(0, "stats", &opts.stats, "print statistics"),
tools/objtool/builtin-check.c
108
OPT_BOOLEAN('v', "verbose", &opts.verbose, "verbose warnings"),
tools/objtool/builtin-check.c
109
OPT_BOOLEAN(0, "werror", &opts.werror, "return error on warnings"),
tools/objtool/builtin-check.c
110
OPT_BOOLEAN(0, "wide", &opts.wide, "wide output"),
tools/objtool/builtin-check.c
76
OPT_BOOLEAN(0, "checksum", &opts.checksum, "generate per-function checksums"),
tools/objtool/builtin-check.c
77
OPT_BOOLEAN(0, "cfi", &opts.cfi, "annotate kernel control flow integrity (kCFI) function preambles"),
tools/objtool/builtin-check.c
80
OPT_BOOLEAN('i', "ibt", &opts.ibt, "validate and annotate IBT"),
tools/objtool/builtin-check.c
81
OPT_BOOLEAN('m', "mcount", &opts.mcount, "annotate mcount/fentry calls for ftrace"),
tools/objtool/builtin-check.c
82
OPT_BOOLEAN(0, "noabs", &opts.noabs, "reject absolute references in allocatable sections"),
tools/objtool/builtin-check.c
83
OPT_BOOLEAN('n', "noinstr", &opts.noinstr, "validate noinstr rules"),
tools/objtool/builtin-check.c
84
OPT_BOOLEAN(0, "orc", &opts.orc, "generate ORC metadata"),
tools/objtool/builtin-check.c
85
OPT_BOOLEAN('r', "retpoline", &opts.retpoline, "validate and annotate retpoline usage"),
tools/objtool/builtin-check.c
86
OPT_BOOLEAN(0, "rethunk", &opts.rethunk, "validate and annotate rethunk usage"),
tools/objtool/builtin-check.c
87
OPT_BOOLEAN(0, "unret", &opts.unret, "validate entry unret placement"),
tools/objtool/builtin-check.c
89
OPT_BOOLEAN('l', "sls", &opts.sls, "validate straight-line-speculation mitigations"),
tools/objtool/builtin-check.c
90
OPT_BOOLEAN('s', "stackval", &opts.stackval, "validate frame pointer rules"),
tools/objtool/builtin-check.c
91
OPT_BOOLEAN('t', "static-call", &opts.static_call, "annotate static calls"),
tools/objtool/builtin-check.c
92
OPT_BOOLEAN('u', "uaccess", &opts.uaccess, "validate uaccess rules for SMAP"),
tools/objtool/builtin-check.c
96
OPT_BOOLEAN(0, "backtrace", &opts.backtrace, "unwind on error"),
tools/objtool/builtin-check.c
97
OPT_BOOLEAN(0, "backup", &opts.backup, "create backup (.orig) file on warning/error"),
tools/objtool/builtin-check.c
99
OPT_BOOLEAN(0, "dry-run", &opts.dryrun, "don't write modifications"),
tools/objtool/klp-diff.c
43
OPT_BOOLEAN('d', "debug", &debug, "enable debug output"),
tools/perf/bench/epoll-ctl.c
78
OPT_BOOLEAN( 'n', "noaffinity", &noaffinity, "Disables CPU affinity"),
tools/perf/bench/epoll-ctl.c
80
OPT_BOOLEAN( 'R', "randomize", &randomize, "Perform random operations on random fds"),
tools/perf/bench/epoll-ctl.c
81
OPT_BOOLEAN( 'v', "verbose", &__verbose, "Verbose mode"),
tools/perf/bench/epoll-wait.c
131
OPT_BOOLEAN( 'n', "noaffinity", &noaffinity, "Disables CPU affinity"),
tools/perf/bench/epoll-wait.c
132
OPT_BOOLEAN('R', "randomize", &randomize, "Enable random write behaviour (default is lineal)"),
tools/perf/bench/epoll-wait.c
133
OPT_BOOLEAN( 'v', "verbose", &__verbose, "Verbose mode"),
tools/perf/bench/epoll-wait.c
136
OPT_BOOLEAN( 'm', "multiq", &multiq, "Use multiple epoll instances (one per thread)"),
tools/perf/bench/epoll-wait.c
137
OPT_BOOLEAN( 'B', "nonblocking", &nonblocking, "Nonblocking epoll_wait(2) behaviour"),
tools/perf/bench/epoll-wait.c
139
OPT_BOOLEAN( 'S', "oneshot", &oneshot, "Use EPOLLONESHOT semantics"),
tools/perf/bench/epoll-wait.c
140
OPT_BOOLEAN( 'E', "edge", &et, "Use Edge-triggered interface (default is LT)"),
tools/perf/bench/evlist-open-close.c
230
OPT_BOOLEAN('a', "all-cpus", &opts.target.system_wide,
tools/perf/bench/evlist-open-close.c
239
OPT_BOOLEAN(0, "per-thread", &opts.target.per_thread, "use per-thread mmaps"),
tools/perf/bench/futex-hash.c
62
OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
tools/perf/bench/futex-hash.c
63
OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
tools/perf/bench/futex-hash.c
64
OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
tools/perf/bench/futex-lock-pi.c
52
OPT_BOOLEAN( 'M', "multi", &params.multi, "Use multiple futexes"),
tools/perf/bench/futex-lock-pi.c
53
OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
tools/perf/bench/futex-lock-pi.c
54
OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
tools/perf/bench/futex-lock-pi.c
55
OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
tools/perf/bench/futex-requeue.c
57
OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
tools/perf/bench/futex-requeue.c
58
OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
tools/perf/bench/futex-requeue.c
59
OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
tools/perf/bench/futex-requeue.c
60
OPT_BOOLEAN( 'B', "broadcast", &params.broadcast, "Requeue all threads at once"),
tools/perf/bench/futex-requeue.c
61
OPT_BOOLEAN( 'p', "pi", &params.pi, "Use PI-aware variants of FUTEX_CMP_REQUEUE"),
tools/perf/bench/futex-wake-parallel.c
68
OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
tools/perf/bench/futex-wake-parallel.c
69
OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
tools/perf/bench/futex-wake-parallel.c
70
OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
tools/perf/bench/futex-wake.c
57
OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
tools/perf/bench/futex-wake.c
58
OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
tools/perf/bench/futex-wake.c
59
OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
tools/perf/bench/mem-functions.c
60
OPT_BOOLEAN('c', "cycles", &use_cycles,
tools/perf/bench/numa.c
184
OPT_BOOLEAN('R', "data_reads" , &p0.data_reads, "access the data via reads (can be mixed with -W)"),
tools/perf/bench/numa.c
185
OPT_BOOLEAN('W', "data_writes" , &p0.data_writes, "access the data via writes (can be mixed with -R)"),
tools/perf/bench/numa.c
186
OPT_BOOLEAN('B', "data_backwards", &p0.data_backwards, "access the data backwards as well"),
tools/perf/bench/numa.c
187
OPT_BOOLEAN('Z', "data_zero_memset", &p0.data_zero_memset,"access the data via glibc bzero only"),
tools/perf/bench/numa.c
188
OPT_BOOLEAN('r', "data_rand_walk", &p0.data_rand_walk, "access the data with random (32bit LFSR) walk"),
tools/perf/bench/numa.c
191
OPT_BOOLEAN('z', "init_zero" , &p0.init_zero, "bzero the initial allocations"),
tools/perf/bench/numa.c
192
OPT_BOOLEAN('I', "init_random" , &p0.init_random, "randomize the contents of the initial allocations"),
tools/perf/bench/numa.c
193
OPT_BOOLEAN('0', "init_cpu0" , &p0.init_cpu0, "do the initial allocations on CPU#0"),
tools/perf/bench/numa.c
199
OPT_BOOLEAN('c', "show_convergence", &p0.show_convergence, "show convergence details, "
tools/perf/bench/numa.c
201
OPT_BOOLEAN('m', "measure_convergence", &p0.measure_convergence, "measure convergence latency"),
tools/perf/bench/numa.c
202
OPT_BOOLEAN('q', "quiet" , &quiet,
tools/perf/bench/numa.c
204
OPT_BOOLEAN('S', "serialize-startup", &p0.serialize_startup,"serialize thread startup"),
tools/perf/bench/sched-messaging.c
278
OPT_BOOLEAN('p', "pipe", &use_pipes,
tools/perf/bench/sched-messaging.c
280
OPT_BOOLEAN('t', "thread", &thread_mode,
tools/perf/bench/sched-pipe.c
88
OPT_BOOLEAN('n', "nonblocking", &nonblocking, "Use non-blocking operations"),
tools/perf/bench/sched-pipe.c
90
OPT_BOOLEAN('T', "threaded", &threaded, "Specify threads/process based task setup"),
tools/perf/bench/sched-seccomp-notify.c
34
OPT_BOOLEAN('s', "sync-mode", &sync_mode,
tools/perf/bench/synthesize.c
33
OPT_BOOLEAN('s', "st", &run_st, "Run single threaded benchmark"),
tools/perf/bench/synthesize.c
34
OPT_BOOLEAN('t', "mt", &run_mt, "Run multi-threaded benchmark"),
tools/perf/builtin-annotate.c
717
OPT_BOOLEAN('f', "force", &data.force, "don't complain, do it"),
tools/perf/builtin-annotate.c
720
OPT_BOOLEAN('q', "quiet", &quiet, "do now show any warnings or messages"),
tools/perf/builtin-annotate.c
721
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
tools/perf/builtin-annotate.c
724
OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"),
tools/perf/builtin-annotate.c
727
OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"),
tools/perf/builtin-annotate.c
729
OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"),
tools/perf/builtin-annotate.c
730
OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"),
tools/perf/builtin-annotate.c
731
OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux,
tools/perf/builtin-annotate.c
735
OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules,
tools/perf/builtin-annotate.c
737
OPT_BOOLEAN('l', "print-line", &annotate_opts.print_lines,
tools/perf/builtin-annotate.c
739
OPT_BOOLEAN('P', "full-paths", &annotate_opts.full_path,
tools/perf/builtin-annotate.c
741
OPT_BOOLEAN(0, "skip-missing", &annotate.skip_missing,
tools/perf/builtin-annotate.c
750
OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src,
tools/perf/builtin-annotate.c
752
OPT_BOOLEAN(0, "asm-raw", &annotate_opts.show_asm_raw,
tools/perf/builtin-annotate.c
764
OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle,
tools/perf/builtin-annotate.c
766
OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
tools/perf/builtin-annotate.c
768
OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period,
tools/perf/builtin-annotate.c
770
OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples,
tools/perf/builtin-annotate.c
786
OPT_BOOLEAN(0, "type-stat", &annotate.type_stat,
tools/perf/builtin-annotate.c
788
OPT_BOOLEAN(0, "insn-stat", &annotate.insn_stat,
tools/perf/builtin-annotate.c
790
OPT_BOOLEAN(0, "skip-empty", &symbol_conf.skip_empty,
tools/perf/builtin-annotate.c
792
OPT_BOOLEAN(0, "code-with-type", &annotate_opts.code_with_type,
tools/perf/builtin-buildid-cache.c
403
OPT_BOOLEAN('P', "purge-all", &purge_all, "purge all cached files"),
tools/perf/builtin-buildid-cache.c
404
OPT_BOOLEAN('l', "list", &list_files, "list all cached files"),
tools/perf/builtin-buildid-cache.c
407
OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
tools/perf/builtin-buildid-list.c
151
OPT_BOOLEAN('H', "with-hits", &with_hits, "Show only DSOs with hits"),
tools/perf/builtin-buildid-list.c
153
OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
tools/perf/builtin-buildid-list.c
154
OPT_BOOLEAN('k', "kernel", &show_kernel, "Show current kernel build id"),
tools/perf/builtin-buildid-list.c
155
OPT_BOOLEAN('m', "kernel-maps", &show_kernel_maps,
tools/perf/builtin-c2c.c
3098
OPT_BOOLEAN(0, "stdio", &c2c.use_stdio, "Use the stdio interface"),
tools/perf/builtin-c2c.c
3099
OPT_BOOLEAN(0, "stats", &c2c.stats_only,
tools/perf/builtin-c2c.c
3101
OPT_BOOLEAN(0, "full-symbols", &c2c.symbol_full,
tools/perf/builtin-c2c.c
3103
OPT_BOOLEAN(0, "no-source", &no_source,
tools/perf/builtin-c2c.c
3105
OPT_BOOLEAN(0, "show-all", &c2c.show_all,
tools/perf/builtin-c2c.c
3114
OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"),
tools/perf/builtin-c2c.c
3115
OPT_BOOLEAN(0, "stitch-lbr", &c2c.stitch_lbr,
tools/perf/builtin-c2c.c
3117
OPT_BOOLEAN(0, "double-cl", &chk_double_cl, "Detect adjacent cacheline false sharing"),
tools/perf/builtin-c2c.c
3403
OPT_BOOLEAN('u', "all-user", &all_user, "collect only user level data"),
tools/perf/builtin-c2c.c
3404
OPT_BOOLEAN('k', "all-kernel", &all_kernel, "collect only kernel level data"),
tools/perf/builtin-check.c
15
OPT_BOOLEAN('q', "quiet", &quiet, "do not show any warnings or messages"),
tools/perf/builtin-config.c
33
OPT_BOOLEAN(0, "system", &use_system_config, "use system config file"),
tools/perf/builtin-config.c
34
OPT_BOOLEAN(0, "user", &use_user_config, "use user config file"),
tools/perf/builtin-daemon.c
1250
OPT_BOOLEAN('f', "foreground", &foreground, "stay on console"),
tools/perf/builtin-data.c
45
OPT_BOOLEAN(0, "tod", &opts.tod, "Convert time to wall clock time"),
tools/perf/builtin-data.c
47
OPT_BOOLEAN('f', "force", &opts.force, "don't complain, do it"),
tools/perf/builtin-data.c
48
OPT_BOOLEAN(0, "all", &opts.all, "Convert all events"),
tools/perf/builtin-diff.c
1250
OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"),
tools/perf/builtin-diff.c
1251
OPT_BOOLEAN('b', "baseline-only", &show_baseline_only,
tools/perf/builtin-diff.c
1257
OPT_BOOLEAN('p', "period", &show_period,
tools/perf/builtin-diff.c
1259
OPT_BOOLEAN('F', "formula", &show_formula,
tools/perf/builtin-diff.c
1261
OPT_BOOLEAN(0, "cycles-hist", &cycles_hist,
tools/perf/builtin-diff.c
1264
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
tools/perf/builtin-diff.c
1266
OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
tools/perf/builtin-diff.c
1269
OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules,
tools/perf/builtin-diff.c
1296
OPT_BOOLEAN(0, "stream", &pdiff.stream,
tools/perf/builtin-evlist.c
78
OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"),
tools/perf/builtin-evlist.c
79
OPT_BOOLEAN('v', "verbose", &details.verbose,
tools/perf/builtin-evlist.c
81
OPT_BOOLEAN('g', "group", &details.event_group,
tools/perf/builtin-evlist.c
83
OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"),
tools/perf/builtin-evlist.c
84
OPT_BOOLEAN(0, "trace-fields", &details.trace_fields, "Show tracepoint fields"),
tools/perf/builtin-ftrace.c
1765
OPT_BOOLEAN('a', "all-cpus", &ftrace.target.system_wide,
tools/perf/builtin-ftrace.c
1795
OPT_BOOLEAN(0, "inherit", &ftrace.inherit,
tools/perf/builtin-ftrace.c
1807
OPT_BOOLEAN('b', "use-bpf", &ftrace.target.use_bpf,
tools/perf/builtin-ftrace.c
1810
OPT_BOOLEAN('n', "use-nsec", &ftrace.use_nsec,
tools/perf/builtin-ftrace.c
1818
OPT_BOOLEAN(0, "hide-empty", &ftrace.hide_empty,
tools/perf/builtin-help.c
476
OPT_BOOLEAN('a', "all", &show_all, "print all available commands"),
tools/perf/builtin-inject.c
2497
OPT_BOOLEAN('b', "build-ids", &build_ids,
tools/perf/builtin-inject.c
2499
OPT_BOOLEAN(0, "buildid-all", &build_id_all,
tools/perf/builtin-inject.c
2501
OPT_BOOLEAN('B', "mmap2-buildids", &mmap2_build_ids,
tools/perf/builtin-inject.c
2503
OPT_BOOLEAN(0, "mmap2-buildid-all", &mmap2_build_id_all,
tools/perf/builtin-inject.c
2512
OPT_BOOLEAN('s', "sched-stat", &inject.sched_stat,
tools/perf/builtin-inject.c
2516
OPT_BOOLEAN('j', "jit", &inject.jit_mode, "merge jitdump files into perf.data file"),
tools/perf/builtin-inject.c
2522
OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux,
tools/perf/builtin-inject.c
2526
OPT_BOOLEAN('f', "force", &data.force, "don't complain, do it"),
tools/perf/builtin-inject.c
2531
OPT_BOOLEAN(0, "strip", &inject.strip,
tools/perf/builtin-inject.c
2542
OPT_BOOLEAN(0, "convert-callchain", &inject.convert_callchain,
tools/perf/builtin-kmem.c
1950
OPT_BOOLEAN(0, "raw-ip", &raw_ip, "show raw ip instead of symbol"),
tools/perf/builtin-kmem.c
1951
OPT_BOOLEAN('f', "force", &data.force, "don't complain, do it"),
tools/perf/builtin-kmem.c
1956
OPT_BOOLEAN(0, "live", &live_page, "Show live page stat"),
tools/perf/builtin-kvm.c
1742
OPT_BOOLEAN('f', "force", &kvm->force, "don't complain, do it"),
tools/perf/builtin-kvm.c
1743
OPT_BOOLEAN(0, "stdio", &kvm->use_stdio, "use the stdio interface"),
tools/perf/builtin-kvm.c
1834
OPT_BOOLEAN('a', "all-cpus", &kvm->opts.target.system_wide,
tools/perf/builtin-kvm.c
2126
OPT_BOOLEAN(0, "guest", &perf_guest,
tools/perf/builtin-kvm.c
2128
OPT_BOOLEAN(0, "host", &perf_host,
tools/perf/builtin-kvm.c
2139
OPT_BOOLEAN(0, "guest-code", &symbol_conf.guest_code,
tools/perf/builtin-kwork.c
2374
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
tools/perf/builtin-kwork.c
2378
OPT_BOOLEAN('f', "force", &kwork.force, "don't complain, do it"),
tools/perf/builtin-kwork.c
2392
OPT_BOOLEAN('S', "with-summary", &kwork.summary,
tools/perf/builtin-kwork.c
2395
OPT_BOOLEAN('b', "use-bpf", &kwork.use_bpf,
tools/perf/builtin-kwork.c
2412
OPT_BOOLEAN('b', "use-bpf", &kwork.use_bpf,
tools/perf/builtin-kwork.c
2422
OPT_BOOLEAN('g', "call-graph", &kwork.show_callchain,
tools/perf/builtin-kwork.c
2450
OPT_BOOLEAN('b', "use-bpf", &kwork.use_bpf,
tools/perf/builtin-list.c
566
OPT_BOOLEAN(0, "raw-dump", &default_ps.name_only, "Dump raw events"),
tools/perf/builtin-list.c
567
OPT_BOOLEAN('j', "json", &json, "JSON encode events and metrics"),
tools/perf/builtin-list.c
568
OPT_BOOLEAN('d', "desc", &default_ps.desc,
tools/perf/builtin-list.c
570
OPT_BOOLEAN('v', "long-desc", &default_ps.long_desc,
tools/perf/builtin-list.c
572
OPT_BOOLEAN(0, "details", &default_ps.detailed,
tools/perf/builtin-list.c
575
OPT_BOOLEAN(0, "deprecated", &default_ps.deprecated,
tools/perf/builtin-lock.c
2597
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, "dump raw trace in ASCII"),
tools/perf/builtin-lock.c
2598
OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
tools/perf/builtin-lock.c
2603
OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"),
tools/perf/builtin-lock.c
2608
OPT_BOOLEAN('t', "threads", &info_threads,
tools/perf/builtin-lock.c
2610
OPT_BOOLEAN('m', "map", &info_map,
tools/perf/builtin-lock.c
2621
OPT_BOOLEAN('c', "combine-locks", &combine_locks,
tools/perf/builtin-lock.c
2623
OPT_BOOLEAN('t', "threads", &show_thread_stats,
tools/perf/builtin-lock.c
2634
OPT_BOOLEAN('t', "threads", &show_thread_stats,
tools/perf/builtin-lock.c
2636
OPT_BOOLEAN('b', "use-bpf", &use_bpf, "use BPF program to collect lock contention stats"),
tools/perf/builtin-lock.c
2637
OPT_BOOLEAN('a', "all-cpus", &target.system_wide,
tools/perf/builtin-lock.c
2654
OPT_BOOLEAN('l', "lock-addr", &show_lock_addrs, "show lock stats by address"),
tools/perf/builtin-lock.c
2661
OPT_BOOLEAN('o', "lock-owner", &show_lock_owner, "show lock owners instead of waiters"),
tools/perf/builtin-lock.c
2664
OPT_BOOLEAN(0, "lock-cgroup", &show_lock_cgroups, "show lock stats by cgroup"),
tools/perf/builtin-mem.c
489
OPT_BOOLEAN('f', "force", &mem.force, "don't complain, do it"),
tools/perf/builtin-mem.c
492
OPT_BOOLEAN('p', "phys-data", &mem.phys_addr, "Record/Report sample physical addresses"),
tools/perf/builtin-mem.c
493
OPT_BOOLEAN(0, "data-page-size", &mem.data_page_size, "Record/Report sample data address page size"),
tools/perf/builtin-mem.c
501
OPT_BOOLEAN('U', "all-user", &mem.all_user, "collect only user level data"),
tools/perf/builtin-mem.c
502
OPT_BOOLEAN('K', "all-kernel", &mem.all_kernel, "collect only kernel level data"),
tools/perf/builtin-mem.c
506
OPT_BOOLEAN('D', "dump-raw-samples", &mem.dump_raw,
tools/perf/builtin-mem.c
508
OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved,
tools/perf/builtin-mem.c
518
OPT_BOOLEAN('T', "type-profile", &mem.data_type,
tools/perf/builtin-probe.c
533
OPT_BOOLEAN('q', "quiet", &quiet,
tools/perf/builtin-probe.c
561
OPT_BOOLEAN('f', "force", &probe_conf.force_add, "forcibly add events"
tools/perf/builtin-probe.c
569
OPT_BOOLEAN('\0', "externs", &probe_conf.show_ext_vars,
tools/perf/builtin-probe.c
571
OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range,
tools/perf/builtin-probe.c
577
OPT_BOOLEAN('\0', "no-inlines", &probe_conf.no_inlines,
tools/perf/builtin-probe.c
595
OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle,
tools/perf/builtin-probe.c
597
OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
tools/perf/builtin-probe.c
599
OPT_BOOLEAN(0, "cache", &probe_conf.cache, "Manipulate probe cache"),
tools/perf/builtin-probe.c
604
OPT_BOOLEAN(0, "bootconfig", &probe_conf.bootconfig,
tools/perf/builtin-record.c
3488
OPT_BOOLEAN(0, "latency", &record.latency,
tools/perf/builtin-record.c
3500
OPT_BOOLEAN(0, "no-buffering", &record.opts.no_buffering,
tools/perf/builtin-record.c
3502
OPT_BOOLEAN('R', "raw-samples", &record.opts.raw_samples,
tools/perf/builtin-record.c
3504
OPT_BOOLEAN('a', "all-cpus", &record.opts.target.system_wide,
tools/perf/builtin-record.c
3514
OPT_BOOLEAN(0, "tail-synthesize", &record.opts.tail_synthesize,
tools/perf/builtin-record.c
3516
OPT_BOOLEAN(0, "overwrite", &record.opts.overwrite, "use overwrite mode"),
tools/perf/builtin-record.c
3517
OPT_BOOLEAN(0, "no-bpf-event", &record.opts.no_bpf_event, "do not record bpf events"),
tools/perf/builtin-record.c
3518
OPT_BOOLEAN(0, "strict-freq", &record.opts.strict_freq,
tools/perf/builtin-record.c
3537
OPT_BOOLEAN('q', "quiet", &quiet, "don't print any warnings or messages"),
tools/perf/builtin-record.c
3538
OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
tools/perf/builtin-record.c
3540
OPT_BOOLEAN('d', "data", &record.opts.sample_address, "Record the sample addresses"),
tools/perf/builtin-record.c
3541
OPT_BOOLEAN(0, "phys-data", &record.opts.sample_phys_addr,
tools/perf/builtin-record.c
3543
OPT_BOOLEAN(0, "data-page-size", &record.opts.sample_data_page_size,
tools/perf/builtin-record.c
3545
OPT_BOOLEAN(0, "code-page-size", &record.opts.sample_code_page_size,
tools/perf/builtin-record.c
3547
OPT_BOOLEAN(0, "sample-mem-info", &record.opts.sample_data_src,
tools/perf/builtin-record.c
3549
OPT_BOOLEAN(0, "sample-cpu", &record.opts.sample_cpu, "Record the sample cpu"),
tools/perf/builtin-record.c
3550
OPT_BOOLEAN(0, "sample-identifier", &record.opts.sample_identifier,
tools/perf/builtin-record.c
3557
OPT_BOOLEAN('n', "no-samples", &record.opts.no_samples,
tools/perf/builtin-record.c
3572
OPT_BOOLEAN(0, "kcore", &record.opts.kcore, "copy /proc/kcore"),
tools/perf/builtin-record.c
3582
OPT_BOOLEAN('W', "weight", &record.opts.sample_weight,
tools/perf/builtin-record.c
3584
OPT_BOOLEAN(0, "transaction", &record.opts.sample_transaction,
tools/perf/builtin-record.c
3586
OPT_BOOLEAN(0, "per-thread", &record.opts.target.per_thread,
tools/perf/builtin-record.c
3594
OPT_BOOLEAN(0, "running-time", &record.opts.running_time,
tools/perf/builtin-record.c
3605
OPT_BOOLEAN(0, "namespaces", &record.opts.record_namespaces,
tools/perf/builtin-record.c
3607
OPT_BOOLEAN(0, "all-cgroups", &record.opts.record_cgroup,
tools/perf/builtin-record.c
3618
OPT_BOOLEAN(0, "kernel-callchains", &record.opts.kernel_callchains,
tools/perf/builtin-record.c
3620
OPT_BOOLEAN(0, "user-callchains", &record.opts.user_callchains,
tools/perf/builtin-record.c
3624
OPT_BOOLEAN(0, "buildid-all", &record.buildid_all,
tools/perf/builtin-record.c
3628
OPT_BOOLEAN(0, "timestamp-filename", &record.timestamp_filename,
tools/perf/builtin-record.c
3630
OPT_BOOLEAN(0, "timestamp-boundary", &record.timestamp_boundary,
tools/perf/builtin-record.c
3642
OPT_BOOLEAN(0, "dry-run", &dry_run,
tools/perf/builtin-record.c
3682
OPT_BOOLEAN(0, "off-cpu", &record.off_cpu, "Enable off-cpu analysis"),
tools/perf/builtin-report.c
1339
OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"),
tools/perf/builtin-report.c
1340
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
tools/perf/builtin-report.c
1342
OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"),
tools/perf/builtin-report.c
1343
OPT_BOOLEAN(0, "tasks", &report.tasks_mode, "Display recorded tasks"),
tools/perf/builtin-report.c
1344
OPT_BOOLEAN(0, "mmaps", &report.mmaps_mode, "Display recorded tasks memory maps"),
tools/perf/builtin-report.c
1347
OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux,
tools/perf/builtin-report.c
1351
OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"),
tools/perf/builtin-report.c
1352
OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules,
tools/perf/builtin-report.c
1354
OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples,
tools/perf/builtin-report.c
1356
OPT_BOOLEAN('T', "threads", &report.show_threads,
tools/perf/builtin-report.c
1361
OPT_BOOLEAN(0, "tui", &report.use_tui, "Use the TUI interface"),
tools/perf/builtin-report.c
1364
OPT_BOOLEAN(0, "gtk", &report.use_gtk, "Use the GTK2 interface"),
tools/perf/builtin-report.c
1366
OPT_BOOLEAN(0, "stdio", &report.use_stdio,
tools/perf/builtin-report.c
1368
OPT_BOOLEAN(0, "header", &report.header, "Show data header."),
tools/perf/builtin-report.c
1369
OPT_BOOLEAN(0, "header-only", &report.header_only,
tools/perf/builtin-report.c
1375
OPT_BOOLEAN(0, "show-cpu-utilization", &symbol_conf.show_cpu_utilization,
tools/perf/builtin-report.c
1381
OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other,
tools/perf/builtin-report.c
1387
OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain,
tools/perf/builtin-report.c
1394
OPT_BOOLEAN('G', "inverted", &report.inverted_callchain,
tools/perf/builtin-report.c
1417
OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved,
tools/perf/builtin-report.c
1426
OPT_BOOLEAN('I', "show-info", &report.show_full_info,
tools/perf/builtin-report.c
1428
OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src,
tools/perf/builtin-report.c
1430
OPT_BOOLEAN(0, "asm-raw", &annotate_opts.show_asm_raw,
tools/perf/builtin-report.c
1438
OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period,
tools/perf/builtin-report.c
1449
OPT_BOOLEAN(0, "branch-history", &branch_call_mode,
tools/perf/builtin-report.c
1458
OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle,
tools/perf/builtin-report.c
1460
OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
tools/perf/builtin-report.c
1462
OPT_BOOLEAN(0, "mem-mode", &report.mem_mode, "mem access profile"),
tools/perf/builtin-report.c
1472
OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename,
tools/perf/builtin-report.c
1474
OPT_BOOLEAN(0, "show-ref-call-graph", &symbol_conf.show_ref_callgraph,
tools/perf/builtin-report.c
1476
OPT_BOOLEAN(0, "stitch-lbr", &report.stitch_lbr,
tools/perf/builtin-report.c
1480
OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace,
tools/perf/builtin-report.c
1482
OPT_BOOLEAN('H', "hierarchy", &symbol_conf.report_hierarchy,
tools/perf/builtin-report.c
1489
OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name,
tools/perf/builtin-report.c
1494
OPT_BOOLEAN(0, "ns", &symbol_conf.nanosecs, "Show times in nanosecs"),
tools/perf/builtin-report.c
1499
OPT_BOOLEAN(0, "total-cycles", &report.total_cycles_mode,
tools/perf/builtin-report.c
1501
OPT_BOOLEAN(0, "disable-order", &report.disable_order,
tools/perf/builtin-report.c
1503
OPT_BOOLEAN(0, "skip-empty", &report.skip_empty,
tools/perf/builtin-report.c
1505
OPT_BOOLEAN(0, "latency", &symbol_conf.prefer_latency,
tools/perf/builtin-sched.c
4839
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
tools/perf/builtin-sched.c
4841
OPT_BOOLEAN('f', "force", &sched.force, "don't complain, do it"),
tools/perf/builtin-sched.c
4849
OPT_BOOLEAN('p', "pids", &sched.skip_merge,
tools/perf/builtin-sched.c
4859
OPT_BOOLEAN(0, "compact", &sched.map.comp,
tools/perf/builtin-sched.c
4869
OPT_BOOLEAN(0, "fuzzy-name", &sched.map.fuzzy,
tools/perf/builtin-sched.c
4878
OPT_BOOLEAN('g', "call-graph", &sched.show_callchain,
tools/perf/builtin-sched.c
4884
OPT_BOOLEAN('s', "summary", &sched.summary_only,
tools/perf/builtin-sched.c
4886
OPT_BOOLEAN('S', "with-summary", &sched.summary,
tools/perf/builtin-sched.c
4888
OPT_BOOLEAN('w', "wakeups", &sched.show_wakeups, "Show wakeup events"),
tools/perf/builtin-sched.c
4889
OPT_BOOLEAN('n', "next", &sched.show_next, "Show next task"),
tools/perf/builtin-sched.c
4890
OPT_BOOLEAN('M', "migrations", &sched.show_migrations, "Show migration events"),
tools/perf/builtin-sched.c
4891
OPT_BOOLEAN('V', "cpu-visual", &sched.show_cpu_visual, "Add CPU visual"),
tools/perf/builtin-sched.c
4892
OPT_BOOLEAN('I', "idle-hist", &sched.idle_hist, "Show idle events only"),
tools/perf/builtin-sched.c
4895
OPT_BOOLEAN(0, "state", &sched.show_state, "Show task state when sched-out"),
tools/perf/builtin-sched.c
4901
OPT_BOOLEAN(0, "show-prio", &sched.show_prio, "Show task priority"),
tools/perf/builtin-sched.c
4904
OPT_BOOLEAN('P', "pre-migrations", &sched.pre_migrations, "Show pre-migration wait time"),
tools/perf/builtin-sched.c
4913
OPT_BOOLEAN('v', "verbose", &verbose_field, "Show explanation for fields in the report"),
tools/perf/builtin-script.c
4046
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
tools/perf/builtin-script.c
4048
OPT_BOOLEAN(0, "dump-unsorted-raw-trace", &unsorted_dump,
tools/perf/builtin-script.c
4052
OPT_BOOLEAN('L', "Latency", &latency_format,
tools/perf/builtin-script.c
4067
OPT_BOOLEAN('d', "debug-mode", &debug_mode,
tools/perf/builtin-script.c
4069
OPT_BOOLEAN(0, "header", &header, "Show data header."),
tools/perf/builtin-script.c
4070
OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."),
tools/perf/builtin-script.c
4075
OPT_BOOLEAN('G', "hide-call-graph", &no_callchain,
tools/perf/builtin-script.c
4092
OPT_BOOLEAN('a', "all-cpus", &system_wide,
tools/perf/builtin-script.c
4123
OPT_BOOLEAN(0, "reltime", &reltime, "Show time stamps relative to start"),
tools/perf/builtin-script.c
4124
OPT_BOOLEAN(0, "deltatime", &deltatime, "Show time stamps relative to previous event"),
tools/perf/builtin-script.c
4125
OPT_BOOLEAN('I', "show-info", &show_full_info,
tools/perf/builtin-script.c
4127
OPT_BOOLEAN('\0', "show-kernel-path", &symbol_conf.show_kernel_path,
tools/perf/builtin-script.c
4129
OPT_BOOLEAN('\0', "show-task-events", &script.show_task_events,
tools/perf/builtin-script.c
4131
OPT_BOOLEAN('\0', "show-mmap-events", &script.show_mmap_events,
tools/perf/builtin-script.c
4133
OPT_BOOLEAN('\0', "show-switch-events", &script.show_switch_events,
tools/perf/builtin-script.c
4135
OPT_BOOLEAN('\0', "show-namespace-events", &script.show_namespace_events,
tools/perf/builtin-script.c
4137
OPT_BOOLEAN('\0', "show-cgroup-events", &script.show_cgroup_events,
tools/perf/builtin-script.c
4139
OPT_BOOLEAN('\0', "show-lost-events", &script.show_lost_events,
tools/perf/builtin-script.c
4141
OPT_BOOLEAN('\0', "show-round-events", &script.show_round_events,
tools/perf/builtin-script.c
4143
OPT_BOOLEAN('\0', "show-bpf-events", &script.show_bpf_events,
tools/perf/builtin-script.c
4145
OPT_BOOLEAN('\0', "show-text-poke-events", &script.show_text_poke_events,
tools/perf/builtin-script.c
4147
OPT_BOOLEAN('\0', "per-event-dump", &script.per_event_dump,
tools/perf/builtin-script.c
4149
OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"),
tools/perf/builtin-script.c
4152
OPT_BOOLEAN(0, "ns", &symbol_conf.nanosecs,
tools/perf/builtin-script.c
4157
OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename,
tools/perf/builtin-script.c
4159
OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle,
tools/perf/builtin-script.c
4161
OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
tools/perf/builtin-script.c
4167
OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name,
tools/perf/builtin-script.c
4178
OPT_BOOLEAN(0, "guest-code", &symbol_conf.guest_code,
tools/perf/builtin-script.c
4180
OPT_BOOLEAN('\0', "stitch-lbr", &script.stitch_lbr,
tools/perf/builtin-script.c
4182
OPT_BOOLEAN('\0', "merge-callchains", &merge_deferred_callchains,
tools/perf/builtin-stat.c
2431
OPT_BOOLEAN('T', "transaction", &transaction_run,
tools/perf/builtin-stat.c
2438
OPT_BOOLEAN('i', "no-inherit", &stat_config.no_inherit,
tools/perf/builtin-stat.c
2447
OPT_BOOLEAN(0, "bpf-counters", &target.use_bpf,
tools/perf/builtin-stat.c
2452
OPT_BOOLEAN('a', "all-cpus", &target.system_wide,
tools/perf/builtin-stat.c
2454
OPT_BOOLEAN(0, "scale", &stat_config.scale,
tools/perf/builtin-stat.c
2460
OPT_BOOLEAN(0, "table", &stat_config.walltime_run_table,
tools/perf/builtin-stat.c
2462
OPT_BOOLEAN('n', "null", &stat_config.null_run,
tools/perf/builtin-stat.c
2466
OPT_BOOLEAN('S', "sync", &sync_run,
tools/perf/builtin-stat.c
2473
OPT_BOOLEAN('A', "no-aggr", &opt_mode.no_aggr,
tools/perf/builtin-stat.c
2475
OPT_BOOLEAN(0, "no-merge", &opt_mode.no_aggr,
tools/perf/builtin-stat.c
2477
OPT_BOOLEAN(0, "hybrid-merge", &stat_config.hybrid_merge,
tools/perf/builtin-stat.c
2481
OPT_BOOLEAN('j', "json-output", &stat_config.json_output,
tools/perf/builtin-stat.c
2488
OPT_BOOLEAN(0, "append", &append_file, "append to the output file"),
tools/perf/builtin-stat.c
2500
OPT_BOOLEAN(0, "interval-clear", &stat_config.interval_clear,
tools/perf/builtin-stat.c
2504
OPT_BOOLEAN(0, "per-socket", &opt_mode.socket,
tools/perf/builtin-stat.c
2506
OPT_BOOLEAN(0, "per-die", &opt_mode.die, "aggregate counts per processor die"),
tools/perf/builtin-stat.c
2507
OPT_BOOLEAN(0, "per-cluster", &opt_mode.cluster,
tools/perf/builtin-stat.c
2512
OPT_BOOLEAN(0, "per-core", &opt_mode.core,
tools/perf/builtin-stat.c
2514
OPT_BOOLEAN(0, "per-thread", &opt_mode.thread, "aggregate counts per thread"),
tools/perf/builtin-stat.c
2515
OPT_BOOLEAN(0, "per-node", &opt_mode.node, "aggregate counts per numa node"),
tools/perf/builtin-stat.c
2520
OPT_BOOLEAN(0, "metric-no-group", &stat_config.metric_no_group,
tools/perf/builtin-stat.c
2522
OPT_BOOLEAN(0, "metric-no-merge", &stat_config.metric_no_merge,
tools/perf/builtin-stat.c
2524
OPT_BOOLEAN(0, "metric-no-threshold", &stat_config.metric_no_threshold,
tools/perf/builtin-stat.c
2526
OPT_BOOLEAN(0, "topdown", &topdown_run,
tools/perf/builtin-stat.c
2529
OPT_BOOLEAN(0, "record-tpebs", &tpebs_recording,
tools/perf/builtin-stat.c
2537
OPT_BOOLEAN(0, "smi-cost", &smi_cost,
tools/perf/builtin-stat.c
2548
OPT_BOOLEAN(0, "percore-show-thread", &stat_config.percore_show_thread,
tools/perf/builtin-stat.c
2552
OPT_BOOLEAN(0, "summary", &stat_config.summary,
tools/perf/builtin-stat.c
2554
OPT_BOOLEAN(0, "no-csv-summary", &stat_config.no_csv_summary,
tools/perf/builtin-stat.c
2556
OPT_BOOLEAN(0, "quiet", &quiet,
tools/perf/builtin-timechart.c
1940
OPT_BOOLEAN('P', "power-only", &tchart.power_only, "output power data only"),
tools/perf/builtin-timechart.c
1941
OPT_BOOLEAN('T', "tasks-only", &tchart.tasks_only, "output processes data only"),
tools/perf/builtin-timechart.c
1959
OPT_BOOLEAN('t', "topology", &tchart.topology,
tools/perf/builtin-timechart.c
1961
OPT_BOOLEAN(0, "io-skip-eagain", &tchart.skip_eagain,
tools/perf/builtin-timechart.c
1969
OPT_BOOLEAN('f', "force", &tchart.force, "don't complain, do it"),
tools/perf/builtin-timechart.c
1978
OPT_BOOLEAN('I', "io-only", &tchart.io_only,
tools/perf/builtin-timechart.c
1980
OPT_BOOLEAN('g', "callchain", &tchart.with_backtrace, "record callchain"),
tools/perf/builtin-top.c
1489
OPT_BOOLEAN('a', "all-cpus", &target->system_wide,
tools/perf/builtin-top.c
1495
OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux,
tools/perf/builtin-top.c
1499
OPT_BOOLEAN('K', "hide_kernel_symbols", &top.hide_kernel_symbols,
tools/perf/builtin-top.c
1507
OPT_BOOLEAN('D', "dump-symtab", &top.dump_symtab,
tools/perf/builtin-top.c
1511
OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit,
tools/perf/builtin-top.c
1515
OPT_BOOLEAN('z', "zero", &top.zero, "zero history across updates"),
tools/perf/builtin-top.c
1521
OPT_BOOLEAN('U', "hide_user_symbols", &top.hide_user_symbols,
tools/perf/builtin-top.c
1524
OPT_BOOLEAN(0, "tui", &top.use_tui, "Use the TUI interface"),
tools/perf/builtin-top.c
1526
OPT_BOOLEAN(0, "stdio", &top.use_stdio, "Use the stdio interface"),
tools/perf/builtin-top.c
1534
OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples,
tools/perf/builtin-top.c
1542
OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain,
tools/perf/builtin-top.c
1550
OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period,
tools/perf/builtin-top.c
1558
OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src,
tools/perf/builtin-top.c
1560
OPT_BOOLEAN(0, "asm-raw", &annotate_opts.show_asm_raw,
tools/perf/builtin-top.c
1562
OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
tools/perf/builtin-top.c
1564
OPT_BOOLEAN(0, "no-bpf-event", &top.record_opts.no_bpf_event, "do not record bpf events"),
tools/perf/builtin-top.c
1591
OPT_BOOLEAN(0, "branch-history", &branch_call_mode,
tools/perf/builtin-top.c
1593
OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace,
tools/perf/builtin-top.c
1595
OPT_BOOLEAN('H', "hierarchy", &symbol_conf.report_hierarchy,
tools/perf/builtin-top.c
1597
OPT_BOOLEAN(0, "overwrite", &top.record_opts.overwrite,
tools/perf/builtin-top.c
1599
OPT_BOOLEAN(0, "force", &symbol_conf.force, "don't complain, do it"),
tools/perf/builtin-top.c
1604
OPT_BOOLEAN(0, "namespaces", &opts->record_namespaces,
tools/perf/builtin-top.c
1606
OPT_BOOLEAN(0, "all-cgroups", &opts->record_cgroup,
tools/perf/builtin-top.c
1612
OPT_BOOLEAN(0, "stitch-lbr", &top.stitch_lbr,
tools/perf/builtin-trace.c
5403
OPT_BOOLEAN(0, "comm", &trace.show_comm,
tools/perf/builtin-trace.c
5405
OPT_BOOLEAN(0, "tool_stats", &trace.show_tool_stats, "show tool stats"),
tools/perf/builtin-trace.c
5416
OPT_BOOLEAN('a', "all-cpus", &trace.opts.target.system_wide,
tools/perf/builtin-trace.c
5420
OPT_BOOLEAN(0, "no-inherit", &trace.opts.no_inherit,
tools/perf/builtin-trace.c
5428
OPT_BOOLEAN(0, "sched", &trace.sched, "show blocking scheduler events"),
tools/perf/builtin-trace.c
5430
OPT_BOOLEAN('T', "time", &trace.full_time,
tools/perf/builtin-trace.c
5432
OPT_BOOLEAN(0, "failure", &trace.failure_only,
tools/perf/builtin-trace.c
5434
OPT_BOOLEAN('s', "summary", &trace.summary_only,
tools/perf/builtin-trace.c
5436
OPT_BOOLEAN('S', "with-summary", &trace.summary,
tools/perf/builtin-trace.c
5438
OPT_BOOLEAN(0, "errno-summary", &trace.errno_summary,
tools/perf/builtin-trace.c
5445
OPT_BOOLEAN(0, "syscalls", &trace.trace_syscalls, "Trace syscalls"),
tools/perf/builtin-trace.c
5446
OPT_BOOLEAN('f', "force", &trace.force, "don't complain, do it"),
tools/perf/builtin-trace.c
5450
OPT_BOOLEAN(0, "libtraceevent_print", &trace.libtraceevent_print,
tools/perf/builtin-trace.c
5452
OPT_BOOLEAN(0, "kernel-syscall-graph", &trace.kernel_syscallchains,
tools/perf/builtin-trace.c
5463
OPT_BOOLEAN(0, "sort-events", &trace.sort_events,
tools/perf/builtin-trace.c
5465
OPT_BOOLEAN(0, "print-sample", &trace.print_sample,
tools/perf/builtin-trace.c
5474
OPT_BOOLEAN(0, "force-btf", &trace.force_btf, "Prefer btf_dump general pretty printer"
tools/perf/builtin-trace.c
5476
OPT_BOOLEAN(0, "bpf-summary", &trace.summary_bpf, "Summary syscall stats in BPF"),
tools/perf/builtin-version.c
19
OPT_BOOLEAN(0, "build-options", &version.build_options,
tools/perf/tests/builtin-test.c
794
OPT_BOOLEAN('F', "dont-fork", &dont_fork,
tools/perf/tests/builtin-test.c
796
OPT_BOOLEAN('S', "sequential", &sequential,
tools/perf/tests/builtin-test.c
801
OPT_BOOLEAN(0, "list-workloads", &list_workloads, "List the available builtin workloads to use with -w/--workload"),
tools/perf/util/evswitch.h
28
OPT_BOOLEAN(0, "show-on-off-events", &(evswitch)->show_on_off_events, \
tools/perf/util/kvm-stat-arch/kvm-stat-powerpc.c
188
OPT_BOOLEAN('e', "event", &event, NULL),
tools/perf/util/kvm-stat-arch/kvm-stat-x86.c
231
OPT_BOOLEAN('e', "event", &event, NULL),
tools/perf/util/kvm-stat-arch/kvm-stat-x86.c
232
OPT_BOOLEAN(0, "pfm-events", &event, NULL),