Searched refs:logfile (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/kselftest/
H A Drunner.sh7 export logfile=/dev/stdout
99 echo "# overriding timeout to $kselftest_timeout" >> "$logfile"
101 echo "# timeout set to $kselftest_timeout" >> "$logfile"
130 (read xs; exit $xs)) 4>>"$logfile" &&
151 logfile=$logfile
183 logfile="/tmp/$BASENAME_TEST"
184 cat /dev/null > "$logfile"
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_audit.sh20 logfile=$(mktemp)
22 echo "logging into $logfile"
23 ./audit_logread >"$logfile" &
25 trap 'kill $logread_pid; rm -f $logfile $rulefile' EXIT
26 exec 3<"$logfile"
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c262 char logfile[30]; local
268 sprintf(logfile, logfilename, tid);
271 strcat(path, logfile);
275 err_msg("Unable to create logfile\n");
310 char logfile[30]; local
321 sprintf(logfile, logfilename, tid);
324 strcat(path, logfile);
/linux-master/tools/accounting/
H A Dprocacct.c88 fprintf(stderr, "procacct [-v] [-w logfile] [-r bufsize] [-m cpumask]\n");
275 char *logfile = NULL; local
288 logfile = strdup(optarg);
289 printf("write to file %s\n", logfile);
320 fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0644);
H A Dgetdelays.c76 fprintf(stderr, "getdelays [-dilv] [-w logfile] [-r bufsize] "
295 char *logfile = NULL; local
328 logfile = strdup(optarg);
329 printf("write to file %s\n", logfile);
393 fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC,
/linux-master/tools/perf/util/
H A Ds390-cpumsf.c187 FILE *logfile; member in struct:s390_cpumsf_queue
721 if (sfq->logfile) { /* Write into log file */
723 sfq->logfile);
739 if (sfq->logfile) { /* Write into log file */
741 sfq->logfile);
788 sfq->logfile = fopen(name, "w");
789 if (sfq->logfile == NULL) {
1024 if (sfq->logfile) {
1025 fclose(sfq->logfile);
1026 sfq->logfile
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_offload.py32 logfile = None variable
60 if logfile is None:
69 logfile.write("\n" + log_get_sec() + " ")
70 logfile.write(header)
72 logfile.write("\n")
73 logfile.write(data)
757 logfile = open(args.log, 'w+') variable
758 logfile.write("# -*-Org-*-")

Completed in 110 milliseconds