/linux-6.12.1/tools/tracing/rtla/src/ |
D | osnoise_top.c | 378 {"auto", required_argument, 0, 'a'}, in osnoise_top_parse_args() 379 {"cpus", required_argument, 0, 'c'}, in osnoise_top_parse_args() 382 {"duration", required_argument, 0, 'd'}, in osnoise_top_parse_args() 383 {"event", required_argument, 0, 'e'}, in osnoise_top_parse_args() 384 {"house-keeping", required_argument, 0, 'H'}, in osnoise_top_parse_args() 386 {"period", required_argument, 0, 'p'}, in osnoise_top_parse_args() 387 {"priority", required_argument, 0, 'P'}, in osnoise_top_parse_args() 389 {"runtime", required_argument, 0, 'r'}, in osnoise_top_parse_args() 390 {"stop", required_argument, 0, 's'}, in osnoise_top_parse_args() 391 {"stop-total", required_argument, 0, 'S'}, in osnoise_top_parse_args() [all …]
|
D | osnoise_hist.c | 529 {"auto", required_argument, 0, 'a'}, in osnoise_hist_parse_args() 530 {"bucket-size", required_argument, 0, 'b'}, in osnoise_hist_parse_args() 531 {"entries", required_argument, 0, 'E'}, in osnoise_hist_parse_args() 532 {"cpus", required_argument, 0, 'c'}, in osnoise_hist_parse_args() 535 {"duration", required_argument, 0, 'd'}, in osnoise_hist_parse_args() 536 {"house-keeping", required_argument, 0, 'H'}, in osnoise_hist_parse_args() 538 {"period", required_argument, 0, 'p'}, in osnoise_hist_parse_args() 539 {"priority", required_argument, 0, 'P'}, in osnoise_hist_parse_args() 540 {"runtime", required_argument, 0, 'r'}, in osnoise_hist_parse_args() 541 {"stop", required_argument, 0, 's'}, in osnoise_hist_parse_args() [all …]
|
D | timerlat_top.c | 526 {"auto", required_argument, 0, 'a'}, in timerlat_top_parse_args() 527 {"cpus", required_argument, 0, 'c'}, in timerlat_top_parse_args() 530 {"duration", required_argument, 0, 'd'}, in timerlat_top_parse_args() 531 {"event", required_argument, 0, 'e'}, in timerlat_top_parse_args() 533 {"house-keeping", required_argument, 0, 'H'}, in timerlat_top_parse_args() 534 {"irq", required_argument, 0, 'i'}, in timerlat_top_parse_args() 536 {"period", required_argument, 0, 'p'}, in timerlat_top_parse_args() 537 {"priority", required_argument, 0, 'P'}, in timerlat_top_parse_args() 539 {"stack", required_argument, 0, 's'}, in timerlat_top_parse_args() 540 {"thread", required_argument, 0, 'T'}, in timerlat_top_parse_args() [all …]
|
D | timerlat_hist.c | 742 {"auto", required_argument, 0, 'a'}, in timerlat_hist_parse_args() 743 {"cpus", required_argument, 0, 'c'}, in timerlat_hist_parse_args() 745 {"bucket-size", required_argument, 0, 'b'}, in timerlat_hist_parse_args() 747 {"entries", required_argument, 0, 'E'}, in timerlat_hist_parse_args() 748 {"duration", required_argument, 0, 'd'}, in timerlat_hist_parse_args() 749 {"house-keeping", required_argument, 0, 'H'}, in timerlat_hist_parse_args() 751 {"irq", required_argument, 0, 'i'}, in timerlat_hist_parse_args() 753 {"period", required_argument, 0, 'p'}, in timerlat_hist_parse_args() 754 {"priority", required_argument, 0, 'P'}, in timerlat_hist_parse_args() 755 {"stack", required_argument, 0, 's'}, in timerlat_hist_parse_args() [all …]
|
/linux-6.12.1/tools/virtio/ringtest/ |
D | main.c | 222 .has_arg = required_argument, 227 .has_arg = required_argument, 232 .has_arg = required_argument, 237 .has_arg = required_argument, 242 .has_arg = required_argument, 247 .has_arg = required_argument, 252 .has_arg = required_argument,
|
/linux-6.12.1/tools/power/cpupower/utils/ |
D | cpupower-set.c | 20 {"perf-bias", required_argument, NULL, 'b'}, 21 {"epp", required_argument, NULL, 'e'}, 22 {"amd-pstate-mode", required_argument, NULL, 'm'}, 23 {"turbo-boost", required_argument, NULL, 't'},
|
D | cpufreq-set.c | 24 {"min", required_argument, NULL, 'd'}, 25 {"max", required_argument, NULL, 'u'}, 26 {"governor", required_argument, NULL, 'g'}, 27 {"freq", required_argument, NULL, 'f'},
|
D | cpuidle-set.c | 17 {"disable", required_argument, NULL, 'd'}, 18 {"enable", required_argument, NULL, 'e'}, 19 {"disable-by-latency", required_argument, NULL, 'D'},
|
/linux-6.12.1/tools/testing/vsock/ |
D | vsock_perf.c | 364 .has_arg = required_argument, 369 .has_arg = required_argument, 374 .has_arg = required_argument, 379 .has_arg = required_argument, 384 .has_arg = required_argument, 389 .has_arg = required_argument,
|
D | vsock_uring_test.c | 232 .has_arg = required_argument, 237 .has_arg = required_argument, 242 .has_arg = required_argument, 247 .has_arg = required_argument, 252 .has_arg = required_argument,
|
D | vsock_diag_test.c | 448 .has_arg = required_argument, 453 .has_arg = required_argument, 458 .has_arg = required_argument, 463 .has_arg = required_argument, 468 .has_arg = required_argument, 478 .has_arg = required_argument,
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | xdp_synproxy.c | 96 { "iface", required_argument, NULL, 'i' }, in parse_options() 97 { "prog", required_argument, NULL, 'x' }, in parse_options() 98 { "mss4", required_argument, NULL, 4 }, in parse_options() 99 { "mss6", required_argument, NULL, 6 }, in parse_options() 100 { "wscale", required_argument, NULL, 'w' }, in parse_options() 101 { "ttl", required_argument, NULL, 't' }, in parse_options() 102 { "ports", required_argument, NULL, 'p' }, in parse_options()
|
D | test_sockmap.c | 92 {"cgroup", required_argument, NULL, 'c' }, 93 {"rate", required_argument, NULL, 'r' }, 95 {"iov_count", required_argument, NULL, 'i' }, 96 {"length", required_argument, NULL, 'l' }, 97 {"test", required_argument, NULL, 't' }, 102 {"txmsg_apply", required_argument, NULL, 'a'}, 103 {"txmsg_cork", required_argument, NULL, 'k'}, 104 {"txmsg_start", required_argument, NULL, 's'}, 105 {"txmsg_end", required_argument, NULL, 'e'}, 106 {"txmsg_start_push", required_argument, NULL, 'p'}, [all …]
|
/linux-6.12.1/tools/power/acpi/tools/pfrut/ |
D | pfrut.c | 82 {"load", required_argument, 0, 'l'}, 88 {"type", required_argument, 0, 'T'}, 89 {"level", required_argument, 0, 'L'}, 91 {"setrev", required_argument, 0, 'd'}, 92 {"setrevlog", required_argument, 0, 'D'},
|
/linux-6.12.1/tools/thermal/thermometer/ |
D | thermometer.c | 202 { "config", required_argument, NULL, 'c' }, in options_init() 203 { "duration", required_argument, NULL, 'd' }, in options_init() 204 { "loglevel", required_argument, NULL, 'l' }, in options_init() 205 { "postfix", required_argument, NULL, 'p' }, in options_init() 206 { "output", required_argument, NULL, 'o' }, in options_init() 207 { "syslog", required_argument, NULL, 's' }, in options_init()
|
/linux-6.12.1/tools/testing/selftests/watchdog/ |
D | watchdog-test.c | 36 {"pingrate", required_argument, NULL, 'p'}, 38 {"timeout", required_argument, NULL, 't'}, 40 {"pretimeout", required_argument, NULL, 'n'}, 43 {"file", required_argument, NULL, 'f'},
|
/linux-6.12.1/tools/usb/usbip/src/ |
D | usbip_attach.c | 204 { "remote", required_argument, NULL, 'r' }, in usbip_attach() 205 { "busid", required_argument, NULL, 'b' }, in usbip_attach() 206 { "device", required_argument, NULL, 'd' }, in usbip_attach()
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | toeplitz.c | 488 {"dport", required_argument, 0, 'd'}, in parse_opts() 489 {"cpus", required_argument, 0, 'C'}, in parse_opts() 490 {"key", required_argument, 0, 'k'}, in parse_opts() 491 {"iface", required_argument, 0, 'i'}, in parse_opts() 496 {"timeout", required_argument, 0, 'T'}, in parse_opts() 499 {"rps", required_argument, 0, 'r'}, in parse_opts()
|
/linux-6.12.1/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 529 {"all", required_argument, 0, 'a'}, in cmdline() 530 {"cpu", required_argument, 0, 'c'}, in cmdline() 531 {"pkg", required_argument, 0, 'p'}, in cmdline() 533 {"hwp-desired", required_argument, 0, 'D'}, in cmdline() 534 {"epb", required_argument, 0, 'B'}, in cmdline() 538 {"hwp-epp", required_argument, 0, 'P'}, in cmdline() 539 {"hwp-min", required_argument, 0, 'm'}, in cmdline() 540 {"hwp-max", required_argument, 0, 'M'}, in cmdline() 542 {"turbo-enable", required_argument, 0, 't'}, in cmdline() 543 {"hwp-use-pkg", required_argument, 0, 'u'}, in cmdline() [all …]
|
/linux-6.12.1/tools/counter/ |
D | counter_watch_events.c | 136 { "device-num", required_argument, 0, 'n' }, 137 { "loop", required_argument, 0, 'l' }, 138 { "watch", required_argument, 0, 'w' },
|
/linux-6.12.1/tools/power/x86/intel-speed-select/ |
D | isst-config.c | 2860 { "bucket", required_argument, 0, 'b' }, in parse_cmd_args() 2861 { "level", required_argument, 0, 'l' }, in parse_cmd_args() 2862 { "online", required_argument, 0, 'o' }, in parse_cmd_args() 2863 { "trl-type", required_argument, 0, 'r' }, in parse_cmd_args() 2864 { "trl", required_argument, 0, 't' }, in parse_cmd_args() 2866 { "clos", required_argument, 0, 'c' }, in parse_cmd_args() 2867 { "desired", required_argument, 0, 'd' }, in parse_cmd_args() 2868 { "epp", required_argument, 0, 'e' }, in parse_cmd_args() 2869 { "min", required_argument, 0, 'n' }, in parse_cmd_args() 2870 { "max", required_argument, 0, 'm' }, in parse_cmd_args() [all …]
|
/linux-6.12.1/scripts/dtc/ |
D | fdtoverlay.c | 29 {"input", required_argument, NULL, 'i'}, 30 {"output", required_argument, NULL, 'o'},
|
/linux-6.12.1/tools/tracing/latency/ |
D | latency-collector.c | 1832 { "tracer", required_argument, 0, 't' }, in scan_arguments() 1834 { "threshold", required_argument, 0, 's' }, in scan_arguments() 1837 { "policy", required_argument, 0, 'c' }, in scan_arguments() 1838 { "priority", required_argument, 0, 'p' }, in scan_arguments() 1842 { "nrlat", required_argument, 0, 'a' }, in scan_arguments() 1843 { "threads", required_argument, 0, 'e' }, in scan_arguments() 1844 { "time", required_argument, 0, 'u' }, in scan_arguments() 1847 { "tracefile", required_argument, 0, 'i' }, in scan_arguments() 1848 { "max-lat", required_argument, 0, 'm' }, in scan_arguments()
|
/linux-6.12.1/tools/mm/ |
D | page_owner_sort.c | 668 { "pid", required_argument, NULL, 1 }, in main() 669 { "tgid", required_argument, NULL, 2 }, in main() 670 { "name", required_argument, NULL, 3 }, in main() 671 { "cull", required_argument, NULL, 4 }, in main() 672 { "sort", required_argument, NULL, 5 }, in main()
|
/linux-6.12.1/tools/testing/selftests/powerpc/benchmarks/ |
D | mmap_bench.c | 25 { "iterations", required_argument, 0, 'i' },
|