Home
last modified time | relevance | path

Searched refs:LOG_FILE (Results 1 – 8 of 8) sorted by relevance

/external/ltp/testcases/realtime/func/pi-tests/
Drun_auto.sh16 export LOG_FILE="$LOG_DIR/$LOG_FORMAT-testpi-1.log"
18 PYTHONPATH=../../ python parse-testpi1.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
20 export LOG_FILE="$LOG_DIR/$LOG_FORMAT-testpi-2.log"
22 PYTHONPATH=../../ python parse-testpi2.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
24 export LOG_FILE="$LOG_DIR/$LOG_FORMAT-testpi-4.log"
26 PYTHONPATH=../../ python parse-testpi1.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
29 export LOG_FILE=""
/external/ltp/testcases/realtime/perf/latency/
Drun_auto.sh9 LOG_FILE="$LOG_DIR/$LOG_FORMAT-pthread_cond_many.log"
11 echo "Logging to: " | tee -a $LOG_FILE
12 echo "$LOG_FILE " | tee -a $LOG_FILE
13 echo "and to local individual .out files " | tee -a $LOG_FILE
29 echo "pthread_cond_many configuration:" | tee -a $LOG_FILE
30 echo "number of threads = $nthread " | tee -a $LOG_FILE
31 echo "number of iterations = $iter " | tee -a $LOG_FILE
32 echo "number of processes = $nproc " | tee -a $LOG_FILE
/external/ltp/testcases/realtime/scripts/
Drun_c_files.sh42 if [ "$LOG_FILE" = "" ]; then
43 LOG_FILE="$LOG_DIR/$LOG_FORMAT-${cmd}${params// /}.log"
50 echo "Logging to $LOG_FILE"
55 ) | tee -a $LOG_FILE
/external/linux-kselftest/tools/testing/selftests/pstore/
Dcommon_tests64 LOG_FILE=$LOG_DIR/`basename $0`.log
66 date > $LOG_FILE
68 /bin/echo "$@" | tee -a $LOG_FILE
/external/linux-kselftest/tools/testing/selftests/ftrace/
Dftracetest117 LOG_FILE=$LOG_DIR/ftracetest.log
119 date > $LOG_FILE
121 echo "$@" | tee -a $LOG_FILE
124 cat $1 | tee -a $LOG_FILE
/external/ltp/testcases/realtime/func/measurement/
Drun_auto.sh17 LOG_FILE="$LOG_DIR/$LOG_FORMAT-rdtsc-latency.log"
20 LOG_FILE="$LOG_DIR/$LOG_FORMAT-preempt_timing.log"
/external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/
DSimpleLogger.java141 private static String LOG_FILE = "System.err"; field in SimpleLogger
200 LOG_FILE = getStringProperty(LOG_FILE_KEY, LOG_FILE); in init()
201 TARGET_STREAM = computeTargetStream(LOG_FILE); in init()
/external/abi-compliance-checker/
Dabi-compliance-checker.pl22423 …my ($LOG_DIR, $LOG_FILE) = ("logs/$TargetLibraryName/".$Descriptor{$LibVersion}{"Version"}, "log.t…
22426 ($LOG_DIR, $LOG_FILE) = separate_path($OutputLogPath{$LibVersion});
22431 $LOG_PATH{$LibVersion} = join_P(get_abs_path($LOG_DIR), $LOG_FILE);