Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2014 10:33:32 +0600
From:      "Eugene M. Zheganin" <emz@norma.perm.ru>
To:        freebsd-dtrace@freebsd.org
Subject:   ufunc() doesn't work
Message-ID:  <5449D69C.6090009@norma.perm.ru>

next in thread | raw e-mail | index | archive | help
Hi.

I'm new to dtrace and I test various examples while learning, but it
seems to me that I miss something. This example doesn't work on FreeBSD:

dtrace -n 'profile-97/arg1/ { @[ufunc(arg1)] = count(); }'

although it works fine on Solaris. As I understand, ufunc() is some kine
of core function, not the stuff brought by some provider that is
probably missing on FreeBSD. Why doesn't this work ? I use it on FreeBSD
10.0-STABLE r261282.

Thanks.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5449D69C.6090009>