Check out slides 17 and 18 of DTrace Tips, which you can find
here;
http://blogs.sun.com/bmc/entry/dtrace_tips_tricks_and_gotchas
On May 4, 2010, at 6:23 PM, Jianhua Yang wrote:
> I wanted to find out what the single threaded process was doing with dtrace
but it returned with "Not enough space"error:
>
> # dtrace -ln ''pid$target:::entry,pid$target:::return
{trace(timestamp);}'' -p 25050
> dtrace: invalid probe specifier pid$target:::entry,pid$target:::return
{trace(timestamp);}: failed to create return probe for
''kdstf1011000km'': Not enough space
>
> questions are:
> what does "Not enough space" means ?
> how to avoid such errors ?
>
> Thanks for your help !
>
> Jianhua Yang,
> --
> This message posted from opensolaris.org
> _______________________________________________
> dtrace-discuss mailing list
> dtrace-discuss at opensolaris.org