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
_______________________________________________
perf-discuss mailing list
perf-discuss@opensolaris.org

Reply via email to