pub fn aggregate_cpu_by_function( cpu_data: &[(String, f64)], ) -> Vec<(String, f64)>
Aggregate CPU data by function name to handle recursive calls properly Returns sorted vector by aggregated CPU percentage (descending)