Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/kselftest/
H A Drunner.sh7 export logfile=/dev/stdout
98 echo "# overriding timeout to $kselftest_timeout" >> "$logfile"
100 echo "# timeout set to $kselftest_timeout" >> "$logfile"
129 (read xs; exit $xs)) 4>>"$logfile" &&
155 logfile="/tmp/$BASENAME_TEST"
156 cat /dev/null > "$logfile"
/kernel/linux/linux-5.10/tools/testing/selftests/kselftest/
H A Drunner.sh7 export logfile=/dev/stdout
89 (read xs; exit $xs)) 4>>"$logfile" &&
115 logfile="/tmp/$BASENAME_TEST"
116 cat /dev/null > "$logfile"
/kernel/linux/linux-6.6/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"
/kernel/linux/linux-5.10/tools/perf/util/
H A Ds390-cpumsf.c186 FILE *logfile; member
720 if (sfq->logfile) { /* Write into log file */ in s390_cpumsf_run_decoder()
722 sfq->logfile); in s390_cpumsf_run_decoder()
738 if (sfq->logfile) { /* Write into log file */ in s390_cpumsf_run_decoder()
740 sfq->logfile); in s390_cpumsf_run_decoder()
787 sfq->logfile = fopen(name, "w"); in s390_cpumsf_alloc_queue()
788 if (sfq->logfile == NULL) { in s390_cpumsf_alloc_queue()
1023 if (sfq->logfile) { in s390_cpumsf_free_queues()
1024 fclose(sfq->logfile); in s390_cpumsf_free_queues()
1025 sfq->logfile in s390_cpumsf_free_queues()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Ds390-cpumsf.c187 FILE *logfile; member
721 if (sfq->logfile) { /* Write into log file */ in s390_cpumsf_run_decoder()
723 sfq->logfile); in s390_cpumsf_run_decoder()
739 if (sfq->logfile) { /* Write into log file */ in s390_cpumsf_run_decoder()
741 sfq->logfile); in s390_cpumsf_run_decoder()
788 sfq->logfile = fopen(name, "w"); in s390_cpumsf_alloc_queue()
789 if (sfq->logfile == NULL) { in s390_cpumsf_alloc_queue()
1024 if (sfq->logfile) { in s390_cpumsf_free_queues()
1025 fclose(sfq->logfile); in s390_cpumsf_free_queues()
1026 sfq->logfile in s390_cpumsf_free_queues()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c263 char logfile[30]; in start_verification_log() local
269 sprintf(logfile, logfilename, tid); in start_verification_log()
272 strcat(path, logfile); in start_verification_log()
276 err_msg("Unable to create logfile\n"); in start_verification_log()
311 char logfile[30]; in end_verification_log() local
322 sprintf(logfile, logfilename, tid); in end_verification_log()
325 strcat(path, logfile); in end_verification_log()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c262 char logfile[30]; in start_verification_log() local
268 sprintf(logfile, logfilename, tid); in start_verification_log()
271 strcat(path, logfile); in start_verification_log()
275 err_msg("Unable to create logfile\n"); in start_verification_log()
310 char logfile[30]; in end_verification_log() local
321 sprintf(logfile, logfilename, tid); in end_verification_log()
324 strcat(path, logfile); in end_verification_log()
/kernel/linux/linux-6.6/tools/accounting/
H A Dprocacct.c88 fprintf(stderr, "procacct [-v] [-w logfile] [-r bufsize] [-m cpumask]\n"); in usage()
275 char *logfile = NULL; in main() local
288 logfile = strdup(optarg); in main()
289 printf("write to file %s\n", logfile); in main()
320 fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0644); in main()
H A Dgetdelays.c76 fprintf(stderr, "getdelays [-dilv] [-w logfile] [-r bufsize] " in usage()
295 char *logfile = NULL; in main() local
328 logfile = strdup(optarg); in main()
329 printf("write to file %s\n", logfile); in main()
393 fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, in main()
/kernel/linux/linux-5.10/tools/accounting/
H A Dgetdelays.c77 fprintf(stderr, "getdelays [-dilv] [-w logfile] [-r bufsize] " in usage()
279 char *logfile = NULL; in main() local
312 logfile = strdup(optarg); in main()
313 printf("write to file %s\n", logfile); in main()
377 fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, in main()
/kernel/linux/linux-5.10/fs/ntfs/
H A DMakefile10 ntfs-$(CONFIG_NTFS_RW) += bitmap.o lcnalloc.o logfile.o quota.o usnjrnl.o
/kernel/linux/linux-6.6/fs/ntfs/
H A DMakefile10 ntfs-$(CONFIG_NTFS_RW) += bitmap.o lcnalloc.o logfile.o quota.o usnjrnl.o
/kernel/linux/linux-5.10/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-*-")
/kernel/linux/linux-6.6/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 13 milliseconds