| /linux-6.15/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | mmap_bench.c | 64 int option_index = 0; in main() local 66 c = getopt_long(argc, argv, "", options, &option_index); in main() 73 if (options[option_index].flag != 0) in main()
|
| H A D | fork.c | 234 int option_index = 0; in main() local 236 c = getopt_long(argc, argv, "", options, &option_index); in main() 243 if (options[option_index].flag != 0) in main()
|
| H A D | context_switch.c | 424 int option_index = 0; in main() local 426 c = getopt_long(argc, argv, "", options, &option_index); in main() 433 if (options[option_index].flag != 0) in main()
|
| /linux-6.15/tools/power/cpupower/bench/ |
| H A D | main.c | 66 int option_index = 0; in main() local 76 long_options, &option_index); in main()
|
| /linux-6.15/tools/power/acpi/tools/pfrut/ |
| H A D | pfrut.c | 99 int option_index = 0; in parse_options() local 107 long_options, &option_index)) != -1) { in parse_options()
|
| /linux-6.15/tools/verification/rv/src/ |
| H A D | in_kernel.c | 721 int option_index = 0; in parse_arguments() local 723 c = getopt_long(argc, argv, "hr:stv", long_options, &option_index); in parse_arguments()
|
| /linux-6.15/tools/tracing/rtla/src/ |
| H A D | osnoise_top.c | 368 int option_index = 0; in osnoise_top_parse_args() local 371 long_options, &option_index); in osnoise_top_parse_args()
|
| H A D | osnoise_hist.c | 528 int option_index = 0; in osnoise_hist_parse_args() local 531 long_options, &option_index); in osnoise_hist_parse_args()
|
| H A D | timerlat_top.c | 596 int option_index = 0; in timerlat_top_parse_args() local 599 long_options, &option_index); in timerlat_top_parse_args()
|
| H A D | timerlat_hist.c | 845 int option_index = 0; in timerlat_hist_parse_args() local 848 long_options, &option_index); in timerlat_hist_parse_args()
|
| /linux-6.15/tools/arch/x86/intel_sdsi/ |
| H A D | intel_sdsi.c | 768 int option_index = 0; in main() local 787 &option_index)) != -1) { in main()
|
| /linux-6.15/tools/power/x86/intel-speed-select/ |
| H A D | isst-config.c | 2865 int option_index; in parse_cmd_args() local 2885 option_index = start; in parse_cmd_args() 2889 long_options, &option_index)) != -1) { in parse_cmd_args() 3169 int option_index = 0; in cmdline() local 3223 &option_index)) != -1) { in cmdline()
|
| /linux-6.15/tools/power/x86/x86_energy_perf_policy/ |
| H A D | x86_energy_perf_policy.c | 526 int option_index = 0; in cmdline() local 552 long_options, &option_index)) != -1) { in cmdline()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | xskxceiver.c | 387 int option_index, c; in parse_command_line() local 392 c = getopt_long(argc, argv, "i:vbm:lt:", long_options, &option_index); in parse_command_line()
|
| /linux-6.15/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 10436 int option_index = 0; in cmdline() local 10469 while ((opt = getopt_long_only(argc, argv, "+MPn:", long_options, &option_index)) != -1) { in cmdline() 10483 …while ((opt = getopt_long_only(argc, argv, "+C:c:Dde:hi:Jn:o:qMST:v", long_options, &option_index)… in cmdline()
|