aboutsummaryrefslogtreecommitdiffstats
path: root/st_trace
diff options
context:
space:
mode:
Diffstat (limited to 'st_trace')
-rwxr-xr-xst_trace4
1 files changed, 3 insertions, 1 deletions
diff --git a/st_trace b/st_trace
index 64bc3dd..49d2c05 100755
--- a/st_trace
+++ b/st_trace
@@ -66,7 +66,9 @@ NUM_CPUS=`egrep -c '^processor|online' /proc/cpuinfo`
66# 508 - sched_trace_task_resume 66# 508 - sched_trace_task_resume
67# 509 - sched_trace_action 67# 509 - sched_trace_action
68# 510 - sched_trace_sys_release 68# 510 - sched_trace_sys_release
69ST_IDS="501 502 503 504 505 506 507 508 509 510" 69# 511 - sched_trace_enact_mode
70# 512 - sched_trace_request_mode
71ST_IDS="501 502 503 504 505 506 507 508 509 510 511 512"
70 72
71TAG=$1 73TAG=$1
72PIDS="" 74PIDS=""