Go to the source code of this file.
Enumerations | |
enum | profile_type { unknown_profile = -1, normal_profile, cell_spu_profile } |
Functions | |
bool | is_spu_profile (inverted_profile const &ip) |
void | populate_for_spu_image (profile_container &samples, inverted_profile const &ip, string_filter const &symbol_filter, bool *has_debug_info) |
Fill up a profile_container from inverted profiles for a Cell BE SPU profile
Definition in file populate_for_spu.h.
enum profile_type |
Definition at line 36 of file populate_for_spu.h.
bool is_spu_profile | ( | inverted_profile const & | ip | ) |
Definition at line 125 of file populate_for_spu.cpp.
References cell_spu_profile, inverted_profile::groups, profile_t::is_spu_sample_file(), and unknown_profile.
Referenced by populate_for_image().
void populate_for_spu_image | ( | profile_container & | samples, | |
inverted_profile const & | ip, | |||
string_filter const & | symbol_filter, | |||
bool * | has_debug_info | |||
) |
Definition at line 106 of file populate_for_spu.cpp.
References inverted_profile::groups.
Referenced by populate_for_image().