Searched refs:option_index (Results 1 - 15 of 15) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dmmap_bench.c64 int option_index = 0; local
66 c = getopt_long(argc, argv, "", options, &option_index);
73 if (options[option_index].flag != 0)
H A Dfork.c234 int option_index = 0; local
236 c = getopt_long(argc, argv, "", options, &option_index);
243 if (options[option_index].flag != 0)
H A Dcontext_switch.c424 int option_index = 0; local
426 c = getopt_long(argc, argv, "", options, &option_index);
433 if (options[option_index].flag != 0)
/linux-master/tools/power/cpupower/bench/
H A Dmain.c66 int option_index = 0; local
76 long_options, &option_index);
/linux-master/tools/power/acpi/tools/pfrut/
H A Dpfrut.c99 int option_index = 0; local
107 long_options, &option_index)) != -1) {
/linux-master/tools/verification/rv/src/
H A Din_kernel.c582 int option_index = 0; local
584 c = getopt_long(argc, argv, "hr:stv", long_options, &option_index);
/linux-master/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c751 int option_index = 0; local
769 &option_index)) != -1) {
/linux-master/tools/tracing/rtla/src/
H A Dosnoise_hist.c538 int option_index = 0; local
541 long_options, &option_index);
H A Dosnoise_top.c388 int option_index = 0; local
391 long_options, &option_index);
H A Dtimerlat_top.c439 int option_index = 0; local
442 long_options, &option_index);
H A Dtimerlat_hist.c617 int option_index = 0; local
620 long_options, &option_index);
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c526 int option_index = 0; local
552 long_options, &option_index)) != -1) {
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c2836 int option_index; local
2856 option_index = start;
2860 long_options, &option_index)) != -1) {
3140 int option_index = 0; local
3194 &option_index)) != -1) {
/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.c352 int option_index, c; local
357 c = getopt_long(argc, argv, "i:vbm:lt:", long_options, &option_index);
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c7822 int option_index = 0; local
7854 while ((opt = getopt_long_only(argc, argv, "MP", long_options, &option_index)) != -1) {
7868 while ((opt = getopt_long_only(argc, argv, "+C:c:Dde:hi:Jn:o:qMST:v", long_options, &option_index)) != -1) {

Completed in 199 milliseconds