Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dsockex3_user.c61 f = popen("ping -c5 localhost", "r"); in main()
63 f = popen("netperf -l 4 localhost", "r"); in main()
Dtracex2_user.c134 f = popen("ping -c5 localhost", "r"); in main()
138 f = popen("dd if=/dev/zero of=/dev/null count=5000000", "r"); in main()
Dtracex1_user.c20 f = popen("taskset 1 ping -c5 localhost", "r"); in main()
Dtracex7_user.c24 f = popen(command, "r"); in main()
Dtracex5_user.c44 f = popen("dd if=/dev/zero of=/dev/null count=5", "r"); in main()
Dsockex1_user.c29 f = popen("ping -c5 localhost", "r"); in main()
Dsockex2_user.c37 f = popen("ping -c5 localhost", "r"); in main()
Dtrace_output_user.c99 f = popen("taskset 1 dd if=/dev/zero of=/dev/null", "r"); in main()
Dsock_example.c102 f = popen("ping -c5 localhost", "r"); in main()
/Linux-v4.19/tools/testing/selftests/vm/
Dcompaction_test.c32 FILE *cmdfile = popen(cmd, "r"); in read_memory_info()
43 cmdfile = popen(cmd, "r"); in read_memory_info()
/Linux-v4.19/arch/ia64/scripts/
Dunwcheck.py40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
/Linux-v4.19/scripts/
Dbloat-o-meter27 with os.popen("nm --size-sort " + file) as f:
/Linux-v4.19/tools/perf/ui/browsers/
Dscripts.c152 fp = popen(cmd, "r"); in script_browse()
/Linux-v4.19/tools/perf/util/
Dsrcline.c404 fp = popen(cmd, "r"); in addr2line()
447 fp = popen(cmd, "r"); in addr2inlines()
Dvdso.c181 f = popen(prog, "r"); in vdso__copy_compat()
Dllvm-utils.c118 file = popen(cmd, "r"); in read_from_pipe()
/Linux-v4.19/scripts/kconfig/
Dpreprocess.c148 p = popen(cmd, "r"); in do_shell()
/Linux-v4.19/tools/perf/tests/
Dcode-reading.c195 f = popen(cmd, "r"); in read_via_objdump()
/Linux-v4.19/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-v4.19/drivers/atm/
Dsolos-pci.c930 static int popen(struct atm_vcc *vcc) in popen() function
1191 .open = popen,
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_progs.c1109 fp = popen("readelf -n ./urandom_read | grep 'Build ID'", "r"); in extract_build_id()