#include "profile.h"
#include "profile_container.h"
#include "arrange_profiles.h"
#include "op_bfd.h"
#include "op_header.h"
#include "populate.h"
#include "populate_for_spu.h"
#include "image_errors.h"
#include <iostream>
Go to the source code of this file.
Functions | |
void | populate_for_image (profile_container &samples, inverted_profile const &ip, string_filter const &symbol_filter, bool *has_debug_info) |
Load all sample file information for exactly one binary image. |
Fill up a profile_container from inverted profiles
Modified by Maynard Johnson <maynardj@us.ibm.com> (C) Copyright IBM Corporation 2007
Definition in file populate.cpp.
void populate_for_image | ( | profile_container & | samples, | |
inverted_profile const & | ip, | |||
string_filter const & | symbol_filter, | |||
bool * | has_debug_info | |||
) |
Load all sample file information for exactly one binary image.
Definition at line 59 of file populate.cpp.
References profile_container::add(), check_mtime(), error(), inverted_profile::error, profile_container::extra_found_images, filename, extra_images::find_image_path(), profile_t::get_header(), inverted_profile::groups, op_bfd::has_debug_info(), inverted_profile::image, image_format_failure, image_ok, is_spu_profile(), populate_for_spu_image(), and report_image_error().