Home
last modified time | relevance | path

Searched refs:OPT_BOOLEAN (Results 1 – 25 of 44) sorted by relevance

12

/linux/tools/objtool/
H A Dbuiltin-check.c76 OPT_BOOLEAN(0, "checksum", &opts.checksum, "generate per-function checksums"),
77 OPT_BOOLEAN(0, "cfi", &opts.cfi, "annotate kernel control flow integrity (kCFI) function preambles"),
80 OPT_BOOLEAN('i', "ibt", &opts.ibt, "validate and annotate IBT"),
81 OPT_BOOLEAN('m', "mcount", &opts.mcount, "annotate mcount/fentry calls for ftrace"),
82 OPT_BOOLEAN(0, "noabs", &opts.noabs, "reject absolute references in allocatable sections"),
83 OPT_BOOLEAN('n', "noinstr", &opts.noinstr, "validate noinstr rules"),
84 OPT_BOOLEAN(0, "orc", &opts.orc, "generate ORC metadata"),
85 OPT_BOOLEAN('r', "retpoline", &opts.retpoline, "validate and annotate retpoline usage"),
86 OPT_BOOLEAN(0, "rethunk", &opts.rethunk, "validate and annotate rethunk usage"),
87 OPT_BOOLEAN(
[all...]
/linux/tools/perf/
H A Dbuiltin-annotate.c717 OPT_BOOLEAN('f', "force", &data.force, "don't complain, do it"), in cmd_annotate()
720 OPT_BOOLEAN('q', "quiet", &quiet, "do now show any warnings or messages"), in cmd_annotate()
721 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_annotate()
724 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate()
727 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate()
729 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate()
730 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"), in cmd_annotate()
731 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_annotate()
735 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_annotate()
737 OPT_BOOLEAN('l', "print-line", &annotate_opts.print_lines, in cmd_annotate()
[all …]
H A Dbuiltin-evlist.c78 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), in cmd_evlist()
79 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist()
81 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist()
83 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist()
84 OPT_BOOLEAN(0, "trace-fields", &details.trace_fields, "Show tracepoint fields"), in cmd_evlist()
H A Dbuiltin-report.c1334 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"), in cmd_report()
1335 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_report()
1337 OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"), in cmd_report()
1338 OPT_BOOLEAN(0, "tasks", &report.tasks_mode, "Display recorded tasks"), in cmd_report()
1339 OPT_BOOLEAN(0, "mmaps", &report.mmaps_mode, "Display recorded tasks memory maps"), in cmd_report()
1342 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_report()
1346 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"), in cmd_report()
1347 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report()
1349 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
1351 OPT_BOOLEAN('T', "threads", &report.show_threads, in cmd_report()
[all …]
H A Dbuiltin-buildid-list.c151 OPT_BOOLEAN('H', "with-hits", &with_hits, "Show only DSOs with hits"), in cmd_buildid_list()
153 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_list()
154 OPT_BOOLEAN('k', "kernel", &show_kernel, "Show current kernel build id"), in cmd_buildid_list()
155 OPT_BOOLEAN('m', "kernel-maps", &show_kernel_maps, in cmd_buildid_list()
H A Dbuiltin-data.c44 OPT_BOOLEAN(0, "tod", &opts.tod, "Convert time to wall clock time"),
46 OPT_BOOLEAN('f', "force", &opts.force, "don't complain, do it"),
47 OPT_BOOLEAN(0, "all", &opts.all, "Convert all events"),
H A Dbuiltin-top.c1489 OPT_BOOLEAN('a', "all-cpus", &target->system_wide, in cmd_top()
1495 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_top()
1499 OPT_BOOLEAN('K', "hide_kernel_symbols", &top.hide_kernel_symbols, in cmd_top()
1507 OPT_BOOLEAN('D', "dump-symtab", &top.dump_symtab, in cmd_top()
1511 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top()
1515 OPT_BOOLEAN('z', "zero", &top.zero, "zero history across updates"), in cmd_top()
1521 OPT_BOOLEAN('U', "hide_user_symbols", &top.hide_user_symbols, in cmd_top()
1524 OPT_BOOLEAN(0, "tui", &top.use_tui, "Use the TUI interface"), in cmd_top()
1526 OPT_BOOLEAN(0, "stdio", &top.use_stdio, "Use the stdio interface"), in cmd_top()
1534 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_top()
[all …]
H A Dbuiltin-mem.c489 OPT_BOOLEAN('f', "force", &mem.force, "don't complain, do it"), in cmd_mem()
492 OPT_BOOLEAN('p', "phys-data", &mem.phys_addr, "Record/Report sample physical addresses"), in cmd_mem()
493OPT_BOOLEAN(0, "data-page-size", &mem.data_page_size, "Record/Report sample data address page size… in cmd_mem()
501 OPT_BOOLEAN('U', "all-user", &mem.all_user, "collect only user level data"), in cmd_mem()
502 OPT_BOOLEAN('K', "all-kernel", &mem.all_kernel, "collect only kernel level data"), in cmd_mem()
506 OPT_BOOLEAN('D', "dump-raw-samples", &mem.dump_raw, in cmd_mem()
508 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem()
518 OPT_BOOLEAN('T', "type-profile", &mem.data_type, in cmd_mem()
H A Dbuiltin-stat.c2451 OPT_BOOLEAN('T', "transaction", &transaction_run, in cmd_stat()
2458 OPT_BOOLEAN('i', "no-inherit", &stat_config.no_inherit, in cmd_stat()
2467 OPT_BOOLEAN(0, "bpf-counters", &target.use_bpf, in cmd_stat()
2472 OPT_BOOLEAN('a', "all-cpus", &target.system_wide, in cmd_stat()
2474 OPT_BOOLEAN(0, "scale", &stat_config.scale, in cmd_stat()
2480 OPT_BOOLEAN(0, "table", &stat_config.walltime_run_table, in cmd_stat()
2482 OPT_BOOLEAN('n', "null", &stat_config.null_run, in cmd_stat()
2486 OPT_BOOLEAN('S', "sync", &sync_run, in cmd_stat()
2493 OPT_BOOLEAN('A', "no-aggr", &opt_mode.no_aggr, in cmd_stat()
2495 OPT_BOOLEAN(0, "no-merge", &opt_mode.no_aggr, in cmd_stat()
[all …]
H A Dbuiltin-record.c3489 OPT_BOOLEAN(0, "latency", &record.latency,
3501 OPT_BOOLEAN(0, "no-buffering", &record.opts.no_buffering,
3503 OPT_BOOLEAN('R', "raw-samples", &record.opts.raw_samples,
3505 OPT_BOOLEAN('a', "all-cpus", &record.opts.target.system_wide,
3515 OPT_BOOLEAN(0, "tail-synthesize", &record.opts.tail_synthesize,
3517 OPT_BOOLEAN(0, "overwrite", &record.opts.overwrite, "use overwrite mode"),
3518 OPT_BOOLEAN(0, "no-bpf-event", &record.opts.no_bpf_event, "do not record bpf events"),
3519 OPT_BOOLEAN(0, "strict-freq", &record.opts.strict_freq,
3538 OPT_BOOLEAN('q', "quiet", &quiet, "don't print any warnings or messages"),
3539 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat,
[all …]
H A Dbuiltin-list.c566 OPT_BOOLEAN(0, "raw-dump", &default_ps.name_only, "Dump raw events"), in cmd_list()
567 OPT_BOOLEAN('j', "json", &json, "JSON encode events and metrics"), in cmd_list()
568 OPT_BOOLEAN('d', "desc", &default_ps.desc, in cmd_list()
570 OPT_BOOLEAN('v', "long-desc", &default_ps.long_desc, in cmd_list()
572 OPT_BOOLEAN(0, "details", &default_ps.detailed, in cmd_list()
575 OPT_BOOLEAN(0, "deprecated", &default_ps.deprecated, in cmd_list()
H A Dbuiltin-script.c4030 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_script()
4032 OPT_BOOLEAN(0, "dump-unsorted-raw-trace", &unsorted_dump, in cmd_script()
4036 OPT_BOOLEAN('L', "Latency", &latency_format, in cmd_script()
4051 OPT_BOOLEAN('d', "debug-mode", &debug_mode, in cmd_script()
4053 OPT_BOOLEAN(0, "header", &header, "Show data header."), in cmd_script()
4054 OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."), in cmd_script()
4059 OPT_BOOLEAN('G', "hide-call-graph", &no_callchain, in cmd_script()
4076 OPT_BOOLEAN('a', "all-cpus", &system_wide, in cmd_script()
4107 OPT_BOOLEAN(0, "reltime", &reltime, "Show time stamps relative to start"), in cmd_script()
4108 OPT_BOOLEAN(0, "deltatime", &deltatime, "Show time stamps relative to previous event"), in cmd_script()
[all …]
H A Dbuiltin-version.c19 OPT_BOOLEAN(0, "build-options", &version.build_options,
H A Dbuiltin-lock.c2597 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, "dump raw trace in ASCII"), in cmd_lock()
2598 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_lock()
2603 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"), in cmd_lock()
2608 OPT_BOOLEAN('t', "threads", &info_threads, in cmd_lock()
2610 OPT_BOOLEAN('m', "map", &info_map, in cmd_lock()
2621 OPT_BOOLEAN('c', "combine-locks", &combine_locks, in cmd_lock()
2623 OPT_BOOLEAN('t', "threads", &show_thread_stats, in cmd_lock()
2634 OPT_BOOLEAN('t', "threads", &show_thread_stats, in cmd_lock()
2636 OPT_BOOLEAN('b', "use-bpf", &use_bpf, "use BPF program to collect lock contention stats"), in cmd_lock()
2637 OPT_BOOLEAN('a', "all-cpus", &target.system_wide, in cmd_lock()
[all …]
/linux/tools/perf/bench/
H A Dfutex-requeue.c57 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
58 OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
59 OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
60 OPT_BOOLEAN( 'B', "broadcast", &params.broadcast, "Requeue all threads at once"),
61 OPT_BOOLEAN( 'p', "pi", &params.pi, "Use PI-aware variants of FUTEX_CMP_REQUEUE"),
H A Dfutex-lock-pi.c52 OPT_BOOLEAN( 'M', "multi", &params.multi, "Use multiple futexes"),
53 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
54 OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
55 OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
H A Dfutex-wake.c57 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
58 OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
59 OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
H A Dfutex-hash.c62 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
63 OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
64 OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
H A Dfutex-wake-parallel.c68 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
69 OPT_BOOLEAN( 'S', "shared", &params.fshared, "Use shared futexes instead of private ones"),
70 OPT_BOOLEAN( 'm', "mlockall", &params.mlockall, "Lock all current and future memory"),
H A Depoll-ctl.c78 OPT_BOOLEAN( 'n', "noaffinity", &noaffinity, "Disables CPU affinity"),
80 OPT_BOOLEAN( 'R', "randomize", &randomize, "Perform random operations on random fds"),
81 OPT_BOOLEAN( 'v', "verbose", &__verbose, "Verbose mode"),
H A Dsynthesize.c33 OPT_BOOLEAN('s', "st", &run_st, "Run single threaded benchmark"),
34 OPT_BOOLEAN('t', "mt", &run_mt, "Run multi-threaded benchmark"),
H A Devlist-open-close.c230 OPT_BOOLEAN('a', "all-cpus", &opts.target.system_wide, in bench_evlist_open_close()
239 OPT_BOOLEAN(0, "per-thread", &opts.target.per_thread, "use per-thread mmaps"), in bench_evlist_open_close()
/linux/tools/lib/subcmd/
H A Dparse-options.h121 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … macro
224 #define OPT__VERBOSE(var) OPT_BOOLEAN('v', "verbose", (var), "be verbose")
225 #define OPT__QUIET(var) OPT_BOOLEAN('q', "quiet", (var), "be quiet")
231 #define OPT__DRY_RUN(var) OPT_BOOLEAN('n', "dry-run", (var), "dry run")
/linux/tools/perf/util/
H A Devswitch.h28 OPT_BOOLEAN(0, "show-on-off-events", &(evswitch)->show_on_off_events, \
/linux/tools/perf/arch/x86/util/
H A Dkvm-stat.c236 OPT_BOOLEAN('e', "event", &event, NULL), in kvm_add_default_arch_event()
237 OPT_BOOLEAN(0, "pfm-events", &event, NULL), in kvm_add_default_arch_event()

12