/linux-6.3-rc2/tools/objtool/ |
A D | builtin-check.c | 71 OPT_BOOLEAN('i', "ibt", &opts.ibt, "validate and annotate IBT"), 73 OPT_BOOLEAN('n', "noinstr", &opts.noinstr, "validate noinstr rules"), 74 OPT_BOOLEAN('o', "orc", &opts.orc, "generate ORC metadata"), 77 OPT_BOOLEAN(0, "unret", &opts.unret, "validate entry unret placement"), 81 OPT_BOOLEAN('t', "static-call", &opts.static_call, "annotate static calls"), 87 OPT_BOOLEAN(0, "backtrace", &opts.backtrace, "unwind on error"), 89 OPT_BOOLEAN(0, "dry-run", &opts.dryrun, "don't write modifications"), 90 OPT_BOOLEAN(0, "link", &opts.link, "object is a linked object"), 91 OPT_BOOLEAN(0, "module", &opts.module, "object is part of a kernel module"), 92 OPT_BOOLEAN(0, "mnop", &opts.mnop, "nop out mcount call sites"), [all …]
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-annotate.c | 531 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_annotate() 541 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_annotate() 545 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_annotate() 547 OPT_BOOLEAN('l', "print-line", &annotate.opts.print_lines, in cmd_annotate() 549 OPT_BOOLEAN('P', "full-paths", &annotate.opts.full_path, in cmd_annotate() 551 OPT_BOOLEAN(0, "skip-missing", &annotate.skip_missing, in cmd_annotate() 560 OPT_BOOLEAN(0, "source", &annotate.opts.annotate_src, in cmd_annotate() 562 OPT_BOOLEAN(0, "asm-raw", &annotate.opts.show_asm_raw, in cmd_annotate() 572 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_annotate() 574 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in cmd_annotate() [all …]
|
A D | builtin-report.c | 1232 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_report() 1244 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report() 1248 OPT_BOOLEAN('T', "threads", &report.show_threads, in cmd_report() 1258 OPT_BOOLEAN(0, "stdio", &report.use_stdio, in cmd_report() 1261 OPT_BOOLEAN(0, "header-only", &report.header_only, in cmd_report() 1339 OPT_BOOLEAN(0, "branch-history", &branch_call_mode, in cmd_report() 1343 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_report() 1361 OPT_BOOLEAN(0, "stitch-lbr", &report.stitch_lbr, in cmd_report() 1365 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace, in cmd_report() 1374 OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name, in cmd_report() [all …]
|
A D | builtin-evlist.c | 71 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), in cmd_evlist() 72 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist() 74 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist() 76 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist() 77 OPT_BOOLEAN(0, "trace-fields", &details.trace_fields, "Show tracepoint fields"), in cmd_evlist()
|
A D | builtin-buildid-list.c | 136 OPT_BOOLEAN('H', "with-hits", &with_hits, "Show only DSOs with hits"), in cmd_buildid_list() 138 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_list() 139 OPT_BOOLEAN('k', "kernel", &show_kernel, "Show current kernel build id"), in cmd_buildid_list() 140 OPT_BOOLEAN('m', "kernel-maps", &show_kernel_maps, in cmd_buildid_list()
|
A D | builtin-data.c | 44 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"),
|
A D | builtin-top.c | 1452 OPT_BOOLEAN('a', "all-cpus", &target->system_wide, in cmd_top() 1470 OPT_BOOLEAN('D', "dump-symtab", &top.dump_symtab, in cmd_top() 1474 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top() 1505 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_top() 1521 OPT_BOOLEAN(0, "source", &top.annotation_opts.annotate_src, in cmd_top() 1552 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace, in cmd_top() 1554 OPT_BOOLEAN(0, "hierarchy", &symbol_conf.report_hierarchy, in cmd_top() 1556 OPT_BOOLEAN(0, "overwrite", &top.record_opts.overwrite, in cmd_top() 1563 OPT_BOOLEAN(0, "namespaces", &opts->record_namespaces, in cmd_top() 1565 OPT_BOOLEAN(0, "all-cgroups", &opts->record_cgroup, in cmd_top() [all …]
|
A D | builtin-mem.c | 83 OPT_BOOLEAN('U', "all-user", &all_user, "collect only user level data"), in __cmd_record() 84 OPT_BOOLEAN('K', "all-kernel", &all_kernel, "collect only kernel level data"), in __cmd_record() 474 OPT_BOOLEAN('D', "dump-raw-samples", &mem.dump_raw, in cmd_mem() 476 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem() 486 OPT_BOOLEAN('f', "force", &mem.force, "don't complain, do it"), in cmd_mem() 487 OPT_BOOLEAN('p', "phys-data", &mem.phys_addr, "Record/Report sample physical addresses"), in cmd_mem() 488 …OPT_BOOLEAN(0, "data-page-size", &mem.data_page_size, "Record/Report sample data address page size… in cmd_mem()
|
A D | builtin-probe.c | 525 OPT_BOOLEAN('q', "quiet", &quiet, in __cmd_probe() 553 OPT_BOOLEAN('f', "force", &probe_conf.force_add, "forcibly add events" in __cmd_probe() 561 OPT_BOOLEAN('\0', "externs", &probe_conf.show_ext_vars, in __cmd_probe() 563 OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range, in __cmd_probe() 569 OPT_BOOLEAN('\0', "no-inlines", &probe_conf.no_inlines, in __cmd_probe() 587 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in __cmd_probe() 589 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in __cmd_probe() 591 OPT_BOOLEAN(0, "cache", &probe_conf.cache, "Manipulate probe cache"), in __cmd_probe() 596 OPT_BOOLEAN(0, "bootconfig", &probe_conf.bootconfig, in __cmd_probe()
|
A D | builtin-list.c | 425 OPT_BOOLEAN(0, "raw-dump", &default_ps.name_only, "Dump raw events"), in cmd_list() 426 OPT_BOOLEAN('j', "json", &json, "JSON encode events and metrics"), in cmd_list() 427 OPT_BOOLEAN('d', "desc", &default_ps.desc, in cmd_list() 429 OPT_BOOLEAN('v', "long-desc", &default_ps.long_desc, in cmd_list() 431 OPT_BOOLEAN(0, "details", &default_ps.detailed, in cmd_list() 433 OPT_BOOLEAN(0, "deprecated", &default_ps.deprecated, in cmd_list()
|
A D | builtin-stat.c | 1164 OPT_BOOLEAN('T', "transaction", &transaction_run, 1171 OPT_BOOLEAN('i', "no-inherit", &stat_config.no_inherit, 1180 OPT_BOOLEAN(0, "bpf-counters", &target.use_bpf, 1185 OPT_BOOLEAN('a', "all-cpus", &target.system_wide, 1187 OPT_BOOLEAN(0, "scale", &stat_config.scale, 1195 OPT_BOOLEAN('n', "null", &stat_config.null_run, 1199 OPT_BOOLEAN('S', "sync", &sync_run, 1254 OPT_BOOLEAN(0, "topdown", &topdown_run, 1258 OPT_BOOLEAN(0, "smi-cost", &smi_cost, 1273 OPT_BOOLEAN(0, "summary", &stat_config.summary, [all …]
|
A D | builtin-record.c | 3350 OPT_BOOLEAN(0, "no-buffering", &record.opts.no_buffering, 3352 OPT_BOOLEAN('R', "raw-samples", &record.opts.raw_samples, 3368 OPT_BOOLEAN(0, "strict-freq", &record.opts.strict_freq, 3388 OPT_BOOLEAN('s', "stat", &record.opts.inherit_stat, 3405 OPT_BOOLEAN('n', "no-samples", &record.opts.no_samples, 3431 OPT_BOOLEAN('W', "weight", &record.opts.sample_weight, 3443 OPT_BOOLEAN(0, "running-time", &record.opts.running_time, 3456 OPT_BOOLEAN(0, "all-cgroups", &record.opts.record_cgroup, 3477 OPT_BOOLEAN(0, "buildid-all", &record.buildid_all, 3479 OPT_BOOLEAN(0, "buildid-mmap", &record.buildid_mmap, [all …]
|
A 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"),
|
A D | builtin-script.c | 3846 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_script() 3852 OPT_BOOLEAN('L', "Latency", &latency_format, in cmd_script() 3867 OPT_BOOLEAN('d', "debug-mode", &debug_mode, in cmd_script() 3875 OPT_BOOLEAN('G', "hide-call-graph", &no_callchain, in cmd_script() 3891 OPT_BOOLEAN('a', "all-cpus", &system_wide, in cmd_script() 3924 OPT_BOOLEAN('I', "show-info", &show_full_info, in cmd_script() 3951 OPT_BOOLEAN(0, "ns", &symbol_conf.nanosecs, in cmd_script() 3958 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_script() 3964 OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name, in cmd_script() 3975 OPT_BOOLEAN(0, "guest-code", &symbol_conf.guest_code, in cmd_script() [all …]
|
/linux-6.3-rc2/tools/perf/bench/ |
A D | futex-requeue.c | 55 OPT_BOOLEAN( 's', "silent", ¶ms.silent, "Silent mode: do not display data/details"), 56 OPT_BOOLEAN( 'S', "shared", ¶ms.fshared, "Use shared futexes instead of private ones"), 57 OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"), 58 OPT_BOOLEAN( 'B', "broadcast", ¶ms.broadcast, "Requeue all threads at once"), 59 OPT_BOOLEAN( 'p', "pi", ¶ms.pi, "Use PI-aware variants of FUTEX_CMP_REQUEUE"),
|
A 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)"),
|
A D | futex-lock-pi.c | 50 OPT_BOOLEAN( 'M', "multi", ¶ms.multi, "Use multiple futexes"), 51 OPT_BOOLEAN( 's', "silent", ¶ms.silent, "Silent mode: do not display data/details"), 52 OPT_BOOLEAN( 'S', "shared", ¶ms.fshared, "Use shared futexes instead of private ones"), 53 OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"),
|
A D | futex-wake.c | 55 OPT_BOOLEAN( 's', "silent", ¶ms.silent, "Silent mode: do not display data/details"), 56 OPT_BOOLEAN( 'S', "shared", ¶ms.fshared, "Use shared futexes instead of private ones"), 57 OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"),
|
A D | futex-hash.c | 59 OPT_BOOLEAN( 's', "silent", ¶ms.silent, "Silent mode: do not display data/details"), 60 OPT_BOOLEAN( 'S', "shared", ¶ms.fshared, "Use shared futexes instead of private ones"), 61 OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"),
|
A D | futex-wake-parallel.c | 65 OPT_BOOLEAN( 's', "silent", ¶ms.silent, "Silent mode: do not display data/details"), 66 OPT_BOOLEAN( 'S', "shared", ¶ms.fshared, "Use shared futexes instead of private ones"), 67 OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"),
|
A 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"), 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"), 200 OPT_BOOLEAN('q', "quiet" , &quiet, [all …]
|
A 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"),
|
A 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"),
|
/linux-6.3-rc2/tools/lib/subcmd/ |
A D | parse-options.h | 125 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … macro 228 #define OPT__VERBOSE(var) OPT_BOOLEAN('v', "verbose", (var), "be verbose") 229 #define OPT__QUIET(var) OPT_BOOLEAN('q', "quiet", (var), "be quiet") 235 #define OPT__DRY_RUN(var) OPT_BOOLEAN('n', "dry-run", (var), "dry run")
|
/linux-6.3-rc2/tools/perf/util/ |
A D | evswitch.h | 28 OPT_BOOLEAN(0, "show-on-off-events", &(evswitch)->show_on_off_events, \
|