pub fn find_function_names_from_samples(
    sample_results: &SampleResults
) -> Result<(), &'static str>
Expand description

Finds the corresponding function for each instruction pointer and calculates the percentage amount each function occured in the samples