aboutsummaryrefslogtreecommitdiffstats
path: root/st_trace
diff options
context:
space:
mode:
Diffstat (limited to 'st_trace')
-rwxr-xr-xst_trace2
1 files changed, 1 insertions, 1 deletions
diff --git a/st_trace b/st_trace
index 35b6efc..9bf7726 100755
--- a/st_trace
+++ b/st_trace
@@ -6,7 +6,7 @@
6# Setup up sched_trace tracing. 6# Setup up sched_trace tracing.
7 7
8# works for sparc64 and Intel x86 if all CPUs are online 8# works for sparc64 and Intel x86 if all CPUs are online
9NUM_CPUS=`egrep -c 'processor|online' /proc/cpuinfo` 9NUM_CPUS=`egrep -c '^processor|online' /proc/cpuinfo`
10 10
11ST_IDS="501 502 503 504 505 506 507 508 509" 11ST_IDS="501 502 503 504 505 506 507 508 509"
12 12