HomeSort by relevance Sort by last modified time
    Searched refs:image_profile (Results 1 - 3 of 3) sorted by null

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

Completed in 1850 milliseconds