Home
last modified time | relevance | path

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

/linux-6.1.9/samples/bpf/
Dsockex3_user.c77 f = popen("ping -4 -c5 localhost", "r"); in main()
79 f = popen("netperf -l 4 localhost", "r"); in main()
Dtracex2_user.c150 f = popen("ping -4 -c5 localhost", "r"); in main()
154 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()
Dtracex7_user.c49 f = popen(command, "r"); in main()
Dsockex1_user.c41 f = popen("ping -4 -c5 localhost", "r"); in main()
Dsockex2_user.c45 f = popen("ping -4 -c5 localhost", "r"); in main()
Dtracex5_user.c89 f = popen("dd if=/dev/zero of=/dev/null count=5", "r"); in main()
Dtrace_output_user.c93 f = popen("taskset 1 dd if=/dev/zero of=/dev/null", "r"); in main()
Dsock_example.c107 f = popen("ping -4 -c5 localhost", "r"); in main()
/linux-6.1.9/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-6.1.9/arch/ia64/scripts/
Dunwcheck.py40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
/linux-6.1.9/tools/testing/selftests/kvm/x86_64/
Dmmio_warning_test.c84 f = popen("dmesg | grep \"WARNING:\" | wc -l", "r"); in get_warnings_count()
/linux-6.1.9/scripts/
Dbloat-o-meter34 with os.popen("{} --size-sort {}".format(nm, file)) as f:
Dsorttable.h232 file_start = popen(" grep start_mcount System.map | awk '{print $1}' ", "r"); in get_mcount_loc()
238 file_stop = popen(" grep stop_mcount System.map | awk '{print $1}' ", "r"); in get_mcount_loc()
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dxdp_synproxy.c19 FILE *f = popen(buf, "r"); \
Dverify_pkcs7_sig.c188 fp = popen("find /lib/modules/$(uname -r) -name tcp_bic.ko", "r"); in populate_data_item_mod()
Dusdt.c311 f = popen("./urandom_read 1 report-pid", "r"); in urand_spawn()
/linux-6.1.9/tools/perf/util/
Dvdso.c186 f = popen(prog, "r"); in vdso__copy_compat()
Dllvm-utils.c138 file = popen(cmd, "r"); in read_from_pipe()
/linux-6.1.9/scripts/kconfig/
Dpreprocess.c151 p = popen(cmd, "r"); in do_shell()
/linux-6.1.9/tools/perf/tests/
Dcode-reading.c198 f = popen(cmd, "r"); in read_via_objdump()
/linux-6.1.9/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-6.1.9/drivers/atm/
Dsolos-pci.c918 static int popen(struct atm_vcc *vcc) in popen() function
1179 .open = popen,
/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_progs.c592 fp = popen("readelf -n ./urandom_read | grep 'Build ID'", "r"); in extract_build_id()