Home
last modified time | relevance | path

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

123456

/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py29 import getopt
267 …opts, args = getopt.getopt(sys.argv[1:],"ht:i:c:n:m:",["help","trace_file=","interval=","cpu=","na…
268 except getopt.GetoptError:
/linux/tools/power/x86/intel_pstate_tracer/
H A 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/tools/testing/selftests/media_tests/
H A Dmedia_device_open.c54 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
H A Dmedia_device_test.c59 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
H A Dvideo_device_test.c130 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
/linux/samples/bpf/
H A Dtc_l2_redirect_user.c32 while ((opt = getopt(argc, argv, "F:U:i:")) != -1) { in main()
H A Dsyscall_tp_user.c140 while ((opt = getopt(argc, argv, "i:h")) != -1) { in main()
H A Dxdp2skb_meta.sh81 OPTIONS=$(getopt -o vfhd: \
/linux/tools/lib/perf/include/internal/
H A Dtests.h16 while ((c = getopt(argc, argv, "v")) != -1) { in get_verbose()
/linux/tools/testing/selftests/cgroup/
H A Dwait_inotify.c35 while ((c = getopt(argc, argv, "v")) != -1) { in main()
/linux/tools/testing/selftests/bpf/
H A Dflow_dissector_load.c66 while ((c = getopt(argc, argv, "adp:s:")) != -1) { in parse_opts()
/linux/tools/power/acpi/tools/acpidump/
H A DMakefile45 getopt.o
/linux/tools/testing/selftests/timers/
H A Dset-2038.c80 while ((opt = getopt(argc, argv, "d")) != -1) { in main()
H A Dclocksource-switch.c131 while ((opt = getopt(argc, argv, "st:")) != -1) { in main()
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_wait_uninitialized_heap.c72 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
H A Dfutex_requeue_pi_mismatched_ops.c60 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
H A Dfutex_wait_private_mapped_file.c79 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
H A Dfutex_wait_wouldblock.c53 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
H A Dfutex_requeue.c51 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
/linux/samples/hid/
H A Dhid_mouse.c84 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
/linux/tools/sched_ext/
H A Dscx_simple.c74 while ((opt = getopt(argc, argv, "fvh")) != -1) { in main()
/linux/tools/testing/selftests/dma/
H A Ddma_map_benchmark.c37 while ((opt = getopt(argc, argv, "t:s:n:b:d:x:g:")) != -1) { in main()
/linux/tools/testing/selftests/net/netfilter/
H A Dconnect_close.c110 while ((c = getopt(argc, argv, "t:p:")) != -1) { in parse_opts()
/linux/tools/spi/
H A Dspidev_fdx.c114 while ((c = getopt(argc, argv, "hm:r:v")) != EOF) { in main()
/linux/Documentation/block/
H A Dioprio.rst65 #include <getopt.h>
118 while ((c = getopt(argc, argv, "+n:c:p:")) != EOF) {

123456