Home
last modified time | relevance | path

Searched refs:popen (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.15/samples/bpf/
Dsockex3_user.c78 f = popen("ping -4 -c5 localhost", "r"); in main()
80 f = popen("netperf -l 4 localhost", "r"); in main()
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()
Dtracex1_user.c41 f = popen("taskset 1 ping -c5 localhost", "r"); in main()
Dsockex2_user.c38 f = popen("ping -4 -c5 localhost", "r"); in main()
Dsockex1_user.c32 f = popen("ping -4 -c5 localhost", "r"); in main()
Dtracex7_user.c49 f = popen(command, "r"); in main()
Dtracex5_user.c89 f = popen("dd if=/dev/zero of=/dev/null count=5", "r"); in main()
Dtrace_output_user.c95 f = popen("taskset 1 dd if=/dev/zero of=/dev/null", "r"); in main()
Dsock_example.c102 f = popen("ping -4 -c5 localhost", "r"); in main()
/Linux-v5.15/tools/testing/selftests/vm/
Dcompaction_test.c33 FILE *cmdfile = popen(cmd, "r"); in read_memory_info()
44 cmdfile = popen(cmd, "r"); in read_memory_info()
/Linux-v5.15/arch/ia64/scripts/
Dunwcheck.py40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
/Linux-v5.15/tools/testing/selftests/kvm/x86_64/
Dmmio_warning_test.c84 f = popen("dmesg | grep \"WARNING:\" | wc -l", "r"); in get_warnings_count()
/Linux-v5.15/scripts/
Dbloat-o-meter27 with os.popen("nm --size-sort " + file) as f:
/Linux-v5.15/tools/perf/util/
Dsrcline.c421 fp = popen(cmd, "r"); in addr2line()
464 fp = popen(cmd, "r"); in addr2inlines()
Dvdso.c186 f = popen(prog, "r"); in vdso__copy_compat()
Dllvm-utils.c138 file = popen(cmd, "r"); in read_from_pipe()
/Linux-v5.15/scripts/kconfig/
Dpreprocess.c151 p = popen(cmd, "r"); in do_shell()
/Linux-v5.15/tools/perf/tests/
Dcode-reading.c198 f = popen(cmd, "r"); in read_via_objdump()
/Linux-v5.15/tools/hv/
Dhv_kvp_daemon.c649 file = popen(cmd, "r"); in kvp_process_ipconfig_file()
736 file = popen(cmd, "r"); in kvp_get_ipconfig_info()
/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_progs.c367 fp = popen("readelf -n ./urandom_read | grep 'Build ID'", "r"); in extract_build_id()
/Linux-v5.15/drivers/atm/
Dsolos-pci.c918 static int popen(struct atm_vcc *vcc) in popen() function
1179 .open = popen,