| /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=","name=","memory="]) 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/ftrace/ |
| H A D | poll.c | 29 while ((opt = getopt(argc, argv, "IPt:")) != -1) { in main()
|
| /linux/samples/check-exec/ |
| H A D | set-exec.c | 47 while ((opt = getopt(argc, argv, "fi")) != -1) { in main()
|
| H A D | inc.c | 132 while ((opt = getopt(argc, argv, "c:i")) != -1) { in main()
|
| /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/samples/hid/ |
| H A D | hid_mouse.c | 84 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
|
| /linux/tools/include/nolibc/ |
| H A D | getopt.h | 25 int getopt(int argc, char * const argv[], const char *optstring) in getopt() function
|
| /linux/tools/sched_ext/ |
| H A D | scx_simple.c | 76 while ((opt = getopt(argc, argv, "fvh")) != -1) { in main()
|
| H A D | scx_cpu0.c | 76 while ((opt = getopt(argc, argv, "vh")) != -1) { in main()
|
| /linux/tools/dma/ |
| H A D | dma_map_benchmark.c | 36 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/Documentation/block/ |
| H A D | ioprio.rst | 65 #include <getopt.h> 118 while ((c = getopt(argc, argv, "+n:c:p:")) != EOF) {
|
| /linux/tools/spi/ |
| H A D | spidev_fdx.c | 114 while ((c = getopt(argc, argv, "hm:r:v")) != EOF) { in main()
|