Solaris Dynamic Tracing Guide

return Probes

A return probes fires when the traced function returns or makes a tail call to another function. The value for arg0 is the offset in the function of the return instruction; arg1 holds the return value.


Note –

Using argN returns the raw unfiltered values as type int64_t. The pid provider does not support the args[N] format.