diff options
Diffstat (limited to 'st_trace')
-rwxr-xr-x | st_trace | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
9 | NUM_CPUS=`egrep -c 'processor|online' /proc/cpuinfo` | 9 | NUM_CPUS=`egrep -c '^processor|online' /proc/cpuinfo` |
10 | 10 | ||
11 | ST_IDS="501 502 503 504 505 506 507 508 509" | 11 | ST_IDS="501 502 503 504 505 506 507 508 509" |
12 | 12 | ||