Searched defs:app_map (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/pp/
H A Dopreport.cpp165 app_map_t app_map; local
174 app_map_t::iterator ait = app_map.find(it->image);
175 if (ait == app_map.end()) {
179 app_map[app.image] = app;
187 app_map_t::const_iterator it = app_map.begin();
188 app_map_t::const_iterator const end = app_map.end();
/external/oprofile/libpp/
H A Darrange_profiles.cpp794 get_iprofile(app_map_t & app_map, string const & image, size_t nr_classes) argument
796 app_map_t::iterator ait = app_map.find(image);
797 if (ait != app_map.end())
803 app_map[image] = ip;
804 return app_map[image];
810 verify_and_fill(app_map_t & app_map, list<inverted_profile> & plist, argument
813 app_map_t::iterator it = app_map.begin();
814 app_map_t::iterator const end = app_map.end();
829 app_map_t app_map; local
844 inverted_profile & ip = get_iprofile(app_map,
[all...]

Completed in 151 milliseconds