| /linux/samples/bpf/ |
| H A D | sockex3_user.c | 74 f = popen("ping -4 -c5 localhost", "r"); in main() 76 f = popen("netperf -l 4 localhost", "r"); in main()
|
| H A D | tracex1_user.c | 41 f = popen("taskset 1 ping -c5 localhost", "r"); in main()
|
| H A D | sockex1_user.c | 41 f = popen("ping -4 -c5 localhost", "r"); in main()
|
| H A D | sockex2_user.c | 45 f = popen("ping -4 -c5 localhost", "r"); in main()
|
| H A D | tracex5_user.c | 89 f = popen("dd if=/dev/zero of=/dev/null count=5", "r"); in main()
|
| H A D | trace_output_user.c | 93 f = popen("taskset 1 dd if=/dev/zero of=/dev/null", "r"); in main()
|
| H A D | sock_example.c | 107 f = popen("ping -4 -c5 localhost", "r"); in main()
|
| /linux/tools/perf/scripts/python/ |
| H A D | parallel-perf.py | 42 self.popen = None 65 if self.popen: 74 self.popen = subprocess.Popen(self.cmd, stdout=subprocess.PIPE, stderr=stderr) 76 self.consumer = subprocess.Popen(args, stdin=self.popen.stdout, stdout=stdout, stderr=stderr) 78 self.popen = subprocess.Popen(self.cmd, stdout=stdout, stderr=stderr) 100 if not self.popen: 102 result = self.RawPollWait(self.popen, wait) 107 self.popen.kill() 119 if not self.popen: 121 self.popen.kill()
|
| H A D | gecko.py | 53 PRODUCT = os.popen('uname -op').read().strip()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | hugetlb-soft-offline.c | 90 cmdfile = popen(cmd, "r"); in set_enable_soft_offline() 111 FILE *cmdfile = popen(cmd, "r"); in read_nr_hugepages()
|
| H A D | compaction_test.c | 33 FILE *cmdfile = popen(cmd, "r"); in read_memory_info() 44 cmdfile = popen(cmd, "r"); in read_memory_info()
|
| /linux/tools/docs/ |
| H A D | checktransupdate.py | 47 pipe = os.popen(command) 109 pipe = os.popen(command) 120 pipe = os.popen(command)
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | uprobe.c | 13 f = popen("./urandom_read 1 report-pid", "r"); in urand_spawn()
|
| H A D | xdp_synproxy.c | 14 FILE *f = popen(buf, "r"); \
|
| H A D | sk_assign.c | 37 tc = popen("tc -V", "r"); in configure_stack()
|
| H A D | usdt.c | 413 f = popen("./urandom_read 1 report-pid", "r"); in subtest_urandom_usdt()
|
| H A D | verify_pkcs7_sig.c | 198 fp = popen("find /lib/modules/$(uname -r) -name tcp_bic.ko", "r"); in populate_data_item_mod()
|
| /linux/tools/testing/selftests/alsa/ |
| H A D | utimer-test.c | 119 rfp = popen(command, "r"); in TEST_F()
|
| /linux/scripts/ |
| H A D | bloat-o-meter | 34 with os.popen("{} --size-sort {}".format(nm, file)) as f:
|
| /linux/tools/perf/tests/ |
| H A D | code-reading.c | 261 f = popen(cmd, "r"); in objdump_version() 347 f = popen(cmd, "r"); in read_via_objdump()
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | sea_to_user.c | 91 cmdfile = popen(cmd, "r"); in write_einj_entry()
|
| /linux/tools/perf/util/ |
| H A D | vdso.c | 196 f = popen(prog, "r"); in vdso__copy_compat()
|
| /linux/scripts/kconfig/ |
| H A D | preprocess.c | 156 p = popen(cmd, "r"); in do_shell()
|
| /linux/tools/hv/ |
| H A D | hv_kvp_daemon.c | 707 file = popen(cmd, "r"); in kvp_process_ipconfig_file() 784 f = popen("ip --oneline -4 route show;ip --oneline -6 route show", "r"); in kvp_get_gateway() 853 file = popen(cmd, "r"); in kvp_get_ipconfig_info()
|
| /linux/drivers/atm/ |
| H A D | solos-pci.c | 918 static int popen(struct atm_vcc *vcc) in popen() function 1179 .open = popen,
|