Lines Matching refs:ID
37 $PROBE /* probe ID $ID */
39 printf("<$ID>");}
47 sched:::tick, sched:::wakeup /* probe ID $(( $ID + 1 )) */
49 printf("<$(( $ID + 1 ))>");}
58 sched:::enqueue /* probe ID $(( $ID + 2 )) */
60 printf("<$(( $ID + 2 ))>");}
65 sched:::change-pri, sched:::lend-pri /* probe ID $(( $ID + 3 )) */
67 printf("<$(( $ID + 3 ))>");}
73 sched:::load-change /* probe ID $(( $ID + 4 )) */
75 printf("<$(( $ID + 4 ))>");}
81 $PROBE /* probe ID $(( $ID + 5 )) */
83 printf("<$(( $ID + 5 ))>");}
92 ID=$(( $ID + 6 ))