When visualizing the Callgrind output, some functions appear on the root level, while being called by other functions in the Callgrind file (they appear as cfn callees in other functions in the Callgrind output).
The example output for Callgrind (download link):

Other visualizations demonstrating the issue:


The expected behavior is to have those methods embedded in the main call graph, not separately, starting from the root level.