| /linux-6.15/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 | sockex2_user.c | 45 f = popen("ping -4 -c5 localhost", "r"); in main()
|
| H A D | sockex1_user.c | 41 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-6.15/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-6.15/scripts/ |
| H A D | checktransupdate.py | 46 pipe = os.popen(command) 76 pipe = os.popen(command) 87 pipe = os.popen(command)
|
| H A D | bloat-o-meter | 34 with os.popen("{} --size-sort {}".format(nm, file)) as f:
|
| /linux-6.15/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-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | uprobe.c | 12 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 | 320 f = popen("./urandom_read 1 report-pid", "r"); in urand_spawn()
|
| 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-6.15/tools/testing/selftests/alsa/ |
| H A D | utimer-test.c | 119 rfp = popen(command, "r"); in TEST_F()
|
| /linux-6.15/tools/perf/tests/ |
| H A D | code-reading.c | 202 f = popen(cmd, "r"); in objdump_version() 288 f = popen(cmd, "r"); in read_via_objdump()
|
| /linux-6.15/tools/perf/util/ |
| H A D | vdso.c | 196 f = popen(prog, "r"); in vdso__copy_compat()
|
| /linux-6.15/scripts/kconfig/ |
| H A D | preprocess.c | 156 p = popen(cmd, "r"); in do_shell()
|
| /linux-6.15/tools/hv/ |
| H A D | hv_kvp_daemon.c | 661 file = popen(cmd, "r"); in kvp_process_ipconfig_file() 738 f = popen("ip --oneline -4 route show;ip --oneline -6 route show", "r"); in kvp_get_gateway() 807 file = popen(cmd, "r"); in kvp_get_ipconfig_info()
|
| /linux-6.15/drivers/atm/ |
| H A D | solos-pci.c | 918 static int popen(struct atm_vcc *vcc) in popen() function 1179 .open = popen,
|
| /linux-6.15/tools/testing/selftests/x86/ |
| H A D | lam.c | 1129 FILE *cmd = popen(command, "r"); in Check_DSA_Kernel_Setting()
|