Searched refs:logfile (Results 1 – 9 of 9) sorted by relevance
| /tools/testing/selftests/kselftest/ |
| A D | runner.sh | 7 export logfile=/dev/stdout 99 echo "# overriding timeout to $kselftest_timeout" >> "$logfile" 101 echo "# timeout set to $kselftest_timeout" >> "$logfile" 133 (read xs; exit $xs)) 4>>"$logfile" && 154 logfile=$logfile 186 logfile="/tmp/$BASENAME_TEST" 187 cat /dev/null > "$logfile"
|
| /tools/testing/selftests/net/netfilter/ |
| A D | nft_audit.sh | 43 logfile=$(mktemp) 45 echo "logging into $logfile" 46 ./audit_logread >"$logfile" & 49 exec 3<"$logfile"
|
| /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 316 sprintf(logfile, logfilename, tid); in end_verification_log() 319 strcat(path, logfile); in end_verification_log()
|
| /tools/accounting/ |
| A D | procacct.c | 275 char *logfile = NULL; in main() local 287 logfile = strdup(optarg); in main() 288 printf("write to file %s\n", logfile); in main() 319 fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0644); in main()
|
| A D | getdelays.c | 345 char *logfile = NULL; in main() local 378 logfile = strdup(optarg); in main() 379 printf("write to file %s\n", logfile); in main() 443 fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, in main()
|
| /tools/perf/util/ |
| A D | s390-cpumsf.c | 187 FILE *logfile; member 723 if (sfq->logfile) { /* Write into log file */ in s390_cpumsf_run_decoder() 725 sfq->logfile); in s390_cpumsf_run_decoder() 741 if (sfq->logfile) { /* Write into log file */ in s390_cpumsf_run_decoder() 743 sfq->logfile); in s390_cpumsf_run_decoder() 790 sfq->logfile = fopen(name, "w"); in s390_cpumsf_alloc_queue() 791 if (sfq->logfile == NULL) { in s390_cpumsf_alloc_queue() 1021 if (sfq->logfile) { in s390_cpumsf_free_queues() 1022 fclose(sfq->logfile); in s390_cpumsf_free_queues() 1023 sfq->logfile = NULL; in s390_cpumsf_free_queues()
|
| /tools/testing/selftests/vsock/ |
| A D | vmtest.sh | 192 local logfile=/dev/null 201 logfile=/dev/stdout 216 --rw &> ${logfile} &
|
| /tools/testing/selftests/net/ |
| A D | bpf_offload.py | 35 logfile = None variable 63 if logfile is None: 72 logfile.write("\n" + log_get_sec() + " ") 73 logfile.write(header) 75 logfile.write("\n") 76 logfile.write(data) 698 logfile = open(args.log, 'w+') variable 699 logfile.write("# -*-Org-*-")
|
| /tools/power/cpupower/bench/ |
| A D | README-BENCH | 123 After the benchmark, the logfile is saved in OUTPUTDIR/benchmark_TIMESTAMP.log
|
Completed in 21 milliseconds