/kernel/linux/linux-6.6/tools/testing/selftests/kselftest/ |
H A D | runner.sh | 7 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 D | runner.sh | 7 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 D | nft_audit.sh | 20 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 D | s390-cpumsf.c | 186 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 D | s390-cpumsf.c | 187 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 D | tlbie_test.c | 263 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 D | tlbie_test.c | 262 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 D | procacct.c | 88 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 D | getdelays.c | 76 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 D | getdelays.c | 77 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 D | Makefile | 10 ntfs-$(CONFIG_NTFS_RW) += bitmap.o lcnalloc.o logfile.o quota.o usnjrnl.o
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | Makefile | 10 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 D | test_offload.py | 32 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 D | test_offload.py | 32 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-*-")
|