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

  /external/oprofile/daemon/
opd_mangling.c 146 int spu_profile = 0; local
191 spu_profile = 1;
196 spu_profile, sf->embedded_offset,
  /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:__anon33055
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)

Completed in 889 milliseconds