aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xst_trace2
1 files changed, 1 insertions, 1 deletions
diff --git a/st_trace b/st_trace
index 8eef455..50057eb 100755
--- a/st_trace
+++ b/st_trace
@@ -27,7 +27,7 @@ trap 'on_finish' SIGUSR1
27# Setup up sched_trace tracing. 27# Setup up sched_trace tracing.
28 28
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"
33 33