/linux/tools/power/x86/amd_pstate_tracer/ |
H A D | amd_pstate_trace.py | 29 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 D | intel_pstate_tracer.py | 34 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 D | media_device_open.c | 54 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
|
H A D | media_device_test.c | 59 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
|
H A D | video_device_test.c | 130 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
|
/linux/samples/bpf/ |
H A D | tc_l2_redirect_user.c | 32 while ((opt = getopt(argc, argv, "F:U:i:")) != -1) { in main()
|
H A D | syscall_tp_user.c | 140 while ((opt = getopt(argc, argv, "i:h")) != -1) { in main()
|
H A D | xdp2skb_meta.sh | 81 OPTIONS=$(getopt -o vfhd: \
|
/linux/tools/lib/perf/include/internal/ |
H A D | tests.h | 16 while ((c = getopt(argc, argv, "v")) != -1) { in get_verbose()
|
/linux/tools/testing/selftests/cgroup/ |
H A D | wait_inotify.c | 35 while ((c = getopt(argc, argv, "v")) != -1) { in main()
|
/linux/tools/testing/selftests/bpf/ |
H A D | flow_dissector_load.c | 66 while ((c = getopt(argc, argv, "adp:s:")) != -1) { in parse_opts()
|
/linux/tools/power/acpi/tools/acpidump/ |
H A D | Makefile | 45 getopt.o
|
/linux/tools/testing/selftests/timers/ |
H A D | set-2038.c | 80 while ((opt = getopt(argc, argv, "d")) != -1) { in main()
|
H A D | clocksource-switch.c | 131 while ((opt = getopt(argc, argv, "st:")) != -1) { in main()
|
/linux/tools/testing/selftests/futex/functional/ |
H A D | futex_wait_uninitialized_heap.c | 72 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
|
H A D | futex_requeue_pi_mismatched_ops.c | 60 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
|
H A D | futex_wait_private_mapped_file.c | 79 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
|
H A D | futex_wait_wouldblock.c | 53 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
|
H A D | futex_requeue.c | 51 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
|
/linux/samples/hid/ |
H A D | hid_mouse.c | 84 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
|
/linux/tools/sched_ext/ |
H A D | scx_simple.c | 74 while ((opt = getopt(argc, argv, "fvh")) != -1) { in main()
|
/linux/tools/testing/selftests/dma/ |
H A D | dma_map_benchmark.c | 37 while ((opt = getopt(argc, argv, "t:s:n:b:d:x:g:")) != -1) { in main()
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | connect_close.c | 110 while ((c = getopt(argc, argv, "t:p:")) != -1) { in parse_opts()
|
/linux/tools/spi/ |
H A D | spidev_fdx.c | 114 while ((c = getopt(argc, argv, "hm:r:v")) != EOF) { in main()
|
/linux/Documentation/block/ |
H A D | ioprio.rst | 65 #include <getopt.h> 118 while ((c = getopt(argc, argv, "+n:c:p:")) != EOF) {
|