Searched full:scripts_dir (Results 1 – 25 of 60) sorted by relevance
123
6 if [ ! $SCRIPTS_DIR ]; then8 export SCRIPTS_DIR=../../scripts/11 . $SCRIPTS_DIR/setenv.sh14 $SCRIPTS_DIR/run_c_files.sh $profile testpi-017 $SCRIPTS_DIR/run_c_files.sh $profile testpi-121 $SCRIPTS_DIR/run_c_files.sh $profile testpi-225 $SCRIPTS_DIR/run_c_files.sh $profile testpi-430 $SCRIPTS_DIR/run_c_files.sh $profile testpi-531 $SCRIPTS_DIR/run_c_files.sh $profile testpi-632 $SCRIPTS_DIR/run_c_files.sh $profile sbrk_mutex
6 if [ ! $SCRIPTS_DIR ]; then8 export SCRIPTS_DIR=../../scripts/11 source $SCRIPTS_DIR/setenv.sh16 $SCRIPTS_DIR/run_c_files.sh $profile testexecutable117 # $SCRIPTS_DIR/run_c_files.sh $profile testexecutable2
6 if [ ! $SCRIPTS_DIR ]; then8 export SCRIPTS_DIR=../../scripts/11 . $SCRIPTS_DIR/setenv.sh14 $SCRIPTS_DIR/run_c_files.sh $profile gtod_latency17 #$SCRIPTS_DIR/run_c_files.sh $profile gtod_infinite
5 if [ ! $SCRIPTS_DIR ]; then7 export SCRIPTS_DIR=../../scripts/10 source $SCRIPTS_DIR/setenv.sh18 $SCRIPTS_DIR/run_c_files.sh $profile "rdtsc-latency"21 $SCRIPTS_DIR/run_c_files.sh $profile "preempt_timing"
6 if [ ! $SCRIPTS_DIR ]; then8 export SCRIPTS_DIR=../../scripts/11 source $SCRIPTS_DIR/setenv.sh13 $SCRIPTS_DIR/run_c_files.sh $profile "hrtimer-prio"
6 if [ ! $SCRIPTS_DIR ]; then8 export SCRIPTS_DIR=../../scripts/11 . $SCRIPTS_DIR/setenv.sh14 $SCRIPTS_DIR/run_c_files.sh $profile sched_jitter
6 if [ ! $SCRIPTS_DIR ]; then8 export SCRIPTS_DIR=../../scripts/11 . $SCRIPTS_DIR/setenv.sh14 $SCRIPTS_DIR/run_c_files.sh $profile sched_latency
6 if [ ! $SCRIPTS_DIR ]; then8 export SCRIPTS_DIR=../../scripts/11 . $SCRIPTS_DIR/setenv.sh14 $SCRIPTS_DIR/run_c_files.sh $profile pthread_kill_latency
6 if [ ! $SCRIPTS_DIR ]; then8 export SCRIPTS_DIR=../../scripts/11 . $SCRIPTS_DIR/setenv.sh14 $SCRIPTS_DIR/run_c_files.sh $profile matrix_mult
6 if [ ! $SCRIPTS_DIR ]; then8 export SCRIPTS_DIR=../../scripts/11 . $SCRIPTS_DIR/setenv.sh14 $SCRIPTS_DIR/run_c_files.sh $profile pi_perf
6 if [ ! $SCRIPTS_DIR ]; then8 export SCRIPTS_DIR=../../scripts/11 . $SCRIPTS_DIR/setenv.sh14 $SCRIPTS_DIR/run_c_files.sh $profile sched_football
6 if [ ! $SCRIPTS_DIR ]; then8 export SCRIPTS_DIR=../../scripts/11 . $SCRIPTS_DIR/setenv.sh14 $SCRIPTS_DIR/run_c_files.sh $profile tc-2
6 if [ ! $SCRIPTS_DIR ]; then8 export SCRIPTS_DIR=../../scripts/10 . $SCRIPTS_DIR/setenv.sh12 $SCRIPTS_DIR/run_c_files.sh $profile prio-wake
6 if [ ! $SCRIPTS_DIR ]; then8 export SCRIPTS_DIR=../../scripts/10 . $SCRIPTS_DIR/setenv.sh12 $SCRIPTS_DIR/run_c_files.sh $profile rt-migrate
6 if [ ! $SCRIPTS_DIR ]; then8 export SCRIPTS_DIR=../../scripts/11 . $SCRIPTS_DIR/setenv.sh14 $SCRIPTS_DIR/run_c_files.sh $profile prio-preempt
6 if [ ! $SCRIPTS_DIR ]; then8 export SCRIPTS_DIR=../../scripts/11 . $SCRIPTS_DIR/setenv.sh14 $SCRIPTS_DIR/run_c_files.sh $profile async_handler async_handler_jk
6 if [ ! $SCRIPTS_DIR ]; then8 export SCRIPTS_DIR=../../scripts/11 . $SCRIPTS_DIR/setenv.sh14 $SCRIPTS_DIR/run_c_files.sh $profile periodic_cpu_load periodic_cpu_load_single
78 SCRIPTS_DIR=$(readlink -en "${0%/*}")79 ${SCRIPTS_DIR}/common/generate-env.sh | tee ${VM_TEMP_DIR}/crosvm-env.sh80 cp ${SCRIPTS_DIR}/setup-test-env.sh ${VM_TEMP_DIR}/setup-test-env.sh84 echo "export SCRIPTS_DIR=${SCRIPTS_DIR}"103 CROSVM_KERN_ARGS="${CROSVM_KERN_ARGS} init=${SCRIPTS_DIR}/crosvm-init.sh -- ${VSOCK_STDOUT} ${VSOCK…
14 if [ -z "${SCRIPTS_DIR:-}" ]; then15 SCRIPTS_DIR="$(dirname "${0}")"22 source "${SCRIPTS_DIR}/setup-test-env.sh"
3 SCRIPTS_DIR="$(realpath "$(dirname "$0")")"20 done < <(find "$SCRIPTS_DIR" -type f \! -path "./.git/*" -print0)
3 if [ ! $SCRIPTS_DIR ]; then5 export SCRIPTS_DIR=../../scripts/8 source $SCRIPTS_DIR/setenv.sh
7 #export TESTS_DIR=$(readlink -f $SCRIPTS_DIR/..)17 export SCRIPTS_DIR=$TESTS_DIR/scripts
11 . "$SCRIPTS_DIR"/setup-test-env.sh14 …xvfb-run -e results/xvfb.log --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh &&…
33 . "$SCRIPTS_DIR"/setup-test-env.sh40 …xvfb-run -e results/xvfb.log --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh &&…
54 SCRIPTS_DIR=${PA_HOME}/scripts55 BENCHMARKS_DIR=${SCRIPTS_DIR}/benchmarks56 GNUPLOT_SCRIPT=${SCRIPTS_DIR}/plot_memory_usage.gp