Home
last modified time | relevance | path

Searched refs:getopt (Results 1 – 25 of 126) sorted by relevance

123456

/linux-6.1.9/tools/power/x86/amd_pstate_tracer/
Damd_pstate_trace.py29 import getopt
268 …opts, args = getopt.getopt(sys.argv[1:],"ht:i:c:n:m:",["help","trace_file=","interval=","cpu=","na…
269 except getopt.GetoptError:
/linux-6.1.9/tools/testing/selftests/media_tests/
Dmedia_device_open.c54 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
Dmedia_device_test.c59 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
Dvideo_device_test.c56 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
/linux-6.1.9/tools/lib/perf/include/internal/
Dtests.h16 while ((c = getopt(argc, argv, "v")) != -1) { in get_verbose()
/linux-6.1.9/samples/bpf/
Dtc_l2_redirect_user.c32 while ((opt = getopt(argc, argv, "F:U:i:")) != -1) { in main()
Dtest_cgrp2_array_pin.c35 while ((opt = getopt(argc, argv, "F:U:v:")) != -1) { in main()
Dsyscall_tp_user.c123 while ((opt = getopt(argc, argv, "i:h")) != -1) { in main()
Dxdp2skb_meta.sh81 OPTIONS=$(getopt -o vfhd: \
Dxdp1_user.c91 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
/linux-6.1.9/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py34 import getopt
514 …opts, args = getopt.getopt(sys.argv[1:],"ht:i:c:n:m:",["help","trace_file=","interval=","cpu=","na…
515 except getopt.GetoptError:
/linux-6.1.9/tools/testing/selftests/cgroup/
Dwait_inotify.c35 while ((c = getopt(argc, argv, "v")) != -1) { in main()
/linux-6.1.9/tools/testing/selftests/timers/
Dset-2038.c81 while ((opt = getopt(argc, argv, "d")) != -1) { in main()
Dclocksource-switch.c131 while ((opt = getopt(argc, argv, "st:")) != -1) { in main()
/linux-6.1.9/tools/power/acpi/tools/acpidump/
DMakefile44 getopt.o
/linux-6.1.9/tools/testing/selftests/bpf/
Dflow_dissector_load.c66 while ((c = getopt(argc, argv, "adp:s:")) != -1) { in parse_opts()
/linux-6.1.9/tools/testing/selftests/futex/functional/
Dfutex_wait_uninitialized_heap.c72 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
Dfutex_requeue_pi_mismatched_ops.c60 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
Dfutex_wait_private_mapped_file.c79 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
Dfutex_wait_wouldblock.c53 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
Dfutex_requeue.c51 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
/linux-6.1.9/tools/testing/selftests/dma/
Ddma_map_benchmark.c38 while ((opt = getopt(argc, argv, "t:s:n:b:d:x:g:")) != -1) { in main()
/linux-6.1.9/tools/testing/selftests/netfilter/
Dconnect_close.c110 while ((c = getopt(argc, argv, "t:p:")) != -1) { in parse_opts()
/linux-6.1.9/tools/spi/
Dspidev_fdx.c114 while ((c = getopt(argc, argv, "hm:r:v")) != EOF) { in main()
/linux-6.1.9/tools/gpio/
Dgpio-hammer.c137 while ((c = getopt(argc, argv, "c:n:o:?")) != -1) { in main()

123456