Home
last modified time | relevance | path

Searched refs:image_set (Results 1 – 6 of 6) sorted by relevance

/external/oprofile/libpp/
Dpopulate_for_spu.cpp113 list < image_set >::const_iterator it= in populate_for_spu_image()
115 list < image_set >::const_iterator const end in populate_for_spu_image()
136 list<image_set>::const_iterator grp_it in is_spu_profile()
138 list<image_set>::const_iterator const grp_end in is_spu_profile()
Dcallgraph_container.h27 class image_set; variable
149 void populate(std::list<image_set> const & lset,
Dpopulate.cpp81 list<image_set>::const_iterator it in populate_for_image()
83 list<image_set>::const_iterator const end in populate_for_image()
Darrange_profiles.h186 struct image_set { struct
195 typedef std::list<image_set> image_group_set; argument
Dcallgraph_container.cpp426 void callgraph_container::populate(list<image_set> const & lset, in populate()
430 list<image_set>::const_iterator lit; in populate()
431 list<image_set>::const_iterator const lend = lset.end(); in populate()
Darrange_profiles.cpp783 image_set set; in add_to_group()