Searched refs:popen (Results 1 – 20 of 20) sorted by relevance
/linux-4.4.14/samples/bpf/ |
D | sockex3_user.c | 43 f = popen("ping -c5 localhost", "r"); in main() 45 f = popen("netperf -l 4 localhost", "r"); in main()
|
D | tracex2_user.c | 118 f = popen("ping -c5 localhost", "r"); in main() 122 f = popen("dd if=/dev/zero of=/dev/null count=5000000", "r"); in main()
|
D | tracex1_user.c | 19 f = popen("taskset 1 ping -c5 localhost", "r"); in main()
|
D | tracex5_user.c | 40 f = popen("dd if=/dev/zero of=/dev/null count=5", "r"); in main()
|
D | sockex1_user.c | 27 f = popen("ping -c5 localhost", "r"); in main()
|
D | sockex2_user.c | 32 f = popen("ping -c5 localhost", "r"); in main()
|
D | sock_example.c | 97 f = popen("ping -c5 localhost", "r"); in main()
|
D | trace_output_user.c | 186 f = popen("taskset 1 dd if=/dev/zero of=/dev/null", "r"); in main()
|
/linux-4.4.14/tools/testing/selftests/vm/ |
D | compaction_test.c | 29 FILE *cmdfile = popen(cmd, "r"); in read_memory_info() 40 cmdfile = popen(cmd, "r"); in read_memory_info()
|
/linux-4.4.14/arch/ia64/scripts/ |
D | unwcheck.py | 39 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
|
/linux-4.4.14/scripts/ |
D | bloat-o-meter | 18 for l in os.popen("nm --size-sort " + file).readlines():
|
D | analyze_suspend.py | 139 v = os.popen(self.adb+' shell cat /proc/version').read().strip() 978 out = os.popen(sysvals.adb+' shell ls '+tp+f).read().strip() 1037 out = os.popen('cat '+sysvals.ftracefile+' | grep "'+e+': "').read() 2774 out = os.popen(sysvals.adb+\ 2801 check = os.popen(sysvals.adb+\ 2838 desc = os.popen('cat %s/product 2>/dev/null' % \ 2840 ctrl = os.popen('cat %s/power/control 2>/dev/null' % \ 2907 field[i] = os.popen('cat %s/%s 2>/dev/null' % \ 2919 power[i] = os.popen('cat %s/power/%s 2>/dev/null' % \ 2954 line = os.popen(sysvals.adb+' shell cat '+\ [all …]
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | scripts.c | 151 fp = popen(cmd, "r"); in script_browse()
|
/linux-4.4.14/tools/perf/util/ |
D | vdso.c | 182 f = popen(prog, "r"); in vdso__copy_compat()
|
D | llvm-utils.c | 102 file = popen(cmd, "r"); in read_from_pipe()
|
D | srcline.c | 225 fp = popen(cmd, "r"); in addr2line()
|
D | annotate.c | 1210 file = popen(command, "r"); in symbol__annotate()
|
/linux-4.4.14/tools/perf/tests/ |
D | code-reading.c | 147 f = popen(cmd, "r"); in read_via_objdump()
|
/linux-4.4.14/tools/hv/ |
D | hv_kvp_daemon.c | 760 file = popen(cmd, "r"); in kvp_process_ipconfig_file() 847 file = popen(cmd, "r"); in kvp_get_ipconfig_info()
|
/linux-4.4.14/drivers/atm/ |
D | solos-pci.c | 924 static int popen(struct atm_vcc *vcc) in popen() function 1185 .open = popen,
|