Searched refs:stdout (Results 51 - 75 of 252) sorted by relevance

1234567891011

/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c84 setbuf(stdout, NULL);
/linux-master/tools/thermal/lib/
H A Dlog.c47 vfprintf(stdout, format, args);
/linux-master/Documentation/sphinx/
H A Dload_config.py48 sys.stdout.write("load additional sphinx-config: %s\n" % config_file)
/linux-master/tools/testing/selftests/kvm/lib/s390x/
H A Ddiag318_test_handler.c65 fprintf(stdout, "KVM_CAP_S390_DIAG318 not supported. "
/linux-master/tools/testing/selftests/hid/tests/
H A Dconftest.py69 for line in p.stdout.split("\n"):
/linux-master/tools/perf/
H A Dbuiltin-evlist.c53 evsel__fprintf(pos, details, stdout);
/linux-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.h138 fprintf(stdout,
/linux-master/tools/testing/selftests/clone3/
H A Dclone3_selftests.h38 fflush(stdout);
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_preempt.c76 setbuf(stdout, NULL);
H A Dfpu_preempt.c67 setbuf(stdout, NULL);
/linux-master/scripts/kconfig/tests/
H A Dconftest.py26 stdout, and stderr. It also provides methods to compare those
71 stdout=subprocess.PIPE,
87 self.stdout = ps.stdout.read().decode()
108 print("[stdout]")
109 print(self.stdout)
264 """Check if resulted stdout contains expected data.
269 return self._contains('stdout', expected)
272 """Check if resulted stdout exactly matches expected data.
277 return self._matches('stdout', expecte
[all...]
/linux-master/tools/testing/selftests/drivers/net/lib/py/
H A Dremote_ssh.py24 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/linux-master/tools/testing/selftests/sync/
H A Dsync_test.c46 fflush(stdout);
/linux-master/tools/testing/selftests/x86/
H A Dtest_mremap_vdso.c40 fflush(stdout);
H A Dsysret_rip.c76 fflush(stdout);
120 fflush(stdout);
/linux-master/tools/testing/kunit/
H A Dkunit.py26 from kunit_printer import stdout namespace
79 stdout.print_with_timestamp('Configuring KUnit Kernel ...')
89 stdout.print_with_timestamp('Building KUnit Kernel ...')
185 stdout.print_with_timestamp('Starting KUnit Kernel ({}/{})...'.format(i+1, len(filter_globs)))
247 if request.json == 'stdout':
252 stdout.print_with_timestamp("Test results stored in %s" %
276 stdout.print_with_timestamp((
293 # So we hackily automatically rewrite --json => --json=stdout
295 '--json': 'stdout',
413 help='Prints parsed test results as JSON to stdout o
[all...]
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c34 int stdout; member in struct:child_data
67 ksft_exit_fail_msg("Failed to create stdout pipe: %s (%d)\n",
77 * In child, replace stdout with the pipe, errors to
78 * stderr from here as kselftest prints to stdout.
125 * write side of stdout.
128 child->stdout = pipefd[0];
136 ret = epoll_ctl(epoll_fd, EPOLL_CTL_ADD, child->stdout, &ev);
150 ret = read(child->stdout, read_data, sizeof(read_data));
209 close(child->stdout);
210 child->stdout
[all...]
/linux-master/tools/power/cpupower/bench/
H A Dparse.c103 fprintf(stdout, "Logfile: %s\n", filename);
137 config->output = stdout;
H A Dsystem.c140 if (config->verbose || config->output != stdout)
/linux-master/arch/powerpc/kernel/
H A Dlegacy_serial.c395 struct device_node *np, *stdout = NULL; local
402 path = of_get_property(of_chosen, "linux,stdout-path", NULL);
404 path = of_get_property(of_chosen, "stdout-path", NULL);
406 stdout = of_find_node_by_path(path);
407 if (stdout)
408 DBG("stdout is %pOF\n", stdout);
410 DBG(" no linux,stdout-path !\n");
421 if (index >= 0 && np == stdout)
434 if (index >= 0 && np == stdout)
[all...]
/linux-master/tools/testing/selftests/timers/
H A Dadjtick.c139 fflush(stdout);
175 setbuf(stdout, NULL);
/linux-master/tools/testing/selftests/net/lib/py/
H A Dnsim.py30 self.dev = json.loads(ret.stdout)[0]
105 ns=self.ns).stdout.split()
/linux-master/tools/perf/bench/
H A Duprobe.c125 fprintf(stdout, " %s%'" PRId64 " to previous", diff_to_previous > 0 ? "+" : "", diff_to_previous);
171 bench_uprobe_format__default_fprintf(name, unit, diff, stdout);
/linux-master/tools/lib/subcmd/
H A Dpager.c56 fflush(stdout);
/linux-master/tools/lib/perf/Documentation/examples/
H A Dcounting.c74 fprintf(stdout, "count %llu, enabled %llu, run %llu\n",

Completed in 397 milliseconds

1234567891011