/kernel/linux/linux-5.10/tools/objtool/ |
D | builtin-check.c | 30 OPT_BOOLEAN('f', "no-fp", &no_fp, "Skip frame pointer validation"), 31 OPT_BOOLEAN('u', "no-unreachable", &no_unreachable, "Skip 'unreachable instruction' warnings"), 32 OPT_BOOLEAN('r', "retpoline", &retpoline, "Validate retpoline assumptions"), 33 OPT_BOOLEAN(0, "rethunk", &rethunk, "validate and annotate rethunk usage"), 34 OPT_BOOLEAN(0, "unret", &unret, "validate entry unret placement"), 35 OPT_BOOLEAN('m', "module", &module, "Indicates the object will be part of a kernel module"), 36 OPT_BOOLEAN('b', "backtrace", &backtrace, "unwind on error"), 37 OPT_BOOLEAN('a', "uaccess", &uaccess, "enable uaccess checking"), 38 OPT_BOOLEAN('s', "stats", &stats, "print statistics"), 39 OPT_BOOLEAN('d', "duplicate", &validate_dup, "duplicate validation for vmlinux.o"), [all …]
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-evlist.c | 55 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), in cmd_evlist() 56 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist() 58 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist() 60 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist() 61 OPT_BOOLEAN(0, "trace-fields", &details.trace_fields, "Show tracepoint fields"), in cmd_evlist()
|
D | builtin-annotate.c | 500 OPT_BOOLEAN('f', "force", &data.force, "don't complain, do it"), in cmd_annotate() 503 OPT_BOOLEAN('q', "quiet", &quiet, "do now show any message"), in cmd_annotate() 504 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_annotate() 506 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate() 507 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate() 508 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate() 509 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"), in cmd_annotate() 510 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_annotate() 514 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_annotate() 516 OPT_BOOLEAN('l', "print-line", &annotate.opts.print_lines, in cmd_annotate() [all …]
|
D | builtin-report.c | 1156 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any message"), in cmd_report() 1157 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_report() 1159 OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"), in cmd_report() 1160 OPT_BOOLEAN(0, "tasks", &report.tasks_mode, "Display recorded tasks"), in cmd_report() 1161 OPT_BOOLEAN(0, "mmaps", &report.mmaps_mode, "Display recorded tasks memory maps"), in cmd_report() 1164 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_report() 1168 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"), in cmd_report() 1169 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report() 1171 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report() 1173 OPT_BOOLEAN('T', "threads", &report.show_threads, in cmd_report() [all …]
|
D | builtin-list.c | 31 OPT_BOOLEAN(0, "raw-dump", &raw_dump, "Dump raw events"), in cmd_list() 32 OPT_BOOLEAN('d', "desc", &desc_flag, in cmd_list() 34 OPT_BOOLEAN('v', "long-desc", &long_desc_flag, in cmd_list() 36 OPT_BOOLEAN(0, "details", &details_flag, in cmd_list() 38 OPT_BOOLEAN(0, "deprecated", &deprecated, in cmd_list()
|
D | builtin-top.c | 1459 OPT_BOOLEAN('a', "all-cpus", &target->system_wide, in cmd_top() 1465 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_top() 1469 OPT_BOOLEAN('K', "hide_kernel_symbols", &top.hide_kernel_symbols, in cmd_top() 1478 OPT_BOOLEAN('D', "dump-symtab", &top.dump_symtab, in cmd_top() 1482 OPT_BOOLEAN(0, "group", &opts->group, in cmd_top() 1484 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top() 1488 OPT_BOOLEAN('z', "zero", &top.zero, "zero history across updates"), in cmd_top() 1494 OPT_BOOLEAN('U', "hide_user_symbols", &top.hide_user_symbols, in cmd_top() 1496 OPT_BOOLEAN(0, "tui", &top.use_tui, "Use the TUI interface"), in cmd_top() 1497 OPT_BOOLEAN(0, "stdio", &top.use_stdio, "Use the stdio interface"), in cmd_top() [all …]
|
D | builtin-buildid-list.c | 99 OPT_BOOLEAN('H', "with-hits", &with_hits, "Show only DSOs with hits"), in cmd_buildid_list() 101 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_list() 102 OPT_BOOLEAN('k', "kernel", &show_kernel, "Show current kernel build id"), in cmd_buildid_list()
|
D | builtin-data.c | 68 OPT_BOOLEAN(0, "tod", &opts.tod, "Convert time to wall clock time"), in cmd_data_convert() 70 OPT_BOOLEAN('f', "force", &opts.force, "don't complain, do it"), in cmd_data_convert() 71 OPT_BOOLEAN(0, "all", &opts.all, "Convert all events"), in cmd_data_convert()
|
D | builtin-mem.c | 74 OPT_BOOLEAN('U', "all-user", &all_user, "collect only user level data"), in __cmd_record() 75 OPT_BOOLEAN('K', "all-kernel", &all_kernel, "collect only kernel level data"), in __cmd_record() 403 OPT_BOOLEAN('D', "dump-raw-samples", &mem.dump_raw, in cmd_mem() 405 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem() 415 OPT_BOOLEAN('f', "force", &mem.force, "don't complain, do it"), in cmd_mem() 416 OPT_BOOLEAN('p', "phys-data", &mem.phys_addr, "Record/Report sample physical addresses"), in cmd_mem()
|
D | builtin-probe.c | 513 OPT_BOOLEAN('q', "quiet", ¶ms.quiet, in __cmd_probe() 541 OPT_BOOLEAN('f', "force", &probe_conf.force_add, "forcibly add events" in __cmd_probe() 549 OPT_BOOLEAN('\0', "externs", &probe_conf.show_ext_vars, in __cmd_probe() 551 OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range, in __cmd_probe() 557 OPT_BOOLEAN('\0', "no-inlines", &probe_conf.no_inlines, in __cmd_probe() 575 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in __cmd_probe() 577 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in __cmd_probe() 579 OPT_BOOLEAN(0, "cache", &probe_conf.cache, "Manipulate probe cache"), in __cmd_probe()
|
D | builtin-record.c | 2434 OPT_BOOLEAN(0, "no-buffering", &record.opts.no_buffering, 2436 OPT_BOOLEAN('R', "raw-samples", &record.opts.raw_samples, 2438 OPT_BOOLEAN('a', "all-cpus", &record.opts.target.system_wide, 2448 OPT_BOOLEAN(0, "tail-synthesize", &record.opts.tail_synthesize, 2450 OPT_BOOLEAN(0, "overwrite", &record.opts.overwrite, "use overwrite mode"), 2451 OPT_BOOLEAN(0, "no-bpf-event", &record.opts.no_bpf_event, "do not record bpf events"), 2452 OPT_BOOLEAN(0, "strict-freq", &record.opts.strict_freq, 2463 OPT_BOOLEAN(0, "group", &record.opts.group, 2473 OPT_BOOLEAN('q', "quiet", &quiet, "don't print any message"), 2474 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat, [all …]
|
D | builtin-stat.c | 1075 OPT_BOOLEAN('T', "transaction", &transaction_run, 1082 OPT_BOOLEAN('i', "no-inherit", &stat_config.no_inherit, 1088 OPT_BOOLEAN('a', "all-cpus", &target.system_wide, 1090 OPT_BOOLEAN('g', "group", &group, 1092 OPT_BOOLEAN(0, "scale", &stat_config.scale, 1098 OPT_BOOLEAN(0, "table", &stat_config.walltime_run_table, 1100 OPT_BOOLEAN('n', "null", &stat_config.null_run, 1104 OPT_BOOLEAN('S', "sync", &sync_run, 1113 OPT_BOOLEAN(0, "no-merge", &stat_config.no_merge, "Do not merge identical named events"), 1121 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"), [all …]
|
D | builtin-script.c | 3481 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_script() 3485 OPT_BOOLEAN('L', "Latency", &latency_format, in cmd_script() 3495 OPT_BOOLEAN('d', "debug-mode", &debug_mode, in cmd_script() 3497 OPT_BOOLEAN(0, "header", &header, "Show data header."), in cmd_script() 3498 OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."), in cmd_script() 3503 OPT_BOOLEAN('G', "hide-call-graph", &no_callchain, in cmd_script() 3517 OPT_BOOLEAN('a', "all-cpus", &system_wide, in cmd_script() 3544 OPT_BOOLEAN(0, "reltime", &reltime, "Show time stamps relative to start"), in cmd_script() 3545 OPT_BOOLEAN(0, "deltatime", &deltatime, "Show time stamps relative to previous event"), in cmd_script() 3546 OPT_BOOLEAN('I', "show-info", &show_full_info, in cmd_script() [all …]
|
D | builtin-config.c | 32 OPT_BOOLEAN(0, "system", &use_system_config, "use system config file"), 33 OPT_BOOLEAN(0, "user", &use_user_config, "use user config file"),
|
D | builtin-buildid-cache.c | 384 OPT_BOOLEAN('P', "purge-all", &purge_all, "purge all cached files"), in cmd_buildid_cache() 385 OPT_BOOLEAN('l', "list", &list_files, "list all cached files"), in cmd_buildid_cache() 388 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_cache()
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
D | epoll-wait.c | 131 OPT_BOOLEAN( 'n', "noaffinity", &noaffinity, "Disables CPU affinity"), 132 OPT_BOOLEAN('R', "randomize", &randomize, "Enable random write behaviour (default is lineal)"), 133 OPT_BOOLEAN( 'v', "verbose", &__verbose, "Verbose mode"), 136 OPT_BOOLEAN( 'm', "multiq", &multiq, "Use multiple epoll instances (one per thread)"), 137 OPT_BOOLEAN( 'B', "nonblocking", &nonblocking, "Nonblocking epoll_wait(2) behaviour"), 139 OPT_BOOLEAN( 'S', "oneshot", &oneshot, "Use EPOLLONESHOT semantics"), 140 OPT_BOOLEAN( 'E', "edge", &et, "Use Edge-triggered interface (default is LT)"),
|
D | futex-lock-pi.c | 48 OPT_BOOLEAN( 'M', "multi", &multi, "Use multiple futexes"), 49 OPT_BOOLEAN( 's', "silent", &silent, "Silent mode: do not display data/details"), 50 OPT_BOOLEAN( 'S', "shared", &fshared, "Use shared futexes instead of private ones"),
|
D | numa.c | 182 …OPT_BOOLEAN('R', "data_reads" , &p0.data_reads, "access the data via reads (can be mixed with -W)"… 183 …OPT_BOOLEAN('W', "data_writes" , &p0.data_writes, "access the data via writes (can be mixed with -… 184 OPT_BOOLEAN('B', "data_backwards", &p0.data_backwards, "access the data backwards as well"), 185 OPT_BOOLEAN('Z', "data_zero_memset", &p0.data_zero_memset,"access the data via glibc bzero only"), 186 …OPT_BOOLEAN('r', "data_rand_walk", &p0.data_rand_walk, "access the data with random (32bit LFSR) w… 189 OPT_BOOLEAN('z', "init_zero" , &p0.init_zero, "bzero the initial allocations"), 190 …OPT_BOOLEAN('I', "init_random" , &p0.init_random, "randomize the contents of the initial allocatio… 191 OPT_BOOLEAN('0', "init_cpu0" , &p0.init_cpu0, "do the initial allocations on CPU#0"), 197 OPT_BOOLEAN('c', "show_convergence", &p0.show_convergence, "show convergence details, " 199 OPT_BOOLEAN('m', "measure_convergence", &p0.measure_convergence, "measure convergence latency"), [all …]
|
D | futex-requeue.c | 51 OPT_BOOLEAN( 's', "silent", &silent, "Silent mode: do not display data/details"), 52 OPT_BOOLEAN( 'S', "shared", &fshared, "Use shared futexes instead of private ones"),
|
D | futex-wake.c | 52 OPT_BOOLEAN( 's', "silent", &silent, "Silent mode: do not display data/details"), 53 OPT_BOOLEAN( 'S', "shared", &fshared, "Use shared futexes instead of private ones"),
|
D | synthesize.c | 32 OPT_BOOLEAN('s', "st", &run_st, "Run single threaded benchmark"), 33 OPT_BOOLEAN('t', "mt", &run_mt, "Run multi-threaded benchmark"),
|
D | futex-hash.c | 57 OPT_BOOLEAN( 's', "silent", &silent, "Silent mode: do not display data/details"), 58 OPT_BOOLEAN( 'S', "shared", &fshared, "Use shared futexes instead of private ones"),
|
D | epoll-ctl.c | 78 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"),
|
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
D | parse-options.h | 125 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … macro 227 #define OPT__VERBOSE(var) OPT_BOOLEAN('v', "verbose", (var), "be verbose") 228 #define OPT__QUIET(var) OPT_BOOLEAN('q', "quiet", (var), "be quiet") 234 #define OPT__DRY_RUN(var) OPT_BOOLEAN('n', "dry-run", (var), "dry run")
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | evswitch.h | 28 OPT_BOOLEAN(0, "show-on-off-events", &(evswitch)->show_on_off_events, \
|