Searched refs:stdout (Results 151 - 175 of 244) sorted by relevance

12345678910

/linux-master/tools/testing/selftests/clone3/
H A Dclone3_set_tid.c33 fflush(stdout);
/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DnsPlugin.py84 subprocess.run(cmd, shell=True, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
/linux-master/tools/iio/
H A Diio_event_monitor.c305 fflush(stdout);
/linux-master/arch/um/os-Linux/
H A Dstart_up.c97 fflush(stdout);
/linux-master/tools/perf/
H A Dbuiltin-annotate.c620 perf_session__fprintf_nr_events(session, stdout, false);
621 evlist__fprintf_nr_events(session->evlist, stdout, false);
626 perf_session__fprintf(session, stdout);
629 perf_session__fprintf_dsos(session, stdout);
H A Dbuiltin-script.c1156 ret = map__fprintf_srccode(al.map, al.addr, stdout,
1612 int ret = map__fprintf_srccode(al->map, al->addr, stdout,
2278 if (map__fprintf_srccode(al->map, al->addr, stdout,
2473 es_stdout.fp = stdout;
2543 event->header.type, stdout);
2546 perf_event__fprintf(event, machine, stdout);
2703 perf_event__fprintf(event, NULL, stdout);
2784 es_stdout.fp = stdout;
2799 evsel_script__fprintf(es, stdout);
3363 fprintf(stdout,
[all...]
H A Dbuiltin-list.c493 .fp = stdout,
496 .fp = stdout,
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c191 setbuf(stdout, NULL);
/linux-master/tools/perf/util/
H A Dtrace-event-parse.c122 return event_format__fprintf(event, cpu, data, size, stdout);
H A Dmachine.c602 perf_event__fprintf_comm(event, stdout);
633 perf_event__fprintf_namespaces(event, stdout);
653 perf_event__fprintf_cgroup(event, stdout);
707 perf_event__fprintf_aux(event, stdout);
715 perf_event__fprintf_itrace_start(event, stdout);
723 perf_event__fprintf_aux_output_hw_id(event, stdout);
731 perf_event__fprintf_switch(event, stdout);
824 perf_event__fprintf_ksymbol(event, stdout);
840 perf_event__fprintf_text_poke(event, machine, stdout);
1794 perf_event__fprintf_mmap2(event, stdout);
[all...]
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dtestcases.c251 fprintf(stdout,
/linux-master/tools/testing/selftests/mm/
H A Dthuge-gen.c68 fflush(stdout);
/linux-master/tools/testing/selftests/
H A Dkselftest.h125 * Force line buffering; If stdout is not connected to a terminal, it
131 setvbuf(stdout, NULL, _IOLBF, 0);
/linux-master/scripts/kconfig/
H A Dexpr.c296 expr_fprint(e1, stdout);
298 expr_fprint(e2, stdout);
487 expr_fprint(e1, stdout);
489 expr_fprint(e2, stdout);
581 expr_fprint(e1, stdout);
583 expr_fprint(e2, stdout);
H A Dconf.c341 fflush(stdout);
523 fflush(stdout);
763 //zconfdump(stdout);
/linux-master/tools/usb/
H A Dffs-test.c552 ret = fwrite(buf, nbytes, 1, stdout);
554 fflush(stdout);
H A Dtestusb.c339 fflush (stdout);
/linux-master/scripts/
H A Dspdxcheck.py233 sys.stdout.write('%s: %d:%d %s: %s\n' %(fname, self.curline, col, pe.txt, tok))
235 sys.stdout.write('%s: %d:0 %s\n' %(fname, self.curline, pe.txt))
/linux-master/arch/mips/boot/tools/
H A Drelocs.c596 /* Output text to stdout */
598 outf = stdout;
600 /* Output raw binary to stdout */
601 outf = stdout;
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py435 cmd = subprocess.run(command, stdout=subprocess.PIPE,
438 data = json.loads(cmd.stdout)
/linux-master/tools/testing/selftests/x86/
H A Dsyscall_numbering.c444 * sure the message gets out by setting stdout to nonbuffered.
446 setvbuf(stdout, NULL, _IONBF, 0);
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py40 sys.stdout.flush()
308 lf = Popen('dmesg', stdout=PIPE).stdout
757 call(sysvals.blexec, stderr=PIPE, stdout=PIPE,
/linux-master/scripts/dtc/
H A Dutil.c304 int fd = 1; /* assume stdout */
431 FILE *fp = errmsg ? stderr : stdout;
/linux-master/tools/cgroup/
H A Diocost_monitor.py276 sys.stdout.flush()
/linux-master/tools/testing/selftests/sgx/
H A Dsigstruct.c342 ERR_print_errors_fp(stdout);

Completed in 223 milliseconds

12345678910