tools/bpf/resolve_btfids/main.c
1495
OPT_BOOLEAN(0, "fatal_warnings", &fatal_warnings,
tools/bpf/resolve_btfids/main.c
1497
OPT_BOOLEAN(0, "distill_base", &obj.distill_base,
tools/lib/subcmd/parse-options.h
228
#define OPT__VERBOSE(var) OPT_BOOLEAN('v', "verbose", (var), "be verbose")
tools/lib/subcmd/parse-options.h
229
#define OPT__QUIET(var) OPT_BOOLEAN('q', "quiet", (var), "be quiet")
tools/lib/subcmd/parse-options.h
235
#define OPT__DRY_RUN(var) OPT_BOOLEAN('n', "dry-run", (var), "dry run")
tools/objtool/builtin-check.c
100
OPT_BOOLEAN(0, "module", &opts.module, "object is part of a kernel module"),
tools/objtool/builtin-check.c
101
OPT_BOOLEAN(0, "mnop", &opts.mnop, "nop out mcount call sites"),
tools/objtool/builtin-check.c
102
OPT_BOOLEAN(0, "no-unreachable", &opts.no_unreachable, "skip 'unreachable instruction' warnings"),
tools/objtool/builtin-check.c
104
OPT_BOOLEAN(0, "sec-address", &opts.sec_address, "print section addresses in warnings"),
tools/objtool/builtin-check.c
105
OPT_BOOLEAN(0, "stats", &opts.stats, "print statistics"),
tools/objtool/builtin-check.c
107
OPT_BOOLEAN('v', "verbose", &opts.verbose, "verbose warnings"),
tools/objtool/builtin-check.c
108
OPT_BOOLEAN(0, "werror", &opts.werror, "return error on warnings"),
tools/objtool/builtin-check.c
109
OPT_BOOLEAN(0, "wide", &opts.wide, "wide output"),
tools/objtool/builtin-check.c
78
OPT_BOOLEAN('i', "ibt", &opts.ibt, "validate and annotate IBT"),
tools/objtool/builtin-check.c
79
OPT_BOOLEAN('m', "mcount", &opts.mcount, "annotate mcount/fentry calls for ftrace"),
tools/objtool/builtin-check.c
80
OPT_BOOLEAN(0, "noabs", &opts.noabs, "reject absolute references in allocatable sections"),
tools/objtool/builtin-check.c
81
OPT_BOOLEAN('n', "noinstr", &opts.noinstr, "validate noinstr rules"),
tools/objtool/builtin-check.c
82
OPT_BOOLEAN(0, "orc", &opts.orc, "generate ORC metadata"),
tools/objtool/builtin-check.c
83
OPT_BOOLEAN('r', "retpoline", &opts.retpoline, "validate and annotate retpoline usage"),
tools/objtool/builtin-check.c
84
OPT_BOOLEAN(0, "rethunk", &opts.rethunk, "validate and annotate rethunk usage"),
tools/objtool/builtin-check.c
85
OPT_BOOLEAN(0, "unret", &opts.unret, "validate entry unret placement"),
tools/objtool/builtin-check.c
87
OPT_BOOLEAN('l', "sls", &opts.sls, "validate straight-line-speculation mitigations"),
tools/objtool/builtin-check.c
88
OPT_BOOLEAN('s', "stackval", &opts.stackval, "validate frame pointer rules"),
tools/objtool/builtin-check.c
89
OPT_BOOLEAN('t', "static-call", &opts.static_call, "annotate static calls"),
tools/objtool/builtin-check.c
90
OPT_BOOLEAN('u', "uaccess", &opts.uaccess, "validate uaccess rules for SMAP"),
tools/objtool/builtin-check.c
94
OPT_BOOLEAN(0, "cfi", &opts.cfi, "grow kCFI preamble symbols (use with --prefix)"),
tools/objtool/builtin-check.c
95
OPT_BOOLEAN(0, "fineibt", &opts.fineibt, "create .cfi_sites section for FineIBT"),
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
98
OPT_BOOLEAN(0, "dry-run", &opts.dryrun, "don't write modifications"),
tools/objtool/builtin-check.c
99
OPT_BOOLEAN(0, "link", &opts.link, "object is a linked object"),
tools/objtool/klp-checksum.c
311
OPT_BOOLEAN(0, "dry-run", &opts.dryrun, "don't write modifications"),
tools/objtool/klp-diff.c
46
OPT_BOOLEAN('d', "debug", &debug, "enable all debug output"),
tools/objtool/klp-diff.c
47
OPT_BOOLEAN(0, "debug-correlate", &debug_correlate, "enable correlation debug output"),
tools/objtool/klp-diff.c
48
OPT_BOOLEAN(0, "debug-clone", &debug_clone, "enable cloning 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", ¶ms.silent, "Silent mode: do not display data/details"),
tools/perf/bench/futex-hash.c
63
OPT_BOOLEAN( 'S', "shared", ¶ms.fshared, "Use shared futexes instead of private ones"),
tools/perf/bench/futex-hash.c
64
OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"),
tools/perf/bench/futex-lock-pi.c
52
OPT_BOOLEAN( 'M', "multi", ¶ms.multi, "Use multiple futexes"),
tools/perf/bench/futex-lock-pi.c
53
OPT_BOOLEAN( 's', "silent", ¶ms.silent, "Silent mode: do not display data/details"),
tools/perf/bench/futex-lock-pi.c
54
OPT_BOOLEAN( 'S', "shared", ¶ms.fshared, "Use shared futexes instead of private ones"),
tools/perf/bench/futex-lock-pi.c
55
OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"),
tools/perf/bench/futex-requeue.c
57
OPT_BOOLEAN( 's', "silent", ¶ms.silent, "Silent mode: do not display data/details"),
tools/perf/bench/futex-requeue.c
58
OPT_BOOLEAN( 'S', "shared", ¶ms.fshared, "Use shared futexes instead of private ones"),
tools/perf/bench/futex-requeue.c
59
OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"),
tools/perf/bench/futex-requeue.c
60
OPT_BOOLEAN( 'B', "broadcast", ¶ms.broadcast, "Requeue all threads at once"),
tools/perf/bench/futex-requeue.c
61
OPT_BOOLEAN( 'p', "pi", ¶ms.pi, "Use PI-aware variants of FUTEX_CMP_REQUEUE"),
tools/perf/bench/futex-wake-parallel.c
68
OPT_BOOLEAN( 's', "silent", ¶ms.silent, "Silent mode: do not display data/details"),
tools/perf/bench/futex-wake-parallel.c
69
OPT_BOOLEAN( 'S', "shared", ¶ms.fshared, "Use shared futexes instead of private ones"),
tools/perf/bench/futex-wake-parallel.c
70
OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"),
tools/perf/bench/futex-wake.c
57
OPT_BOOLEAN( 's', "silent", ¶ms.silent, "Silent mode: do not display data/details"),
tools/perf/bench/futex-wake.c
58
OPT_BOOLEAN( 'S', "shared", ¶ms.fshared, "Use shared futexes instead of private ones"),
tools/perf/bench/futex-wake.c
59
OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"),
tools/perf/bench/mem-functions.c
63
OPT_BOOLEAN('c', "cycles", &use_cycles,
tools/perf/bench/numa.c
183
OPT_BOOLEAN('R', "data_reads" , &p0.data_reads, "access the data via reads (can be mixed with -W)"),
tools/perf/bench/numa.c
184
OPT_BOOLEAN('W', "data_writes" , &p0.data_writes, "access the data via writes (can be mixed with -R)"),
tools/perf/bench/numa.c
185
OPT_BOOLEAN('B', "data_backwards", &p0.data_backwards, "access the data backwards as well"),
tools/perf/bench/numa.c
186
OPT_BOOLEAN('Z', "data_zero_memset", &p0.data_zero_memset,"access the data via glibc bzero only"),
tools/perf/bench/numa.c
187
OPT_BOOLEAN('r', "data_rand_walk", &p0.data_rand_walk, "access the data with random (32bit LFSR) walk"),
tools/perf/bench/numa.c
190
OPT_BOOLEAN('z', "init_zero" , &p0.init_zero, "bzero the initial allocations"),
tools/perf/bench/numa.c
191
OPT_BOOLEAN('I', "init_random" , &p0.init_random, "randomize the contents of the initial allocations"),
tools/perf/bench/numa.c
192
OPT_BOOLEAN('0', "init_cpu0" , &p0.init_cpu0, "do the initial allocations on CPU#0"),
tools/perf/bench/numa.c
198
OPT_BOOLEAN('c', "show_convergence", &p0.show_convergence, "show convergence details, "
tools/perf/bench/numa.c
200
OPT_BOOLEAN('m', "measure_convergence", &p0.measure_convergence, "measure convergence latency"),
tools/perf/bench/numa.c
201
OPT_BOOLEAN('q', "quiet" , &quiet,
tools/perf/bench/numa.c
203
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
92
OPT_BOOLEAN('n', "nonblocking", &nonblocking, "Use non-blocking operations"),
tools/perf/bench/sched-pipe.c
94
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
709
OPT_BOOLEAN('f', "force", &data.force, "don't complain, do it"),
tools/perf/builtin-annotate.c
712
OPT_BOOLEAN('q', "quiet", &quiet, "do now show any warnings or messages"),
tools/perf/builtin-annotate.c
713
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
tools/perf/builtin-annotate.c
716
OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"),
tools/perf/builtin-annotate.c
719
OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"),
tools/perf/builtin-annotate.c
721
OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"),
tools/perf/builtin-annotate.c
722
OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"),
tools/perf/builtin-annotate.c
723
OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux,
tools/perf/builtin-annotate.c
727
OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules,
tools/perf/builtin-annotate.c
729
OPT_BOOLEAN('l', "print-line", &annotate_opts.print_lines,
tools/perf/builtin-annotate.c
731
OPT_BOOLEAN('P', "full-paths", &annotate_opts.full_path,
tools/perf/builtin-annotate.c
733
OPT_BOOLEAN(0, "skip-missing", &annotate.skip_missing,
tools/perf/builtin-annotate.c
741
OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src,
tools/perf/builtin-annotate.c
743
OPT_BOOLEAN(0, "asm-raw", &annotate_opts.show_asm_raw,
tools/perf/builtin-annotate.c
755
OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle,
tools/perf/builtin-annotate.c
757
OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
tools/perf/builtin-annotate.c
759
OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period,
tools/perf/builtin-annotate.c
761
OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples,
tools/perf/builtin-annotate.c
777
OPT_BOOLEAN(0, "type-stat", &annotate.type_stat,
tools/perf/builtin-annotate.c
779
OPT_BOOLEAN(0, "insn-stat", &annotate.insn_stat,
tools/perf/builtin-annotate.c
781
OPT_BOOLEAN(0, "skip-empty", &symbol_conf.skip_empty,
tools/perf/builtin-annotate.c
783
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
3126
OPT_BOOLEAN(0, "stdio", &c2c.use_stdio, "Use the stdio interface"),
tools/perf/builtin-c2c.c
3127
OPT_BOOLEAN(0, "stats", &c2c.stats_only,
tools/perf/builtin-c2c.c
3129
OPT_BOOLEAN(0, "full-symbols", &c2c.symbol_full,
tools/perf/builtin-c2c.c
3131
OPT_BOOLEAN(0, "no-source", &no_source,
tools/perf/builtin-c2c.c
3133
OPT_BOOLEAN(0, "show-all", &c2c.show_all,
tools/perf/builtin-c2c.c
3142
OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"),
tools/perf/builtin-c2c.c
3143
OPT_BOOLEAN(0, "stitch-lbr", &c2c.stitch_lbr,
tools/perf/builtin-c2c.c
3145
OPT_BOOLEAN(0, "double-cl", &chk_double_cl, "Detect adjacent cacheline false sharing"),
tools/perf/builtin-c2c.c
3431
OPT_BOOLEAN('u', "all-user", &all_user, "collect only user level data"),
tools/perf/builtin-c2c.c
3432
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
44
OPT_BOOLEAN(0, "tod", &opts.tod, "Convert time to wall clock time"),
tools/perf/builtin-data.c
45
OPT_BOOLEAN('f', "force", &opts.force, "don't complain, do it"),
tools/perf/builtin-data.c
46
OPT_BOOLEAN(0, "all", &opts.all, "Convert all events"),
tools/perf/builtin-diff.c
1252
OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"),
tools/perf/builtin-diff.c
1253
OPT_BOOLEAN('b', "baseline-only", &show_baseline_only,
tools/perf/builtin-diff.c
1259
OPT_BOOLEAN('p', "period", &show_period,
tools/perf/builtin-diff.c
1261
OPT_BOOLEAN('F', "formula", &show_formula,
tools/perf/builtin-diff.c
1263
OPT_BOOLEAN(0, "cycles-hist", &cycles_hist,
tools/perf/builtin-diff.c
1266
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
tools/perf/builtin-diff.c
1268
OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
tools/perf/builtin-diff.c
1271
OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules,
tools/perf/builtin-diff.c
1297
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
1766
OPT_BOOLEAN('a', "all-cpus", &ftrace.target.system_wide,
tools/perf/builtin-ftrace.c
1796
OPT_BOOLEAN(0, "inherit", &ftrace.inherit,
tools/perf/builtin-ftrace.c
1808
OPT_BOOLEAN('b', "use-bpf", &ftrace.target.use_bpf,
tools/perf/builtin-ftrace.c
1811
OPT_BOOLEAN('n', "use-nsec", &ftrace.use_nsec,
tools/perf/builtin-ftrace.c
1819
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
2684
OPT_BOOLEAN('b', "build-ids", &build_ids,
tools/perf/builtin-inject.c
2686
OPT_BOOLEAN(0, "buildid-all", &build_id_all,
tools/perf/builtin-inject.c
2688
OPT_BOOLEAN('B', "mmap2-buildids", &mmap2_build_ids,
tools/perf/builtin-inject.c
2690
OPT_BOOLEAN(0, "mmap2-buildid-all", &mmap2_build_id_all,
tools/perf/builtin-inject.c
2699
OPT_BOOLEAN('s', "sched-stat", &inject.sched_stat,
tools/perf/builtin-inject.c
2703
OPT_BOOLEAN('j', "jit", &inject.jit_mode, "merge jitdump files into perf.data file"),
tools/perf/builtin-inject.c
2709
OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux,
tools/perf/builtin-inject.c
2713
OPT_BOOLEAN('f', "force", &data.force, "don't complain, do it"),
tools/perf/builtin-inject.c
2718
OPT_BOOLEAN(0, "strip", &inject.strip,
tools/perf/builtin-inject.c
2732
OPT_BOOLEAN(0, "convert-callchain", &inject.convert_callchain,
tools/perf/builtin-inject.c
2734
OPT_BOOLEAN(0, "aslr", &inject.aslr,
tools/perf/builtin-kmem.c
1973
OPT_BOOLEAN(0, "raw-ip", &raw_ip, "show raw ip instead of symbol"),
tools/perf/builtin-kmem.c
1974
OPT_BOOLEAN('f', "force", &data.force, "don't complain, do it"),
tools/perf/builtin-kmem.c
1979
OPT_BOOLEAN(0, "live", &live_page, "Show live page stat"),
tools/perf/builtin-kvm.c
1741
OPT_BOOLEAN('f', "force", &kvm->force, "don't complain, do it"),
tools/perf/builtin-kvm.c
1742
OPT_BOOLEAN(0, "stdio", &kvm->use_stdio, "use the stdio interface"),
tools/perf/builtin-kvm.c
1833
OPT_BOOLEAN('a', "all-cpus", &kvm->opts.target.system_wide,
tools/perf/builtin-kvm.c
2125
OPT_BOOLEAN(0, "guest", &perf_guest,
tools/perf/builtin-kvm.c
2127
OPT_BOOLEAN(0, "host", &perf_host,
tools/perf/builtin-kvm.c
2138
OPT_BOOLEAN(0, "guest-code", &symbol_conf.guest_code,
tools/perf/builtin-kwork.c
2461
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
tools/perf/builtin-kwork.c
2465
OPT_BOOLEAN('f', "force", &kwork.force, "don't complain, do it"),
tools/perf/builtin-kwork.c
2479
OPT_BOOLEAN('S', "with-summary", &kwork.summary,
tools/perf/builtin-kwork.c
2482
OPT_BOOLEAN('b', "use-bpf", &kwork.use_bpf,
tools/perf/builtin-kwork.c
2499
OPT_BOOLEAN('b', "use-bpf", &kwork.use_bpf,
tools/perf/builtin-kwork.c
2509
OPT_BOOLEAN('g', "call-graph", &kwork.show_callchain,
tools/perf/builtin-kwork.c
2537
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
2601
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, "dump raw trace in ASCII"),
tools/perf/builtin-lock.c
2602
OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
tools/perf/builtin-lock.c
2607
OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"),
tools/perf/builtin-lock.c
2612
OPT_BOOLEAN('t', "threads", &info_threads,
tools/perf/builtin-lock.c
2614
OPT_BOOLEAN('m', "map", &info_map,
tools/perf/builtin-lock.c
2625
OPT_BOOLEAN('c', "combine-locks", &combine_locks,
tools/perf/builtin-lock.c
2627
OPT_BOOLEAN('t', "threads", &show_thread_stats,
tools/perf/builtin-lock.c
2638
OPT_BOOLEAN('t', "threads", &show_thread_stats,
tools/perf/builtin-lock.c
2640
OPT_BOOLEAN('b', "use-bpf", &use_bpf, "use BPF program to collect lock contention stats"),
tools/perf/builtin-lock.c
2641
OPT_BOOLEAN('a', "all-cpus", &target.system_wide,
tools/perf/builtin-lock.c
2658
OPT_BOOLEAN('l', "lock-addr", &show_lock_addrs, "show lock stats by address"),
tools/perf/builtin-lock.c
2665
OPT_BOOLEAN('o', "lock-owner", &show_lock_owner, "show lock owners instead of waiters"),
tools/perf/builtin-lock.c
2668
OPT_BOOLEAN(0, "lock-cgroup", &show_lock_cgroups, "show lock stats by cgroup"),
tools/perf/builtin-mem.c
488
OPT_BOOLEAN('f', "force", &mem.force, "don't complain, do it"),
tools/perf/builtin-mem.c
491
OPT_BOOLEAN('p', "phys-data", &mem.phys_addr, "Record/Report sample physical addresses"),
tools/perf/builtin-mem.c
492
OPT_BOOLEAN(0, "data-page-size", &mem.data_page_size, "Record/Report sample data address page size"),
tools/perf/builtin-mem.c
500
OPT_BOOLEAN('U', "all-user", &mem.all_user, "collect only user level data"),
tools/perf/builtin-mem.c
501
OPT_BOOLEAN('K', "all-kernel", &mem.all_kernel, "collect only kernel level data"),
tools/perf/builtin-mem.c
505
OPT_BOOLEAN('D', "dump-raw-samples", &mem.dump_raw,
tools/perf/builtin-mem.c
507
OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved,
tools/perf/builtin-mem.c
517
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
3459
OPT_BOOLEAN(0, "latency", &record.latency,
tools/perf/builtin-record.c
3471
OPT_BOOLEAN(0, "no-buffering", &record.opts.no_buffering,
tools/perf/builtin-record.c
3473
OPT_BOOLEAN('R', "raw-samples", &record.opts.raw_samples,
tools/perf/builtin-record.c
3475
OPT_BOOLEAN('a', "all-cpus", &record.opts.target.system_wide,
tools/perf/builtin-record.c
3485
OPT_BOOLEAN(0, "tail-synthesize", &record.opts.tail_synthesize,
tools/perf/builtin-record.c
3487
OPT_BOOLEAN(0, "overwrite", &record.opts.overwrite, "use overwrite mode"),
tools/perf/builtin-record.c
3488
OPT_BOOLEAN(0, "no-bpf-event", &record.opts.no_bpf_event, "do not record bpf events"),
tools/perf/builtin-record.c
3489
OPT_BOOLEAN(0, "strict-freq", &record.opts.strict_freq,
tools/perf/builtin-record.c
3508
OPT_BOOLEAN('q', "quiet", &quiet, "don't print any warnings or messages"),
tools/perf/builtin-record.c
3509
OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
tools/perf/builtin-record.c
3511
OPT_BOOLEAN('d', "data", &record.opts.sample_address, "Record the sample addresses"),
tools/perf/builtin-record.c
3512
OPT_BOOLEAN(0, "phys-data", &record.opts.sample_phys_addr,
tools/perf/builtin-record.c
3514
OPT_BOOLEAN(0, "data-page-size", &record.opts.sample_data_page_size,
tools/perf/builtin-record.c
3516
OPT_BOOLEAN(0, "code-page-size", &record.opts.sample_code_page_size,
tools/perf/builtin-record.c
3518
OPT_BOOLEAN(0, "sample-mem-info", &record.opts.sample_data_src,
tools/perf/builtin-record.c
3520
OPT_BOOLEAN(0, "sample-cpu", &record.opts.sample_cpu, "Record the sample cpu"),
tools/perf/builtin-record.c
3521
OPT_BOOLEAN(0, "sample-identifier", &record.opts.sample_identifier,
tools/perf/builtin-record.c
3528
OPT_BOOLEAN('n', "no-samples", &record.opts.no_samples,
tools/perf/builtin-record.c
3543
OPT_BOOLEAN(0, "kcore", &record.opts.kcore, "copy /proc/kcore"),
tools/perf/builtin-record.c
3553
OPT_BOOLEAN('W', "weight", &record.opts.sample_weight,
tools/perf/builtin-record.c
3555
OPT_BOOLEAN(0, "transaction", &record.opts.sample_transaction,
tools/perf/builtin-record.c
3557
OPT_BOOLEAN(0, "per-thread", &record.opts.target.per_thread,
tools/perf/builtin-record.c
3565
OPT_BOOLEAN(0, "running-time", &record.opts.running_time,
tools/perf/builtin-record.c
3576
OPT_BOOLEAN(0, "namespaces", &record.opts.record_namespaces,
tools/perf/builtin-record.c
3578
OPT_BOOLEAN(0, "all-cgroups", &record.opts.record_cgroup,
tools/perf/builtin-record.c
3589
OPT_BOOLEAN(0, "kernel-callchains", &record.opts.kernel_callchains,
tools/perf/builtin-record.c
3591
OPT_BOOLEAN(0, "user-callchains", &record.opts.user_callchains,
tools/perf/builtin-record.c
3595
OPT_BOOLEAN(0, "buildid-all", &record.buildid_all,
tools/perf/builtin-record.c
3599
OPT_BOOLEAN(0, "timestamp-filename", &record.timestamp_filename,
tools/perf/builtin-record.c
3601
OPT_BOOLEAN(0, "timestamp-boundary", &record.timestamp_boundary,
tools/perf/builtin-record.c
3613
OPT_BOOLEAN(0, "dry-run", &dry_run,
tools/perf/builtin-record.c
3653
OPT_BOOLEAN(0, "off-cpu", &record.off_cpu, "Enable off-cpu analysis"),
tools/perf/builtin-report.c
1335
OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"),
tools/perf/builtin-report.c
1336
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
tools/perf/builtin-report.c
1338
OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"),
tools/perf/builtin-report.c
1339
OPT_BOOLEAN(0, "tasks", &report.tasks_mode, "Display recorded tasks"),
tools/perf/builtin-report.c
1340
OPT_BOOLEAN(0, "mmaps", &report.mmaps_mode, "Display recorded tasks memory maps"),
tools/perf/builtin-report.c
1343
OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux,
tools/perf/builtin-report.c
1347
OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"),
tools/perf/builtin-report.c
1348
OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules,
tools/perf/builtin-report.c
1350
OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples,
tools/perf/builtin-report.c
1352
OPT_BOOLEAN('T', "threads", &report.show_threads,
tools/perf/builtin-report.c
1357
OPT_BOOLEAN(0, "tui", &report.use_tui, "Use the TUI interface"),
tools/perf/builtin-report.c
1360
OPT_BOOLEAN(0, "gtk", &report.use_gtk, "Use the GTK2 interface"),
tools/perf/builtin-report.c
1362
OPT_BOOLEAN(0, "stdio", &report.use_stdio,
tools/perf/builtin-report.c
1364
OPT_BOOLEAN(0, "header", &report.header, "Show data header."),
tools/perf/builtin-report.c
1365
OPT_BOOLEAN(0, "header-only", &report.header_only,
tools/perf/builtin-report.c
1371
OPT_BOOLEAN(0, "show-cpu-utilization", &symbol_conf.show_cpu_utilization,
tools/perf/builtin-report.c
1377
OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other,
tools/perf/builtin-report.c
1383
OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain,
tools/perf/builtin-report.c
1390
OPT_BOOLEAN('G', "inverted", &report.inverted_callchain,
tools/perf/builtin-report.c
1413
OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved,
tools/perf/builtin-report.c
1421
OPT_BOOLEAN('I', "show-info", &report.show_full_info,
tools/perf/builtin-report.c
1423
OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src,
tools/perf/builtin-report.c
1425
OPT_BOOLEAN(0, "asm-raw", &annotate_opts.show_asm_raw,
tools/perf/builtin-report.c
1433
OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period,
tools/perf/builtin-report.c
1444
OPT_BOOLEAN(0, "branch-history", &branch_call_mode,
tools/perf/builtin-report.c
1456
OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle,
tools/perf/builtin-report.c
1458
OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
tools/perf/builtin-report.c
1460
OPT_BOOLEAN(0, "mem-mode", &report.mem_mode, "mem access profile"),
tools/perf/builtin-report.c
1470
OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename,
tools/perf/builtin-report.c
1472
OPT_BOOLEAN(0, "show-ref-call-graph", &symbol_conf.show_ref_callgraph,
tools/perf/builtin-report.c
1474
OPT_BOOLEAN(0, "stitch-lbr", &report.stitch_lbr,
tools/perf/builtin-report.c
1478
OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace,
tools/perf/builtin-report.c
1480
OPT_BOOLEAN('H', "hierarchy", &symbol_conf.report_hierarchy,
tools/perf/builtin-report.c
1487
OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name,
tools/perf/builtin-report.c
1492
OPT_BOOLEAN(0, "ns", &symbol_conf.nanosecs, "Show times in nanosecs"),
tools/perf/builtin-report.c
1497
OPT_BOOLEAN(0, "total-cycles", &report.total_cycles_mode,
tools/perf/builtin-report.c
1499
OPT_BOOLEAN(0, "disable-order", &report.disable_order,
tools/perf/builtin-report.c
1501
OPT_BOOLEAN(0, "skip-empty", &report.skip_empty,
tools/perf/builtin-report.c
1503
OPT_BOOLEAN(0, "latency", &symbol_conf.prefer_latency,
tools/perf/builtin-sched.c
5042
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
tools/perf/builtin-sched.c
5044
OPT_BOOLEAN('f', "force", &sched.force, "don't complain, do it"),
tools/perf/builtin-sched.c
5052
OPT_BOOLEAN('p', "pids", &sched.skip_merge,
tools/perf/builtin-sched.c
5062
OPT_BOOLEAN(0, "compact", &sched.map.comp,
tools/perf/builtin-sched.c
5072
OPT_BOOLEAN(0, "fuzzy-name", &sched.map.fuzzy,
tools/perf/builtin-sched.c
5081
OPT_BOOLEAN('g', "call-graph", &sched.show_callchain,
tools/perf/builtin-sched.c
5087
OPT_BOOLEAN('s', "summary", &sched.summary_only,
tools/perf/builtin-sched.c
5089
OPT_BOOLEAN('S', "with-summary", &sched.summary,
tools/perf/builtin-sched.c
5091
OPT_BOOLEAN('w', "wakeups", &sched.show_wakeups, "Show wakeup events"),
tools/perf/builtin-sched.c
5092
OPT_BOOLEAN('n', "next", &sched.show_next, "Show next task"),
tools/perf/builtin-sched.c
5093
OPT_BOOLEAN('M', "migrations", &sched.show_migrations, "Show migration events"),
tools/perf/builtin-sched.c
5094
OPT_BOOLEAN('V', "cpu-visual", &sched.show_cpu_visual, "Add CPU visual"),
tools/perf/builtin-sched.c
5095
OPT_BOOLEAN('I', "idle-hist", &sched.idle_hist, "Show idle events only"),
tools/perf/builtin-sched.c
5098
OPT_BOOLEAN(0, "state", &sched.show_state, "Show task state when sched-out"),
tools/perf/builtin-sched.c
5104
OPT_BOOLEAN(0, "show-prio", &sched.show_prio, "Show task priority"),
tools/perf/builtin-sched.c
5107
OPT_BOOLEAN('P', "pre-migrations", &sched.pre_migrations, "Show pre-migration wait time"),
tools/perf/builtin-sched.c
5116
OPT_BOOLEAN('v', "verbose", &verbose_field, "Show explanation for fields in the report"),
tools/perf/builtin-script.c
4060
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
tools/perf/builtin-script.c
4062
OPT_BOOLEAN(0, "dump-unsorted-raw-trace", &unsorted_dump,
tools/perf/builtin-script.c
4066
OPT_BOOLEAN('L', "Latency", &latency_format,
tools/perf/builtin-script.c
4081
OPT_BOOLEAN('d', "debug-mode", &debug_mode,
tools/perf/builtin-script.c
4083
OPT_BOOLEAN(0, "header", &header, "Show data header."),
tools/perf/builtin-script.c
4084
OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."),
tools/perf/builtin-script.c
4089
OPT_BOOLEAN('G', "hide-call-graph", &no_callchain,
tools/perf/builtin-script.c
4105
OPT_BOOLEAN('a', "all-cpus", &system_wide,
tools/perf/builtin-script.c
4136
OPT_BOOLEAN(0, "reltime", &reltime, "Show time stamps relative to start"),
tools/perf/builtin-script.c
4137
OPT_BOOLEAN(0, "deltatime", &deltatime, "Show time stamps relative to previous event"),
tools/perf/builtin-script.c
4138
OPT_BOOLEAN('I', "show-info", &show_full_info,
tools/perf/builtin-script.c
4140
OPT_BOOLEAN('\0', "show-kernel-path", &symbol_conf.show_kernel_path,
tools/perf/builtin-script.c
4142
OPT_BOOLEAN('\0', "show-task-events", &script.show_task_events,
tools/perf/builtin-script.c
4144
OPT_BOOLEAN('\0', "show-mmap-events", &script.show_mmap_events,
tools/perf/builtin-script.c
4146
OPT_BOOLEAN('\0', "show-switch-events", &script.show_switch_events,
tools/perf/builtin-script.c
4148
OPT_BOOLEAN('\0', "show-namespace-events", &script.show_namespace_events,
tools/perf/builtin-script.c
4150
OPT_BOOLEAN('\0', "show-cgroup-events", &script.show_cgroup_events,
tools/perf/builtin-script.c
4152
OPT_BOOLEAN('\0', "show-lost-events", &script.show_lost_events,
tools/perf/builtin-script.c
4154
OPT_BOOLEAN('\0', "show-round-events", &script.show_round_events,
tools/perf/builtin-script.c
4156
OPT_BOOLEAN('\0', "show-bpf-events", &script.show_bpf_events,
tools/perf/builtin-script.c
4158
OPT_BOOLEAN('\0', "show-text-poke-events", &script.show_text_poke_events,
tools/perf/builtin-script.c
4160
OPT_BOOLEAN('\0', "per-event-dump", &script.per_event_dump,
tools/perf/builtin-script.c
4162
OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"),
tools/perf/builtin-script.c
4165
OPT_BOOLEAN(0, "ns", &symbol_conf.nanosecs,
tools/perf/builtin-script.c
4170
OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename,
tools/perf/builtin-script.c
4172
OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle,
tools/perf/builtin-script.c
4174
OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
tools/perf/builtin-script.c
4183
OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name,
tools/perf/builtin-script.c
4194
OPT_BOOLEAN(0, "guest-code", &symbol_conf.guest_code,
tools/perf/builtin-script.c
4196
OPT_BOOLEAN('\0', "stitch-lbr", &script.stitch_lbr,
tools/perf/builtin-script.c
4198
OPT_BOOLEAN('\0', "merge-callchains", &merge_deferred_callchains,
tools/perf/builtin-stat.c
2340
OPT_BOOLEAN(0, "per-thread", &opt_mode.thread, "aggregate counts per thread"),
tools/perf/builtin-stat.c
2341
OPT_BOOLEAN(0, "per-socket", &opt_mode.socket,
tools/perf/builtin-stat.c
2343
OPT_BOOLEAN(0, "per-die", &opt_mode.die, "aggregate counts per processor die"),
tools/perf/builtin-stat.c
2344
OPT_BOOLEAN(0, "per-cluster", &opt_mode.cluster,
tools/perf/builtin-stat.c
2349
OPT_BOOLEAN(0, "per-core", &opt_mode.core,
tools/perf/builtin-stat.c
2351
OPT_BOOLEAN(0, "per-node", &opt_mode.node, "aggregate counts per numa node"),
tools/perf/builtin-stat.c
2352
OPT_BOOLEAN('A', "no-aggr", &opt_mode.no_aggr,
tools/perf/builtin-stat.c
2463
OPT_BOOLEAN('T', "transaction", &transaction_run,
tools/perf/builtin-stat.c
2470
OPT_BOOLEAN('i', "no-inherit", &stat_config.no_inherit,
tools/perf/builtin-stat.c
2479
OPT_BOOLEAN(0, "bpf-counters", &target.use_bpf,
tools/perf/builtin-stat.c
2484
OPT_BOOLEAN('a', "all-cpus", &target.system_wide,
tools/perf/builtin-stat.c
2486
OPT_BOOLEAN(0, "scale", &stat_config.scale,
tools/perf/builtin-stat.c
2492
OPT_BOOLEAN(0, "table", &stat_config.walltime_run_table,
tools/perf/builtin-stat.c
2494
OPT_BOOLEAN('n', "null", &stat_config.null_run,
tools/perf/builtin-stat.c
2498
OPT_BOOLEAN('S', "sync", &sync_run,
tools/perf/builtin-stat.c
2505
OPT_BOOLEAN('A', "no-aggr", &opt_mode.no_aggr,
tools/perf/builtin-stat.c
2507
OPT_BOOLEAN(0, "no-merge", &opt_mode.no_aggr,
tools/perf/builtin-stat.c
2509
OPT_BOOLEAN(0, "hybrid-merge", &stat_config.hybrid_merge,
tools/perf/builtin-stat.c
2513
OPT_BOOLEAN('j', "json-output", &stat_config.json_output,
tools/perf/builtin-stat.c
2520
OPT_BOOLEAN(0, "append", &append_file, "append to the output file"),
tools/perf/builtin-stat.c
2532
OPT_BOOLEAN(0, "interval-clear", &stat_config.interval_clear,
tools/perf/builtin-stat.c
2536
OPT_BOOLEAN(0, "per-socket", &opt_mode.socket,
tools/perf/builtin-stat.c
2538
OPT_BOOLEAN(0, "per-die", &opt_mode.die, "aggregate counts per processor die"),
tools/perf/builtin-stat.c
2539
OPT_BOOLEAN(0, "per-cluster", &opt_mode.cluster,
tools/perf/builtin-stat.c
2544
OPT_BOOLEAN(0, "per-core", &opt_mode.core,
tools/perf/builtin-stat.c
2546
OPT_BOOLEAN(0, "per-thread", &opt_mode.thread, "aggregate counts per thread"),
tools/perf/builtin-stat.c
2547
OPT_BOOLEAN(0, "per-node", &opt_mode.node, "aggregate counts per numa node"),
tools/perf/builtin-stat.c
2552
OPT_BOOLEAN(0, "metric-no-group", &stat_config.metric_no_group,
tools/perf/builtin-stat.c
2554
OPT_BOOLEAN(0, "metric-no-merge", &stat_config.metric_no_merge,
tools/perf/builtin-stat.c
2556
OPT_BOOLEAN(0, "metric-no-threshold", &stat_config.metric_no_threshold,
tools/perf/builtin-stat.c
2558
OPT_BOOLEAN(0, "topdown", &topdown_run,
tools/perf/builtin-stat.c
2561
OPT_BOOLEAN(0, "record-tpebs", &tpebs_recording,
tools/perf/builtin-stat.c
2569
OPT_BOOLEAN(0, "smi-cost", &smi_cost,
tools/perf/builtin-stat.c
2580
OPT_BOOLEAN(0, "percore-show-thread", &stat_config.percore_show_thread,
tools/perf/builtin-stat.c
2584
OPT_BOOLEAN(0, "summary", &stat_config.summary,
tools/perf/builtin-stat.c
2586
OPT_BOOLEAN(0, "no-csv-summary", &stat_config.no_csv_summary,
tools/perf/builtin-stat.c
2588
OPT_BOOLEAN(0, "quiet", &quiet,
tools/perf/builtin-timechart.c
1985
OPT_BOOLEAN('P', "power-only", &tchart.power_only, "output power data only"),
tools/perf/builtin-timechart.c
1986
OPT_BOOLEAN('T', "tasks-only", &tchart.tasks_only, "output processes data only"),
tools/perf/builtin-timechart.c
2003
OPT_BOOLEAN('t', "topology", &tchart.topology,
tools/perf/builtin-timechart.c
2005
OPT_BOOLEAN(0, "io-skip-eagain", &tchart.skip_eagain,
tools/perf/builtin-timechart.c
2013
OPT_BOOLEAN('f', "force", &tchart.force, "don't complain, do it"),
tools/perf/builtin-timechart.c
2022
OPT_BOOLEAN('I', "io-only", &tchart.io_only,
tools/perf/builtin-timechart.c
2024
OPT_BOOLEAN('g', "callchain", &tchart.with_backtrace, "record callchain"),
tools/perf/builtin-top.c
1500
OPT_BOOLEAN('a', "all-cpus", &target->system_wide,
tools/perf/builtin-top.c
1506
OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux,
tools/perf/builtin-top.c
1510
OPT_BOOLEAN('K', "hide_kernel_symbols", &top.hide_kernel_symbols,
tools/perf/builtin-top.c
1518
OPT_BOOLEAN('D', "dump-symtab", &top.dump_symtab,
tools/perf/builtin-top.c
1522
OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit,
tools/perf/builtin-top.c
1526
OPT_BOOLEAN('z', "zero", &top.zero, "zero history across updates"),
tools/perf/builtin-top.c
1532
OPT_BOOLEAN('U', "hide_user_symbols", &top.hide_user_symbols,
tools/perf/builtin-top.c
1535
OPT_BOOLEAN(0, "tui", &top.use_tui, "Use the TUI interface"),
tools/perf/builtin-top.c
1537
OPT_BOOLEAN(0, "stdio", &top.use_stdio, "Use the stdio interface"),
tools/perf/builtin-top.c
1545
OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples,
tools/perf/builtin-top.c
1553
OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain,
tools/perf/builtin-top.c
1561
OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period,
tools/perf/builtin-top.c
1569
OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src,
tools/perf/builtin-top.c
1571
OPT_BOOLEAN(0, "asm-raw", &annotate_opts.show_asm_raw,
tools/perf/builtin-top.c
1573
OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
tools/perf/builtin-top.c
1575
OPT_BOOLEAN(0, "no-bpf-event", &top.record_opts.no_bpf_event, "do not record bpf events"),
tools/perf/builtin-top.c
1602
OPT_BOOLEAN(0, "branch-history", &branch_call_mode,
tools/perf/builtin-top.c
1604
OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace,
tools/perf/builtin-top.c
1606
OPT_BOOLEAN('H', "hierarchy", &symbol_conf.report_hierarchy,
tools/perf/builtin-top.c
1608
OPT_BOOLEAN(0, "overwrite", &top.record_opts.overwrite,
tools/perf/builtin-top.c
1610
OPT_BOOLEAN(0, "force", &symbol_conf.force, "don't complain, do it"),
tools/perf/builtin-top.c
1615
OPT_BOOLEAN(0, "namespaces", &opts->record_namespaces,
tools/perf/builtin-top.c
1617
OPT_BOOLEAN(0, "all-cgroups", &opts->record_cgroup,
tools/perf/builtin-top.c
1623
OPT_BOOLEAN(0, "stitch-lbr", &top.stitch_lbr,
tools/perf/builtin-trace.c
5466
OPT_BOOLEAN(0, "comm", &trace.show_comm,
tools/perf/builtin-trace.c
5468
OPT_BOOLEAN(0, "tool_stats", &trace.show_tool_stats, "show tool stats"),
tools/perf/builtin-trace.c
5479
OPT_BOOLEAN('a', "all-cpus", &trace.opts.target.system_wide,
tools/perf/builtin-trace.c
5483
OPT_BOOLEAN(0, "no-inherit", &trace.opts.no_inherit,
tools/perf/builtin-trace.c
5488
OPT_BOOLEAN(0, "show-cpu", &trace.show_cpu, "show cpu id"),
tools/perf/builtin-trace.c
5492
OPT_BOOLEAN(0, "sched", &trace.sched, "show blocking scheduler events"),
tools/perf/builtin-trace.c
5494
OPT_BOOLEAN('T', "time", &trace.full_time,
tools/perf/builtin-trace.c
5496
OPT_BOOLEAN(0, "failure", &trace.failure_only,
tools/perf/builtin-trace.c
5498
OPT_BOOLEAN('s', "summary", &trace.summary_only,
tools/perf/builtin-trace.c
5500
OPT_BOOLEAN('S', "with-summary", &trace.summary,
tools/perf/builtin-trace.c
5502
OPT_BOOLEAN(0, "errno-summary", &trace.errno_summary,
tools/perf/builtin-trace.c
5509
OPT_BOOLEAN(0, "syscalls", &trace.trace_syscalls, "Trace syscalls"),
tools/perf/builtin-trace.c
5510
OPT_BOOLEAN('f', "force", &trace.force, "don't complain, do it"),
tools/perf/builtin-trace.c
5514
OPT_BOOLEAN(0, "libtraceevent_print", &trace.libtraceevent_print,
tools/perf/builtin-trace.c
5516
OPT_BOOLEAN(0, "kernel-syscall-graph", &trace.kernel_syscallchains,
tools/perf/builtin-trace.c
5527
OPT_BOOLEAN(0, "sort-events", &trace.sort_events,
tools/perf/builtin-trace.c
5529
OPT_BOOLEAN(0, "print-sample", &trace.print_sample,
tools/perf/builtin-trace.c
5538
OPT_BOOLEAN(0, "force-btf", &trace.force_btf, "Prefer btf_dump general pretty printer"
tools/perf/builtin-trace.c
5540
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
1715
OPT_BOOLEAN('F', "dont-fork", &dont_fork,
tools/perf/tests/builtin-test.c
1717
OPT_BOOLEAN('S', "sequential", &sequential,
tools/perf/tests/builtin-test.c
1724
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
185
OPT_BOOLEAN('e', "event", &event, NULL),
tools/perf/util/kvm-stat-arch/kvm-stat-x86.c
219
OPT_BOOLEAN('e', "event", &event, NULL),
tools/perf/util/kvm-stat-arch/kvm-stat-x86.c
220
OPT_BOOLEAN(0, "pfm-events", &event, NULL),
tools/tracing/rtla/src/cli_p.h
108
#define RTLA_OPT_QUIET OPT_BOOLEAN('q', "quiet", ¶ms->common.quiet, \
tools/tracing/rtla/src/cli_p.h
135
#define RTLA_OPT_DEBUG OPT_BOOLEAN('D', "debug", &config_debug, \
tools/tracing/rtla/src/cli_p.h
436
#define TIMERLAT_OPT_NO_AA OPT_BOOLEAN(0, "no-aa", ¶ms->no_aa, \
tools/tracing/rtla/src/cli_p.h
439
#define TIMERLAT_OPT_DUMPS_TASKS OPT_BOOLEAN(0, "dump-tasks", ¶ms->dump_tasks, \
tools/tracing/rtla/src/cli_p.h
647
#define HIST_OPT_NO_HEADER OPT_BOOLEAN(0, "no-header", ¶ms->common.hist.no_header, \
tools/tracing/rtla/src/cli_p.h
650
#define HIST_OPT_NO_SUMMARY OPT_BOOLEAN(0, "no-summary", ¶ms->common.hist.no_summary, \
tools/tracing/rtla/src/cli_p.h
653
#define HIST_OPT_NO_INDEX OPT_BOOLEAN(0, "no-index", ¶ms->common.hist.no_index, \
tools/tracing/rtla/src/cli_p.h
656
#define HIST_OPT_WITH_ZEROS OPT_BOOLEAN(0, "with-zeros", ¶ms->common.hist.with_zeros, \
tools/tracing/rtla/src/cli_p.h
71
#define RTLA_OPT_KERNEL_THREADS OPT_BOOLEAN('k', "kernel-threads", \
tools/tracing/rtla/src/cli_p.h
75
#define RTLA_OPT_USER_LOAD OPT_BOOLEAN('U', "user-load", ¶ms->common.user_data, \