010 8:08 PM
To: Jianhua Yang
Cc: perf-discuss@opensolaris.org
Subject: Re: [perf-discuss] pid$target: Not enough space
On Tue, May 04, 2010 at 03:23:09PM -0700, Jianhua Yang wrote:
> I wanted to find out what the single threaded process was doing with dtrace
> but it returned with "
On Tue, May 04, 2010 at 03:23:09PM -0700, 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 p
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);}