/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 | tracex7_user.c | 49 f = popen(command, "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/scripts/ |
H A D | checktransupdate.py | 46 pipe = os.popen(command) 76 pipe = os.popen(command) 87 pipe = os.popen(command)
|
H A D | sorttable.h | 232 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()
|
H A D | bloat-o-meter | 34 with os.popen("{} --size-sort {}".format(nm, file)) as f:
|
/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/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 | 311 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/tools/testing/selftests/alsa/ |
H A D | utimer-test.c | 119 rfp = popen(command, "r"); in TEST_F()
|
/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/perf/tests/ |
H A D | code-reading.c | 198 f = popen(cmd, "r"); in read_via_objdump() 200 pr_debug("popen failed\n"); in read_via_objdump()
|
/linux/tools/hv/ |
H A D | hv_kvp_daemon.c | 660 file = popen(cmd, "r"); in kvp_process_ipconfig_file() 747 file = popen(cmd, "r"); in kvp_get_ipconfig_info()
|