Home
last modified time | relevance | path

Searched refs:image_profile (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/pp/
Dopgprof.cpp287 bool ok = image_profile.error == image_ok; in opgprof()
289 op_bfd abfd(image_profile.image, string_filter(), in opgprof()
291 if (!ok && image_profile.error == image_ok) in opgprof()
292 image_profile.error = image_format_failure; in opgprof()
294 if (image_profile.error != image_ok) { in opgprof()
295 report_image_error(image_profile, true, in opgprof()
302 image_group_set const & groups = image_profile.groups[0]; in opgprof()
305 load_samples(abfd, it->files, image_profile.image, samples); in opgprof()
Dopgprof_options.cpp29 inverted_profile image_profile; variable
78 image_profile = *(iprofiles.begin()); in try_merge_profiles()
Dopgprof_options.h26 extern inverted_profile image_profile;