aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2016-03-22 15:57:06 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2016-03-22 15:58:40 -0400
commit17fedde91157d9e57a3c98c00c11ca03b0afcc78 (patch)
treed1912720ce2cf066276de3364ff6f078b732c534
parent3bbd0fa79a366c32c526d749504c5fb960c11451 (diff)
use _cpu= tag consistently
-rwxr-xr-xst_trace2
1 files changed, 1 insertions, 1 deletions
diff --git a/st_trace b/st_trace
index 6ddb06c..680772e 100755
--- a/st_trace
+++ b/st_trace
@@ -75,7 +75,7 @@ PIDS=""
75COUNT=0 75COUNT=0
76for x in `seq 0 $(($NUM_CPUS - 1))` 76for x in `seq 0 $(($NUM_CPUS - 1))`
77do 77do
78 TARGET="st-${TAG}-${x}.bin" 78 TARGET="st-${TAG}_cpu=${x}.bin"
79 echo -n "CPU $x: " 79 echo -n "CPU $x: "
80 $FTCAT -p "$DIR/cpu${x}.pid" "$FTDEV$x" $ST_IDS > "$TARGET" & 80 $FTCAT -p "$DIR/cpu${x}.pid" "$FTDEV$x" $ST_IDS > "$TARGET" &
81 PIDS="$PIDS $!" 81 PIDS="$PIDS $!"