Searched refs:logfile (Results 1 – 7 of 7) sorted by relevance
/tools/testing/selftests/kselftest/ |
D | runner.sh | 7 export logfile=/dev/stdout 76 (read xs; exit $xs)) 4>>"$logfile" && 102 logfile="/tmp/$BASENAME_TEST" 103 cat /dev/null > "$logfile"
|
/tools/testing/selftests/powerpc/mm/ |
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() 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()
|
/tools/perf/util/ |
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()
|
/tools/accounting/ |
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()
|
/tools/testing/selftests/bpf/ |
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) 750 logfile = open(args.log, 'w+') variable 751 logfile.write("# -*-Org-*-")
|
/tools/testing/selftests/ |
D | Makefile | 216 echo " cat /dev/null > \$$logfile" >> $(ALL_SCRIPT)
|
/tools/power/cpupower/bench/ |
D | README-BENCH | 123 After the benchmark, the logfile is saved in OUTPUTDIR/benchmark_TIMESTAMP.log
|