/kernel/linux/linux-6.6/tools/objtool/ |
H A D | builtin-check.c | 71 OPT_BOOLEAN('i', "ibt", &opts.ibt, "validate and annotate IBT"), 72 OPT_BOOLEAN('m', "mcount", &opts.mcount, "annotate mcount/fentry calls for ftrace"), 73 OPT_BOOLEAN('n', "noinstr", &opts.noinstr, "validate noinstr rules"), 74 OPT_BOOLEAN('o', "orc", &opts.orc, "generate ORC metadata"), 75 OPT_BOOLEAN('r', "retpoline", &opts.retpoline, "validate and annotate retpoline usage"), 76 OPT_BOOLEAN(0, "rethunk", &opts.rethunk, "validate and annotate rethunk usage"), 77 OPT_BOOLEAN(0, "unret", &opts.unret, "validate entry unret placement"), 79 OPT_BOOLEAN('l', "sls", &opts.sls, "validate straight-line-speculation mitigations"), 80 OPT_BOOLEAN('s', "stackval", &opts.stackval, "validate frame pointer rules"), 81 OPT_BOOLEAN(' [all...] |
/kernel/linux/linux-5.10/tools/objtool/ |
H A 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(' [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A 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()
|
H A 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(' in cmd_annotate() [all...] |
H A D | builtin-report.c | 1170 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any message"), in cmd_report() 1171 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_report() 1173 OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"), in cmd_report() 1174 OPT_BOOLEAN(0, "tasks", &report.tasks_mode, "Display recorded tasks"), in cmd_report() 1175 OPT_BOOLEAN(0, "mmaps", &report.mmaps_mode, "Display recorded tasks memory maps"), in cmd_report() 1178 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_report() 1182 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"), in cmd_report() 1183 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report() 1185 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report() 1187 OPT_BOOLEAN(' in cmd_report() [all...] |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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( in cmd_top() [all...] |
H A 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(' [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 541 OPT_BOOLEAN('f', "force", &data.force, "don't complain, do it"), in cmd_annotate() 544 OPT_BOOLEAN('q', "quiet", &quiet, "do now show any warnings or messages"), in cmd_annotate() 545 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_annotate() 548 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"), in cmd_annotate() 551 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate() 553 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate() 554 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"), in cmd_annotate() 555 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_annotate() 559 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_annotate() 561 OPT_BOOLEAN(' in cmd_annotate() [all...] |
H 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()
|
H A D | builtin-report.c | 1242 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"), in cmd_report() 1243 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, in cmd_report() 1245 OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"), in cmd_report() 1246 OPT_BOOLEAN(0, "tasks", &report.tasks_mode, "Display recorded tasks"), in cmd_report() 1247 OPT_BOOLEAN(0, "mmaps", &report.mmaps_mode, "Display recorded tasks memory maps"), in cmd_report() 1250 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_report() 1254 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"), in cmd_report() 1255 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report() 1257 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report() 1259 OPT_BOOLEAN(' in cmd_report() [all...] |
H 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()
|
H 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"),
|
H A D | builtin-probe.c | 534 OPT_BOOLEAN('q', "quiet", &quiet, in __cmd_probe() 562 OPT_BOOLEAN('f', "force", &probe_conf.force_add, "forcibly add events" in __cmd_probe() 570 OPT_BOOLEAN('\0', "externs", &probe_conf.show_ext_vars, in __cmd_probe() 572 OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range, in __cmd_probe() 578 OPT_BOOLEAN('\0', "no-inlines", &probe_conf.no_inlines, in __cmd_probe() 596 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in __cmd_probe() 598 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in __cmd_probe() 600 OPT_BOOLEAN(0, "cache", &probe_conf.cache, "Manipulate probe cache"), in __cmd_probe() 605 OPT_BOOLEAN(0, "bootconfig", &probe_conf.bootconfig, in __cmd_probe()
|
H A D | builtin-top.c | 1471 OPT_BOOLEAN('a', "all-cpus", &target->system_wide, in cmd_top() 1477 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_top() 1481 OPT_BOOLEAN('K', "hide_kernel_symbols", &top.hide_kernel_symbols, in cmd_top() 1489 OPT_BOOLEAN('D', "dump-symtab", &top.dump_symtab, in cmd_top() 1493 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top() 1497 OPT_BOOLEAN('z', "zero", &top.zero, "zero history across updates"), in cmd_top() 1503 OPT_BOOLEAN('U', "hide_user_symbols", &top.hide_user_symbols, in cmd_top() 1506 OPT_BOOLEAN(0, "tui", &top.use_tui, "Use the TUI interface"), in cmd_top() 1508 OPT_BOOLEAN(0, "stdio", &top.use_stdio, "Use the stdio interface"), in cmd_top() 1516 OPT_BOOLEAN(' in cmd_top() [all...] |
H A D | builtin-mem.c | 82 OPT_BOOLEAN('U', "all-user", &all_user, "collect only user level data"), in __cmd_record() 83 OPT_BOOLEAN('K', "all-kernel", &all_kernel, "collect only kernel level data"), in __cmd_record() 477 OPT_BOOLEAN('D', "dump-raw-samples", &mem.dump_raw, in cmd_mem() 479 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem() 489 OPT_BOOLEAN('f', "force", &mem.force, "don't complain, do it"), in cmd_mem() 490 OPT_BOOLEAN('p', "phys-data", &mem.phys_addr, "Record/Report sample physical addresses"), in cmd_mem() 491 OPT_BOOLEAN(0, "data-page-size", &mem.data_page_size, "Record/Report sample data address page size"), in cmd_mem()
|
H 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, 1193 OPT_BOOLEAN(0, "table", &stat_config.walltime_run_table, 1195 OPT_BOOLEAN('n', "null", &stat_config.null_run, 1199 OPT_BOOLEAN('S', "sync", &sync_run, 1208 OPT_BOOLEAN(0, "no-merge", &stat_config.no_merge, "Do not merge identical named events"), 1209 OPT_BOOLEAN( [all...] |
/kernel/linux/linux-6.6/tools/perf/bench/ |
H 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"),
|
H 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"),
|
H 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)"),
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H 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)"),
|