Searched refs:spu_profile (Results 1 - 6 of 6) sorted by relevance

/external/oprofile/libop/
H A Dop_sample_file.h33 /* spu_profile=1 says sample file contains Cell BE SPU profile data */
34 u32 spu_profile; member in struct:opd_header
/external/oprofile/libpp/
H A Dpopulate_for_spu.cpp29 static int spu_profile = unknown_profile; member in namespace:__anon7662
129 if (spu_profile != unknown_profile)
130 return spu_profile;
157 spu_profile = profile_t::is_spu_sample_file(sfname);
159 if (spu_profile == cell_spu_profile)
H A Dprofile.cpp67 retval = hdr.spu_profile ? cell_spu_profile: normal_profile;
H A Dprofile_container.cpp117 if ((header.spu_profile == cell_spu_profile) &&
/external/oprofile/daemon/
H A Dopd_mangling.c146 int spu_profile = 0; local
191 spu_profile = 1;
196 spu_profile, sf->embedded_offset,
H A Dopd_events.c169 header->spu_profile = spu_samples;

Completed in 93 milliseconds