Home
last modified time | relevance | path

Searched refs:stdout (Results 401 - 425 of 1889) sorted by relevance

1...<<11121314151617181920>>...76

/kernel/linux/linux-5.10/tools/perf/util/
H A Dintel-pt.c195 color_fprintf(stdout, color, in intel_pt_dump()
206 color_fprintf(stdout, color, " %08x: ", pos); in intel_pt_dump()
208 color_fprintf(stdout, color, " %02x", buf[i]); in intel_pt_dump()
210 color_fprintf(stdout, color, " "); in intel_pt_dump()
215 color_fprintf(stdout, color, " %s\n", desc); in intel_pt_dump()
217 color_fprintf(stdout, color, " Bad packet!\n"); in intel_pt_dump()
3301 fprintf(stdout, fmt, arr[i]); in intel_pt_print_info()
3310 fprintf(stdout, " %-20s%s\n", name, str ? str : ""); in intel_pt_print_info_str()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-event.c1000 color_fprintf(stdout, color, prefix, l); in __show_one_line()
1002 color_fprintf(stdout, color, "%s", buf); in __show_one_line()
1088 fprintf(stdout, "<%s@%s:%d>\n", lr->function, lr->path, in __show_line_range()
1091 fprintf(stdout, "<%s:%d>\n", lr->path, lr->start); in __show_line_range()
1182 fprintf(stdout, "Available variables at %s\n", buf); in show_available_vars_at()
1189 fprintf(stdout, "\t@<%s+%lu>\n", vl->point.symbol, in show_available_vars_at()
1197 fprintf(stdout, "\t\t%s\n", node->s); in show_available_vars_at()
1204 fprintf(stdout, "\t\t(No matched variables)\n"); in show_available_vars_at()
3556 /* Showing definition always go stdout */ in show_probe_trace_event()
H A Dcs-etm.c636 color_fprintf(stdout, color, " %s", pkt_string); in cs_etm__packet_dump()
638 color_fprintf(stdout, color, " %s\n", pkt_string); in cs_etm__packet_dump()
640 fflush(stdout); in cs_etm__packet_dump()
743 fprintf(stdout, "\n"); in cs_etm__dump_event()
744 color_fprintf(stdout, color, in cs_etm__dump_event()
H A Dintel-pt.c241 color_fprintf(stdout, color, in intel_pt_dump()
252 color_fprintf(stdout, color, " %08x: ", pos); in intel_pt_dump()
254 color_fprintf(stdout, color, " %02x", buf[i]); in intel_pt_dump()
256 color_fprintf(stdout, color, " "); in intel_pt_dump()
261 color_fprintf(stdout, color, " %s\n", desc); in intel_pt_dump()
263 color_fprintf(stdout, color, " Bad packet!\n"); in intel_pt_dump()
4161 fprintf(stdout, fmt, arr[i]); in intel_pt_print_info()
4170 fprintf(stdout, " %-20s%s\n", name, str ? str : ""); in intel_pt_print_info_str()
4303 fprintf(stdout, " Cap Event Trace %d\n", in intel_pt_process_auxtrace_info()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-daemon.c1386 if (fwrite(line, nread, 1, stdout) != 1) in send_cmd()
1388 fflush(stdout); in send_cmd()
1519 __daemon.out = stdout; in cmd_daemon()
/kernel/linux/linux-6.6/tools/tracing/latency/
H A Dlatency-collector.c313 if (setvbuf(stdout, NULL, _IONBF, 0) != 0) in open_stdout()
315 fd_stdout = fileno(stdout); in open_stdout()
1655 fflush(stdout); in start_printthread()
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py71 sys.stdout.flush()
309 if (hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()):
363 fp = Popen(['which', cmd], stdout=PIPE, stderr=PIPE).stdout
493 fp = Popen('dmesg', stdout=PIPE).stdout
508 fp = Popen('dmesg', stdout=PIPE).stdout
1038 fp = Popen([cmdpath]+cargs[3:], stdout
[all...]
/foundation/communication/wifi/wifi/test/wifi_client/
H A Dwifi_client.cpp52 (void)vfprintf(stdout, fmt, list); in Log()
54 fflush(stdout); in Log()
/kernel/linux/linux-5.10/tools/firewire/
H A Dnosy-dump.c911 poptPrintUsage(con, stdout, 0); in main()
954 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); in main()
/kernel/linux/linux-6.6/tools/firewire/
H A Dnosy-dump.c911 poptPrintUsage(con, stdout, 0); in main()
954 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); in main()
/test/testfwk/xdevice/src/xdevice/_core/
H A Dlogger.py116 stream_handler = logging.StreamHandler(sys.stdout)
439 handler = logging.StreamHandler(sys.stdout)
/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestStdio.cpp250 fp = freopen(IOTEST_TEMPFILE, "w", stdout); in HWTEST_F()
664 fp = freopen(IOTEST_TEMPFILE, "w", stdout); in HWTEST_F()
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dnuma.c1101 fflush(stdout); in show_summary()
1263 fflush(stdout); in worker_thread()
1373 printf("\n ###\n"); fflush(stdout); in print_summary()
1524 tprintf(" # Startup synchronization: ..."); fflush(stdout); in __bench_numa()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dprog.c323 btf_wtr = jsonw_new(stdout); in show_prog_metadata()
445 fprint_hex(stdout, info->tag, BPF_TAG_SIZE, ""); in print_prog_header_plain()
1125 f = stdout; in print_run_output()
1325 fprintf(stdout, "Return value: %u, duration%s: %uns\n", in do_run()
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dnuma.c1150 fflush(stdout); in show_summary()
1313 fflush(stdout); in worker_thread()
1423 printf("\n ###\n"); fflush(stdout); in print_summary()
1584 tprintf(" # Startup synchronization: ..."); fflush(stdout); in __bench_numa()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dprog.c385 btf_wtr = jsonw_new(stdout); in show_prog_metadata()
519 fprint_hex(stdout, info->tag, BPF_TAG_SIZE, ""); in print_prog_header_plain()
1226 f = stdout; in print_run_output()
1425 fprintf(stdout, "Return value: %u, duration%s: %uns\n", in do_run()
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dwrapper578 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/$bld"
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dfile.c574 fflush(stdout); in os_flush_stdout()
/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dkfigure.py311 exit_code = subprocess.call(cmd, stdout = out)
328 # use stdout and stderr from parent
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dwrapper606 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/$bld"
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkfigure.py361 exit_code = subprocess.call(cmd, stdout = out)
424 # use stdout and stderr from parent
/kernel/linux/linux-5.10/tools/testing/selftests/exec/
H A Dexecveat.c422 fflush(stdout); in main()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dfile.c574 fflush(stdout); in os_flush_stdout()
/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_lru_dist.c509 setbuf(stdout, NULL); in main()
/kernel/linux/linux-5.10/scripts/
H A Dinsert-sys-cert.c34 #define warn(format, args...) fprintf(stdout, "WARNING: " format, ## args)

Completed in 47 milliseconds

1...<<11121314151617181920>>...76