Searched defs:extra_images (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/libpp/
H A Dlocate_images.h29 class extra_images { class
31 extra_images();
79 /// return the uid for this extra_images, first valid uid is 1
H A Dlocate_images.cpp24 int extra_images::suid;
26 extra_images::extra_images() function in class:extra_images
33 void extra_images::populate(vector<string> const & paths,
52 void extra_images::populate(vector<string> const & paths,
73 vector<string> const extra_images::find(string const & name) const
75 extra_images::matcher match(name);
81 extra_images::find(extra_images::matcher const & match) const
103 struct module_matcher : public extra_images
[all...]
/external/oprofile/libutil++/
H A Dop_spu_bfd.cpp43 extra_images const & extra_images, bool & ok)
45 archive_path(extra_images.get_archive_path()),
46 extra_found_images(extra_images),
64 extra_images.find_image_path(fname, image_ok, true);
41 op_bfd(uint64_t spu_offset, string const & fname, string_filter const & symbol_filter, extra_images const & extra_images, bool & ok) argument
H A Dop_bfd.cpp101 extra_images const & extra_images, bool & ok)
104 archive_path(extra_images.get_archive_path()),
105 extra_found_images(extra_images),
120 extra_images.find_image_path(filename, img_ok, true);
100 op_bfd(string const & fname, string_filter const & symbol_filter, extra_images const & extra_images, bool & ok) argument

Completed in 269 milliseconds