When fetching pprof for PGO purposes via SelectMergeProfile, an option can be passed to aggregate callees:
  
  
    
        
          |  | bool aggregate_callees = 2; | 
    
   
 
The way this is implemented right now relies on the aggregation happening during profile merges, however we could have cases where profiles are returned as they are (without merging). See if we can implement this in an alternative way.
Related to #4421