Re: DTrace built-in variables

2012-03-09 Thread Dr. Baud
    I'll give it a try, thanks. On Thu, Mar 8, 2012 at 8:27 AM, Dr. Baud drb...@yahoo.com wrote:     Are the build-in variables cpu and curcpu supported in a 8.1-RELEASE DTrace?     Dr. Unfortunately not.  However, you can approximate them with (IIRC) curthread-td_oncpu.

DTrace built-in variables

2012-03-08 Thread Dr. Baud
    Are the build-in variables cpu and curcpu supported in a 8.1-RELEASE DTrace?     Dr. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to

Re: DTrace built-in variables

2012-03-08 Thread Ryan Stone
On Thu, Mar 8, 2012 at 8:27 AM, Dr. Baud drb...@yahoo.com wrote:     Are the build-in variables cpu and curcpu supported in a 8.1-RELEASE DTrace?     Dr. Unfortunately not. However, you can approximate them with (IIRC) curthread-td_oncpu. ___

Re: DTrace built-in variables

2012-03-08 Thread Ryan Stone
On Thu, Mar 8, 2012 at 8:27 AM, Dr. Baud drb...@yahoo.com wrote:     Are the build-in variables cpu and curcpu supported in a 8.1-RELEASE DTrace?     Dr. Unfortunately not. However, you can approximate them with (IIRC) curthread-td_oncpu. ___