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

/external/oprofile/libpp/
H A Dpopulate_for_spu.cpp48 string const app_image,
89 samples.add(profile, *abfd, app_image, ip_grp_num);
120 it->app_image, samples, ip,
47 populate_spu_profile_from_files(list<profile_sample_files> const & files, string const app_image, profile_container & samples, inverted_profile const & ip, string_filter const & symbol_filter, size_t ip_grp_num, bool * has_debug_info) argument
H A Darrange_profiles.h189 std::string app_image; member in struct:image_set
209 * different app_image values, e.g. /bin/bash.
210 * We need to keep track of the app_image values to
H A Darrange_profiles.cpp664 // if we're lib-merging, then the app_image cannot
780 void add_to_group(image_group_set & group, string const & app_image, argument
784 set.app_image = app_image;
H A Dcallgraph_container.cpp427 string const & app_image, size_t pclass,
437 populate(pit->cg_files, app_image,
445 string const & app_image, size_t pclass,
495 merge_lib ? app_image : app_name, pc,
426 populate(list<image_set> const & lset, string const & app_image, size_t pclass, profile_container const & pc, bool debug_info, bool merge_lib) argument
444 populate(list<string> const & cg_files, string const & app_image, size_t pclass, profile_container const & pc, bool debug_info, bool merge_lib) argument

Completed in 63 milliseconds