Lines Matching refs:ip
59 populate_for_image(profile_container & samples, inverted_profile const & ip,
62 if (is_spu_profile(ip)) {
63 populate_for_spu_image(samples, ip, symbol_filter,
68 bool ok = ip.error == image_ok;
69 op_bfd abfd(ip.image, symbol_filter,
71 if (!ok && ip.error == image_ok)
72 ip.error = image_format_failure;
74 if (ip.error == image_format_failure)
75 report_image_error(ip, false, samples.extra_found_images);
80 for (size_t i = 0; i < ip.groups.size(); ++i) {
82 = ip.groups[i].begin();
84 = ip.groups[i].end();
100 if (found == true && ip.error == image_ok) {
104 ip.image, error, true);