/linux/tools/tracing/rtla/src/ |
H A D | osnoise_top.c | 379 {"auto", required_argument, 0, 'a'}, in osnoise_top_parse_args() 380 {"cpus", required_argument, 0, 'c'}, in osnoise_top_parse_args() 383 {"duration", required_argument, 0, 'd'}, in osnoise_top_parse_args() 384 {"event", required_argument, 0, 'e'}, in osnoise_top_parse_args() 385 {"house-keeping", required_argument, 0, 'H'}, in osnoise_top_parse_args() 387 {"period", required_argument, 0, 'p'}, in osnoise_top_parse_args() 388 {"priority", required_argument, 0, 'P'}, in osnoise_top_parse_args() 390 {"runtime", required_argument, 0, 'r'}, in osnoise_top_parse_args() 391 {"stop", required_argument, 0, 's'}, in osnoise_top_parse_args() 392 {"stop-total", required_argument, 0, 'S'}, in osnoise_top_parse_args() [all …]
|
H A D | osnoise_hist.c | 530 {"auto", required_argument, 0, 'a'}, in osnoise_hist_parse_args() 531 {"bucket-size", required_argument, 0, 'b'}, in osnoise_hist_parse_args() 532 {"entries", required_argument, 0, 'E'}, in osnoise_hist_parse_args() 533 {"cpus", required_argument, 0, 'c'}, in osnoise_hist_parse_args() 536 {"duration", required_argument, 0, 'd'}, in osnoise_hist_parse_args() 537 {"house-keeping", required_argument, 0, 'H'}, in osnoise_hist_parse_args() 539 {"period", required_argument, 0, 'p'}, in osnoise_hist_parse_args() 540 {"priority", required_argument, 0, 'P'}, in osnoise_hist_parse_args() 541 {"runtime", required_argument, 0, 'r'}, in osnoise_hist_parse_args() 542 {"stop", required_argument, 0, 's'}, in osnoise_hist_parse_args() [all …]
|
H A D | timerlat_top.c | 532 {"auto", required_argument, 0, 'a'}, in timerlat_top_parse_args() 533 {"cpus", required_argument, 0, 'c'}, in timerlat_top_parse_args() 536 {"duration", required_argument, 0, 'd'}, in timerlat_top_parse_args() 537 {"event", required_argument, 0, 'e'}, in timerlat_top_parse_args() 539 {"house-keeping", required_argument, 0, 'H'}, in timerlat_top_parse_args() 540 {"irq", required_argument, 0, 'i'}, in timerlat_top_parse_args() 542 {"period", required_argument, 0, 'p'}, in timerlat_top_parse_args() 543 {"priority", required_argument, 0, 'P'}, in timerlat_top_parse_args() 545 {"stack", required_argument, 0, 's'}, in timerlat_top_parse_args() 546 {"thread", required_argument, 0, 'T'}, in timerlat_top_parse_args() [all …]
|
H A D | timerlat_hist.c | 763 {"auto", required_argument, 0, 'a'}, in timerlat_hist_parse_args() 764 {"cpus", required_argument, 0, 'c'}, in timerlat_hist_parse_args() 766 {"bucket-size", required_argument, 0, 'b'}, in timerlat_hist_parse_args() 768 {"entries", required_argument, 0, 'E'}, in timerlat_hist_parse_args() 769 {"duration", required_argument, 0, 'd'}, in timerlat_hist_parse_args() 770 {"house-keeping", required_argument, 0, 'H'}, in timerlat_hist_parse_args() 772 {"irq", required_argument, 0, 'i'}, in timerlat_hist_parse_args() 774 {"period", required_argument, 0, 'p'}, in timerlat_hist_parse_args() 775 {"priority", required_argument, 0, 'P'}, in timerlat_hist_parse_args() 776 {"stack", required_argument, 0, 's'}, in timerlat_hist_parse_args() [all …]
|
/linux/tools/virtio/ringtest/ |
H A 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/tools/power/cpupower/utils/ |
H A 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'},
|
H A 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'},
|
H A 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/tools/testing/selftests/bpf/ |
H A 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()
|
H A D | test_sockmap.c | 98 {"cgroup", required_argument, NULL, 'c' }, 99 {"rate", required_argument, NULL, 'r' }, 101 {"iov_count", required_argument, NULL, 'i' }, 102 {"length", required_argument, NULL, 'l' }, 103 {"test", required_argument, NULL, 't' }, 108 {"txmsg_apply", required_argument, NULL, 'a'}, 109 {"txmsg_cork", required_argument, NULL, 'k'}, 110 {"txmsg_start", required_argument, NULL, 's'}, 111 {"txmsg_end", required_argument, NULL, 'e'}, 112 {"txmsg_start_push", required_argument, NULL, 'p'}, [all …]
|
/linux/tools/testing/vsock/ |
H A D | vsock_perf.c | 374 .has_arg = required_argument, 379 .has_arg = required_argument, 384 .has_arg = required_argument, 389 .has_arg = required_argument, 394 .has_arg = required_argument, 399 .has_arg = required_argument,
|
H A 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,
|
H A 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,
|
H A D | vsock_test.c | 1994 .has_arg = required_argument, 1999 .has_arg = required_argument, 2004 .has_arg = required_argument, 2009 .has_arg = required_argument, 2014 .has_arg = required_argument, 2024 .has_arg = required_argument, 2029 .has_arg = required_argument,
|
/linux/tools/power/acpi/tools/pfrut/ |
H A 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/tools/testing/selftests/watchdog/ |
H A 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/tools/usb/usbip/src/ |
H A 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/tools/testing/selftests/net/ |
H A 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/tools/power/x86/x86_energy_perf_policy/ |
H A 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/tools/power/x86/intel-speed-select/ |
H A 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, in parse_cmd_args() [all...] |
/linux/tools/counter/ |
H A 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/scripts/dtc/ |
H A D | fdtoverlay.c | 29 {"input", required_argument, NULL, 'i'}, 30 {"output", required_argument, NULL, 'o'},
|
/linux/tools/tracing/latency/ |
H A 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/tools/testing/selftests/powerpc/benchmarks/ |
H A D | mmap_bench.c | 25 { "iterations", required_argument, 0, 'i' },
|
/linux/tools/arch/x86/kcpuid/ |
H A D | kcpuid.c | 612 { "file", required_argument, NULL, 'f' }, /* use user's cpuid file */ 614 { "leaf", required_argument, NULL, 'l'}, /* only check a specific leaf */ 616 { "subleaf", required_argument, NULL, 's'}, /* check a specific subleaf */
|