Searched refs:logfile (Results 1 – 7 of 7) sorted by relevance
/linux/tools/testing/selftests/kselftest/ |
H 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"
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | nft_audit.sh | 43 logfile=$(mktemp) 45 echo "logging into $logfile" 46 ./audit_logread >"$logfile" & 49 exec 3<"$logfile"
|
/linux/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 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()
|
H A D | getdelays.c | 312 char *logfile = NULL; in main() local 345 logfile = strdup(optarg); in main() 346 printf("write to file %s\n", logfile); in main() 410 fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, in main()
|
/linux/tools/testing/selftests/net/ |
H 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) 696 logfile = open(args.log, 'w+') variable 697 logfile.write("# -*-Org-*-")
|
/linux/tools/power/cpupower/bench/ |
H A D | README-BENCH | 123 After the benchmark, the logfile is saved in OUTPUTDIR/benchmark_TIMESTAMP.log
|
/linux/Documentation/networking/device_drivers/ethernet/3com/ |
H A D | vortex.rst | 418 mailing list, mention that you have the logfile, but don't send
|