Home
last modified time | relevance | path

Searched refs:popen (Results 1 - 25 of 43) sorted by relevance

12

/kernel/linux/linux-6.6/samples/bpf/
H A Dsockex3_user.c74 f = popen("ping -4 -c5 localhost", "r"); in main()
76 f = popen("netperf -l 4 localhost", "r"); in main()
H A Dtracex2_user.c151 f = popen("ping -4 -c5 localhost", "r"); in main()
155 f = popen("dd if=/dev/zero of=/dev/null count=5000000", "r"); in main()
H A Dtracex1_user.c41 f = popen("taskset 1 ping -c5 localhost", "r"); in main()
H A Dtracex7_user.c49 f = popen(command, "r"); in main()
H A Dsockex2_user.c45 f = popen("ping -4 -c5 localhost", "r"); in main()
H A Dsockex1_user.c41 f = popen("ping -4 -c5 localhost", "r"); in main()
H A Dtrace_output_user.c93 f = popen("taskset 1 dd if=/dev/zero of=/dev/null", "r"); in main()
H A Dtracex5_user.c89 f = popen("dd if=/dev/zero of=/dev/null count=5", "r"); in main()
H A Dsock_example.c107 f = popen("ping -4 -c5 localhost", "r"); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dcompaction_test.c33 FILE *cmdfile = popen(cmd, "r"); in read_memory_info()
44 cmdfile = popen(cmd, "r"); in read_memory_info()
/kernel/linux/linux-5.10/samples/bpf/
H A Dsockex3_user.c80 f = popen("ping -4 -c5 localhost", "r"); in main()
82 f = popen("netperf -l 4 localhost", "r"); in main()
H A Dtracex2_user.c157 f = popen("ping -4 -c5 localhost", "r"); in main()
161 f = popen("dd if=/dev/zero of=/dev/null count=5000000", "r"); in main()
H A Dtracex1_user.c41 f = popen("taskset 1 ping -c5 localhost", "r"); in main()
H A Dtracex7_user.c49 f = popen(command, "r"); in main()
H A Dsockex1_user.c32 f = popen("ping -4 -c5 localhost", "r"); in main()
H A Dsockex2_user.c40 f = popen("ping -4 -c5 localhost", "r"); in main()
H A Dtracex5_user.c92 f = popen("dd if=/dev/zero of=/dev/null count=5", "r"); in main()
H A Dsock_example.c102 f = popen("ping -4 -c5 localhost", "r"); in main()
H A Dtrace_output_user.c95 f = popen("taskset 1 dd if=/dev/zero of=/dev/null", "r"); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dcompaction_test.c33 FILE *cmdfile = popen(cmd, "r"); in read_memory_info()
44 cmdfile = popen(cmd, "r"); in read_memory_info()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_synproxy.c14 FILE *f = popen(buf, "r"); \
/kernel/linux/linux-5.10/arch/ia64/scripts/
H A Dunwcheck.py40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
/kernel/linux/linux-6.6/arch/ia64/scripts/
H A Dunwcheck.py40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
H A Dmmio_warning_test.c84 f = popen("dmesg | grep \"WARNING:\" | wc -l", "r"); in get_warnings_count()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dmmio_warning_test.c84 f = popen("dmesg | grep \"WARNING:\" | wc -l", "r"); in get_warnings_count()

Completed in 6 milliseconds

12