Searched refs:logfile (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/selftests/kselftest/ |
A D | runner.sh | 7 export logfile=/dev/stdout 88 (read xs; exit $xs)) 4>>"$logfile" && 114 logfile="/tmp/$BASENAME_TEST" 115 cat /dev/null > "$logfile"
|
/linux/tools/testing/selftests/powerpc/mm/ |
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() 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()
|
/linux/tools/perf/util/ |
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 = NULL; in s390_cpumsf_free_queues()
|
/linux/tools/accounting/ |
A D | getdelays.c | 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()
|
/linux/fs/ntfs/ |
A D | Makefile | 10 ntfs-$(CONFIG_NTFS_RW) += bitmap.o lcnalloc.o logfile.o quota.o usnjrnl.o
|
/linux/tools/testing/selftests/bpf/ |
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-*-")
|
/linux/tools/power/cpupower/bench/ |
A D | README-BENCH | 123 After the benchmark, the logfile is saved in OUTPUTDIR/benchmark_TIMESTAMP.log
|
/linux/Documentation/networking/device_drivers/ethernet/3com/ |
A D | vortex.rst | 418 mailing list, mention that you have the logfile, but don't send
|
/linux/scripts/ |
A D | spelling.txt | 899 logile||logfile
|
Completed in 43 milliseconds