Oracle® Solaris Studio 12.4: Performance Analyzer

Exit Print View

Updated: January 2015
 
 

callers-callees

Print the callers-callees panel for each of the functions, in the order specified by the function sort metric (sort).

Within each caller-callee report, the callers and callees are sorted by the caller-callee sort metrics (csort). You can limit the number of panels written by using the limit command (see Commands That Control Output). The selected (center) function is marked with an asterisk, as shown in the following example.

Attr.       Name
User CPU  
 sec.      
4.440          commandline
0.            *gpf
4.080          gpf_b
0.360          gpf_a

In this example, gpf is the selected function; it is called by commandline, and it calls gpf_a and gpf_b.