Searched refs:stdout (Results 201 - 225 of 244) sorted by relevance

12345678910

/linux-master/tools/testing/selftests/resctrl/
H A Dresctrlfs.c810 fflush(stdout);
/linux-master/tools/bpf/bpftool/
H A Dprog.c385 btf_wtr = jsonw_new(stdout);
520 fprint_hex(stdout, info->tag, BPF_TAG_SIZE, "");
1230 f = stdout;
1429 fprintf(stdout, "Return value: %u, duration%s: %uns\n",
H A Dbtf.c460 vfprintf(stdout, fmt, args);
/linux-master/tools/testing/vsock/
H A Dutil.c439 fflush(stdout);
/linux-master/tools/perf/util/
H A Dintel-pt.c241 color_fprintf(stdout, color,
252 color_fprintf(stdout, color, " %08x: ", pos);
254 color_fprintf(stdout, color, " %02x", buf[i]);
256 color_fprintf(stdout, color, " ");
261 color_fprintf(stdout, color, " %s\n", desc);
263 color_fprintf(stdout, color, " Bad packet!\n");
4161 fprintf(stdout, fmt, arr[i]);
4170 fprintf(stdout, " %-20s%s\n", name, str ? str : "");
4303 fprintf(stdout, " Cap Event Trace %d\n",
H A Dprobe-event.c1013 color_fprintf(stdout, color, prefix, l);
1015 color_fprintf(stdout, color, "%s", buf);
1101 fprintf(stdout, "<%s@%s:%d>\n", lr->function, lr->path,
1104 fprintf(stdout, "<%s:%d>\n", lr->path, lr->start);
1195 fprintf(stdout, "Available variables at %s\n", buf);
1202 fprintf(stdout, "\t@<%s+%lu>\n", vl->point.symbol,
1210 fprintf(stdout, "\t\t%s\n", node->s);
1217 fprintf(stdout, "\t\t(No matched variables)\n");
3567 /* Showing definition always go stdout */
H A Dcs-etm.c645 color_fprintf(stdout, color, " %s", pkt_string);
647 color_fprintf(stdout, color, " %s\n", pkt_string);
649 fflush(stdout);
766 fprintf(stdout, "\n");
767 color_fprintf(stdout, color,
H A Dblock-info.c475 stdout, true);
H A Dbpf-event.c76 perf_event__fprintf_bpf(event, stdout);
H A Dauxtrace.c1310 fprintf(stdout, " type: %u\n", type);
1350 fprintf(stdout, " size: %#"PRI_lx64" offset: %#"PRI_lx64" ref: %#"PRI_lx64" idx: %u tid: %d cpu: %d\n",
1745 perf_event__fprintf_auxtrace_error(event, stdout);
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py76 sys.stdout.flush()
331 if (hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()):
396 fp = Popen(['which', cmd], stdout=PIPE, stderr=PIPE).stdout
535 lines = Popen('dmesg', stdout=PIPE).stdout.readlines()
550 fp = Popen('dmesg', stdout=PIPE).stdout
1086 fp = Popen(cmd, stdout
[all...]
/linux-master/tools/firewire/
H A Dnosy-dump.c911 poptPrintUsage(con, stdout, 0);
954 setvbuf(stdout, NULL, _IOLBF, BUFSIZ);
/linux-master/tools/testing/selftests/openat2/
H A Dresolve_test.c495 fflush(stdout);
/linux-master/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c43 vfprintf(stdout, s, args);
/linux-master/arch/um/os-Linux/
H A Dfile.c574 fflush(stdout);
/linux-master/tools/testing/selftests/arm64/fp/
H A Dvec-syscfg.c103 fflush(stdout);
117 * Replace stdout with the pipe, errors to stderr from
118 * here as kselftest prints to stdout.
126 /* exec() a new binary which puts the VL on stdout */
164 ksft_print_msg("failed to open child stdout\n");
/linux-master/Documentation/sphinx/
H A Dkfigure.py355 exit_code = subprocess.call(cmd, stdout = out)
418 # use stdout and stderr from parent
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c625 print_match_error(stdout, pattern_origin, text_origin, pattern, text);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_loader.c396 fprintf(stdout, "VERIFIER LOG:\n=============\n%s=============\n", log_buf);
H A Dtest_lru_map.c856 setbuf(stdout, NULL);
/linux-master/tools/bpf/
H A Dbpf_dbg.c1364 if (fout != stdout)
1397 return run_shell_loop(fin ? : stdin, fout ? : stdout);
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c146 fputs(buf, stdout);
171 * expression <expr>, print the status to stdout, and update the "ret"
723 fflush(stdout);
/linux-master/scripts/
H A Dunifdef.c327 ofilename = "[stdout]";
328 output = stdout;
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c306 fprintf(stderr, " writes to stdout or <fname>.nx.gunzip\n");
312 outf = stdout;
/linux-master/tools/virtio/
H A Dvringh_test.c170 fflush(stdout);

Completed in 339 milliseconds

12345678910