OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spu_profile
(Results
1 - 7
of
7
) 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.h
22
* headers get a flag set indicating "
spu_profile
". This function
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 59 milliseconds