Searched refs:stdout (Results 101 - 125 of 250) sorted by relevance

12345678910

/linux-master/tools/perf/tests/
H A Dbuiltin-test.c293 * Busy loop reading from the child's stdout and stderr that are set to
329 fprintf(stdout, "%s", buf);
343 fprintf(stdout, "%s", buf);
357 fprintf(stdout, "%s", out_output.buf);
582 setvbuf(stdout, NULL, _IONBF, 0);
/linux-master/tools/cgroup/
H A Diocost_coef_gen.py63 stdout=subprocess.PIPE, shell=True).stdout
/linux-master/tools/testing/radix-tree/
H A Dmain.c75 fflush(stdout);
277 fflush(stdout);
/linux-master/samples/vfs/
H A Dtest-statx.c66 fwrite(buffer, 1, len, stdout);
73 fwrite(buffer, 1, len, stdout);
/linux-master/tools/testing/selftests/drivers/sdsi/
H A Dsdsi_test.py42 lsmod_p = subprocess.Popen(('lsmod'), stdout=subprocess.PIPE)
43 result = subprocess.check_output(('grep', '-q', MODULE_NAME), stdin=lsmod_p.stdout)
/linux-master/scripts/
H A Ddiffconfig139 os.dup2(devnull, sys.stdout.fileno())
H A Dmake_fit.py175 subprocess.call([tool, '-c'], stdin=inf, stdout=outf)
272 stdout=subprocess.DEVNULL)
H A Dgenerate_rust_analyzer.py162 json.dump(rust_project, sys.stdout, sort_keys=True, indent=4)
/linux-master/scripts/basic/
H A Dfixdep.c69 * The transformed dependency snipped is written to stdout.
75 * and then basically copies the .<target>.d file to stdout, in the
433 fflush(stdout);
436 * In the intended usage, the stdout is redirected to .*.cmd files.
439 if (ferror(stdout)) {
/linux-master/tools/testing/selftests/timers/
H A Dvalid-adjtimex.c125 fflush(stdout);
253 fflush(stdout);
/linux-master/tools/testing/selftests/net/
H A Dbpf_offload.py101 Run a command in subprocess and return tuple of (retval, stdout);
104 proc = subprocess.Popen(cmd, shell=shell, stdout=subprocess.PIPE,
115 stdout, stderr = proc.communicate()
116 stdout = stdout.decode("utf-8")
118 proc.stdout.close()
128 (proc.returncode, sec, stdout, sec, stderr,
137 return proc.returncode, stdout, stderr
139 return proc.returncode, stdout
157 ret, stdout, stder
[all...]
H A Dfin_ack_lat.c81 fflush(stdout);
/linux-master/tools/perf/util/
H A Dintel-bts.c93 color_fprintf(stdout, color,
103 color_fprintf(stdout, color, " %08x: ", pos);
105 color_fprintf(stdout, color, " %02x", buf[i]);
107 color_fprintf(stdout, color, " ");
110 color_fprintf(stdout, color, " %"PRIx64" -> %"PRIx64" %s\n",
116 color_fprintf(stdout, color, " Bad record!\n");
854 fprintf(stdout, intel_bts_info_fmts[i], arr[i]);
/linux-master/tools/bpf/bpftool/
H A Dmap.c123 json_writer_t *jw = jsonw_new(stdout);
204 fprint_hex(stdout, key, info->key_size, " ");
259 fprint_hex(stdout, key, info->key_size, " ");
270 fprint_hex(stdout, value, info->value_size, " ");
283 fprint_hex(stdout, key, info->key_size, " ");
290 fprint_hex(stdout, value + i * step,
1098 fprint_hex(stdout, key, info.key_size, " ");
1172 fprint_hex(stdout, key, info.key_size, " ");
1178 fprint_hex(stdout, nextkey, info.key_size, " ");
/linux-master/arch/x86/tools/
H A Dinsn_decoder_test.c171 fprintf(stdout, "%s: success: Decoded and checked %d"
/linux-master/tools/testing/selftests/x86/
H A Dsingle_step_syscall.c133 fflush(stdout); /* Force a syscall */
/linux-master/tools/testing/vsock/
H A Dcontrol.c81 fflush(stdout);
/linux-master/tools/testing/selftests/mm/
H A Dwrite_to_hugetlbfs.c81 setvbuf(stdout, NULL, _IONBF, 0);
/linux-master/tools/perf/tests/shell/
H A Dbuildid.sh59 id=`objcopy -O binary --only-section=.buildid $1 /dev/stdout | \
/linux-master/include/linux/raid/
H A Dpq.h167 # define pr_info(format, ...) fprintf(stdout, format, ## __VA_ARGS__)
/linux-master/tools/testing/selftests/clone3/
H A Dclone3_cap_checkpoint_restore.c34 fflush(stdout);
/linux-master/tools/testing/selftests/kselftest/
H A Drunner.sh7 export logfile=/dev/stdout
/linux-master/Documentation/sphinx/
H A Dkerneldoc.py115 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/linux-master/tools/perf/ui/browsers/
H A Dscripts.c167 fflush(stdout);
/linux-master/tools/testing/selftests/net/netfilter/
H A Daudit_logread.c128 fflush(stdout);

Completed in 222 milliseconds

12345678910