aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2011-01-26 17:32:04 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2011-01-26 17:32:04 -0500
commit1fca88876999299011a7ef21a3f99ad984276f61 (patch)
tree42a2412eabd49b13e4825f3cd9f78c324c3203d6
parent74a3e04ce86302668a7a4fcf6b450a1fb4ef65c1 (diff)
Monitors additional action event.
-rwxr-xr-xst_trace2
1 files changed, 1 insertions, 1 deletions
diff --git a/st_trace b/st_trace
index 50057eb..b89ce95 100755
--- a/st_trace
+++ b/st_trace
@@ -29,7 +29,7 @@ trap 'on_finish' SIGUSR1
29# works for sparc64 and Intel x86 if all CPUs are online 29# works for sparc64 and Intel x86 if all CPUs are online
30NUM_CPUS=`egrep -c '^processor|online' /proc/cpuinfo` 30NUM_CPUS=`egrep -c '^processor|online' /proc/cpuinfo`
31 31
32ST_IDS="501 502 503 504 505 506 507 508 509" 32ST_IDS="501 502 503 504 505 506 507 508 509 510"
33 33
34TAG=$1 34TAG=$1
35PIDS="" 35PIDS=""