Home
last modified time | relevance | path

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

1234567

/linux-6.15/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-6.15/tools/testing/rbtree/
H A Drbtree_test.c33 while ((opt = getopt(argc, argv, "n:p:c:r:")) != -1) { in main()
H A Dinterval_tree_test.c36 while ((opt = getopt(argc, argv, "n:p:q:s:am:r:")) != -1) { in main()
/linux-6.15/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-6.15/tools/lib/perf/include/internal/
H A Dtests.h16 while ((c = getopt(argc, argv, "v")) != -1) { in get_verbose()
/linux-6.15/samples/bpf/
H A Dtc_l2_redirect_user.c32 while ((opt = getopt(argc, argv, "F:U:i:")) != -1) { in main()
/linux-6.15/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-6.15/tools/testing/selftests/ftrace/
H A Dpoll.c29 while ((opt = getopt(argc, argv, "IPt:")) != -1) { in main()
/linux-6.15/samples/check-exec/
H A Dset-exec.c47 while ((opt = getopt(argc, argv, "fi")) != -1) { in main()
H A Dinc.c132 while ((opt = getopt(argc, argv, "c:i")) != -1) { in main()
/linux-6.15/tools/testing/selftests/cgroup/
H A Dwait_inotify.c35 while ((c = getopt(argc, argv, "v")) != -1) { in main()
/linux-6.15/tools/testing/selftests/bpf/
H A Dflow_dissector_load.c66 while ((c = getopt(argc, argv, "adp:s:")) != -1) { in parse_opts()
/linux-6.15/tools/power/acpi/tools/acpidump/
H A DMakefile45 getopt.o
/linux-6.15/tools/testing/selftests/timers/
H A Dset-2038.c80 while ((opt = getopt(argc, argv, "d")) != -1) { in main()
/linux-6.15/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-6.15/samples/hid/
H A Dhid_mouse.c84 while ((opt = getopt(argc, argv, optstr)) != -1) { in main()
/linux-6.15/tools/sched_ext/
H A Dscx_simple.c74 while ((opt = getopt(argc, argv, "fvh")) != -1) { in main()
/linux-6.15/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-6.15/tools/testing/selftests/net/netfilter/
H A Dconnect_close.c110 while ((c = getopt(argc, argv, "t:p:")) != -1) { in parse_opts()

1234567