You may want to find callers and callees of a certain method in some cases. For example, when you look at Hot Spots page, and find out that a certain method has relatively large value of invocation count, you may want to find its callers. Note that there can be other places that the same method is called in the call tree.
To analyze callers/callees:
Note: You can further show callers and callees by selecting the context menu Show Callers/Callees.