| /tools/power/cpupower/bench/ |
| A D | main.c | 18 static struct option long_options[] = { variable 76 long_options, &option_index); in main()
|
| /tools/hv/ |
| A D | hv_vss_daemon.c | 220 static struct option long_options[] = { in main() local 226 while ((opt = getopt_long(argc, argv, "hn", long_options, in main()
|
| A D | hv_fcopy_uio_daemon.c | 460 static struct option long_options[] = { in main() local 466 while ((opt = getopt_long(argc, argv, "hn", long_options, in main()
|
| A D | hv_kvp_daemon.c | 1790 static struct option long_options[] = { in main() local 1797 while ((opt = getopt_long(argc, argv, "hnd", long_options, in main()
|
| /tools/power/acpi/tools/pfrut/ |
| A D | pfrut.c | 81 static struct option long_options[] = { variable 107 long_options, &option_index)) != -1) { in parse_options()
|
| /tools/thermal/thermal-engine/ |
| A D | thermal-engine.c | 316 struct option long_options[] = { in options_init() local 328 opt = getopt_long(argc, argv, "l:dhs", long_options, &optindex); in options_init()
|
| /tools/testing/selftests/bpf/ |
| A D | xdp_synproxy.c | 94 static struct option long_options[] = { in parse_options() local 124 opt = getopt_long(argc, argv, "", long_options, NULL); in parse_options()
|
| A D | test_sockmap.c | 96 static const struct option long_options[] = { variable 230 for (i = 0; long_options[i].name != 0; i++) { in usage() 231 printf(" --%-12s", long_options[i].name); in usage() 232 if (long_options[i].flag != NULL) in usage() 234 *long_options[i].flag); in usage() 236 printf(" -%c\n", long_options[i].val); in usage() 2116 long_options, &longindex)) != -1) { in main()
|
| A D | xskxceiver.c | 349 static struct option long_options[] = { variable 394 c = getopt_long(argc, argv, "i:vbm:lt:", long_options, &option_index); in parse_command_line()
|
| /tools/testing/selftests/net/ |
| A D | rxtimestamp.c | 130 static struct option long_options[] = { variable 382 while ((opt = getopt_long(argc, argv, "", long_options, in main()
|
| A D | toeplitz.c | 487 static struct option long_options[] = { in parse_opts() local 505 while ((c = getopt_long(argc, argv, "46C:d:i:k:r:stT:uv", long_options, &index)) != -1) { in parse_opts()
|
| /tools/thermal/thermometer/ |
| A D | thermometer.c | 200 struct option long_options[] = { in options_init() local 219 opt = getopt_long(argc, argv, "ho:c:d:l:p:sw", long_options, &optindex); in options_init()
|
| /tools/tracing/rtla/src/ |
| A D | osnoise_top.c | 343 static struct option long_options[] = { in osnoise_top_parse_args() local 371 long_options, &option_index); in osnoise_top_parse_args()
|
| A D | osnoise_hist.c | 498 static struct option long_options[] = { in osnoise_hist_parse_args() local 531 long_options, &option_index); in osnoise_hist_parse_args()
|
| A D | timerlat_top.c | 572 static struct option long_options[] = { in timerlat_top_parse_args() local 610 long_options, &option_index); in timerlat_top_parse_args()
|
| A D | timerlat_hist.c | 815 static struct option long_options[] = { in timerlat_hist_parse_args() local 859 long_options, &option_index); in timerlat_hist_parse_args()
|
| /tools/verification/rv/src/ |
| A D | in_kernel.c | 711 static struct option long_options[] = { in parse_arguments() local 723 c = getopt_long(argc, argv, "hr:stv", long_options, &option_index); in parse_arguments()
|
| /tools/arch/x86/intel_sdsi/ |
| A D | intel_sdsi.c | 770 static struct option long_options[] = { in main() local 786 while ((opt = getopt_long_only(argc, argv, "+a:c:d:hilmCs", long_options, in main()
|
| /tools/accounting/ |
| A D | delaytop.c | 180 struct option long_options[] = { in parse_args() local 203 c = getopt_long(argc, argv, "hd:n:p:oP:C:", long_options, &option_index); in parse_args()
|
| /tools/power/x86/x86_energy_perf_policy/ |
| A D | x86_energy_perf_policy.c | 528 static struct option long_options[] = { in cmdline() local 552 long_options, &option_index)) != -1) { in cmdline()
|
| /tools/power/x86/intel-speed-select/ |
| A D | isst-config.c | 2878 static struct option long_options[] = { in parse_cmd_args() local 2900 long_options, &option_index)) != -1) { in parse_cmd_args() 3187 static struct option long_options[] = { in cmdline() local 3233 while ((opt = getopt_long_only(argc, argv, "+c:df:hio:vabw:ngu", long_options, in cmdline()
|
| /tools/tracing/latency/ |
| A D | latency-collector.c | 1830 static struct option long_options[] = { in scan_arguments() local 1864 long_options, &option_idx); in scan_arguments()
|
| /tools/power/x86/turbostat/ |
| A D | turbostat.c | 11001 static struct option long_options[] = { in cmdline() local 11033 while ((opt = getopt_long_only(argc, argv, "+MPn:", long_options, &option_index)) != -1) { in cmdline() 11047 …while ((opt = getopt_long_only(argc, argv, "+C:c:Dde:hi:Jn:o:qMST:v", long_options, &option_index)… in cmdline()
|