HomeSort by relevance Sort by last modified time
    Searched refs:spu_profile (Results 1 - 6 of 6) sorted by null

  /external/oprofile/libop/
op_sample_file.h 33 /* spu_profile=1 says sample file contains Cell BE SPU profile data */
34 u32 spu_profile; member in struct:opd_header
  /external/oprofile/libpp/
populate_for_spu.cpp 29 static int spu_profile = unknown_profile; member in namespace:__anon12768
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)
profile.cpp 67 retval = hdr.spu_profile ? cell_spu_profile: normal_profile;
profile_container.cpp 117 if ((header.spu_profile == cell_spu_profile) &&
  /external/oprofile/daemon/
opd_mangling.c 146 int spu_profile = 0; local
191 spu_profile = 1;
196 spu_profile, sf->embedded_offset,
opd_events.c 169 header->spu_profile = spu_samples;

Completed in 548 milliseconds