Displaying 2 results from an estimated 2 matches for "dtrace_quickref".
2007 Apr 04
2
aggregate printing with S10
...datap->db_type,caller] = count();}''
...the output is what I want but not how I want to see it.
What I''d rather see is the function names associated with caller and for db_type to be output in hex.
Looking at the docs online for s10,
http://developers.sun.com/solaris/articles/dtrace_quickref/dtrace_built_in_vars.html
doesn''t appear to have a string equivalent of "caller" and
http://developers.sun.com/solaris/articles/dtrace_quickref/dtrace_functions.html
doesn''t appear to have a way to convert caller to a string :-(
Is any of this available in nevada?
Than...
2008 Dec 01
0
more friendly "dtrace --actions" , "dtrace --aggregations", "dtrace --varib
...all dtrace actions, aggregations and variables is a headache, even worse, they are not include in dtrace(1M) now.
So here is a chance to have a CLI RFE -
to have something like "dtrace --actions", which will list all actions, like this page:
http://developers.sun.com/solaris/articles/dtrace_quickref/dtrace_functions.html
"dtrace --aggregations", lists all aggregation functions
http://developers.sun.com/solaris/articles/dtrace_quickref/dtrace_agg_functions.html
"dtrace --varibles", combines these two pages:
http://developers.sun.com/solaris/articles/dtrace_quickref/dtrace_...