/linux-6.1.9/tools/power/x86/amd_pstate_tracer/ |
D | amd_pstate_trace.py | 29 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/ |
D | media_device_open.c | 54 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
|
D | media_device_test.c | 59 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
|
D | video_device_test.c | 56 while ((opt = getopt(argc, argv, "d:")) != -1) { in main()
|
/linux-6.1.9/tools/lib/perf/include/internal/ |
D | tests.h | 16 while ((c = getopt(argc, argv, "v")) != -1) { in get_verbose()
|
/linux-6.1.9/samples/bpf/ |
D | tc_l2_redirect_user.c | 32 while ((opt = getopt(argc, argv, "F:U:i:")) != -1) { in main()
|
D | test_cgrp2_array_pin.c | 35 while ((opt = getopt(argc, argv, "F:U:v:")) != -1) { in main()
|
D | syscall_tp_user.c | 123 while ((opt = getopt(argc, argv, "i:h")) != -1) { in main()
|
D | xdp2skb_meta.sh | 81 OPTIONS=$(getopt -o vfhd: \
|
D | xdp1_user.c | 91 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
|
/linux-6.1.9/tools/power/x86/intel_pstate_tracer/ |
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-6.1.9/tools/testing/selftests/cgroup/ |
D | wait_inotify.c | 35 while ((c = getopt(argc, argv, "v")) != -1) { in main()
|
/linux-6.1.9/tools/testing/selftests/timers/ |
D | set-2038.c | 81 while ((opt = getopt(argc, argv, "d")) != -1) { in main()
|
D | clocksource-switch.c | 131 while ((opt = getopt(argc, argv, "st:")) != -1) { in main()
|
/linux-6.1.9/tools/power/acpi/tools/acpidump/ |
D | Makefile | 44 getopt.o
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | flow_dissector_load.c | 66 while ((c = getopt(argc, argv, "adp:s:")) != -1) { in parse_opts()
|
/linux-6.1.9/tools/testing/selftests/futex/functional/ |
D | futex_wait_uninitialized_heap.c | 72 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
|
D | futex_requeue_pi_mismatched_ops.c | 60 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
|
D | futex_wait_private_mapped_file.c | 79 while ((c = getopt(argc, argv, "chv:")) != -1) { in main()
|
D | futex_wait_wouldblock.c | 53 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
|
D | futex_requeue.c | 51 while ((c = getopt(argc, argv, "cht:v:")) != -1) { in main()
|
/linux-6.1.9/tools/testing/selftests/dma/ |
D | dma_map_benchmark.c | 38 while ((opt = getopt(argc, argv, "t:s:n:b:d:x:g:")) != -1) { in main()
|
/linux-6.1.9/tools/testing/selftests/netfilter/ |
D | connect_close.c | 110 while ((c = getopt(argc, argv, "t:p:")) != -1) { in parse_opts()
|
/linux-6.1.9/tools/spi/ |
D | spidev_fdx.c | 114 while ((c = getopt(argc, argv, "hm:r:v")) != EOF) { in main()
|
/linux-6.1.9/tools/gpio/ |
D | gpio-hammer.c | 137 while ((c = getopt(argc, argv, "c:n:o:?")) != -1) { in main()
|