/external/oprofile/libpp/ |
symbol_functors.cpp | 17 if (lhs.image_name != rhs.image_name) 18 return lhs.image_name < rhs.image_name;
|
image_errors.cpp | 34 string image_name = extra.get_archive_path() + image; 36 if (reported_images_error.find(image_name) == 38 reported_images_error.insert(image_name); 45 cerr << image_name << ' '; local
|
locate_images.cpp | 127 string const extra_images::locate_image(string const & image_name, 133 string image = op_realpath(archive_path + image_name); 136 return fixup ? image : image_name; 141 return image_name; 150 string image = op_realpath(root_path + image_name); 153 return fixup ? image : image_name; 158 return image_name; 161 string const extra_images::find_image_path(string const & image_name, 166 string const image = locate_image(image_name, error, fixup); 180 return image_name; [all...] |
diff_container.cpp | 30 if (lhs.image_name != rhs.image_name) 31 return lhs.image_name < rhs.image_name; 49 && (image_names.name(sym.image_name) != choice.image_name))
|
symbol.cpp | 23 if (app_name != image_name)
|
symbol_container.h | 55 /// find the symbol with the given image_name vma if any 56 symbol_entry const * find_by_vma(std::string const & image_name,
|
locate_images.h | 60 * @param image_name binary image name 63 * image_name and update error 69 std::string const find_image_path(std::string const & image_name, 86 std::string const locate_image(std::string const & image_name,
|
symbol_container.cpp | 94 symbol_entry const * symbol_container::find_by_vma(string const & image_name, 101 image_names.name(it->image_name) == image_name)
|
profile_container.h | 69 /// Find a symbol from its image_name, vma, return zero if no symbol 71 symbol_entry const * find_symbol(std::string const & image_name, 99 std::string image_name; member in struct:profile_container::symbol_choice
|
profile_container.cpp | 77 string const image_name = abfd.get_filename(); local 113 symb_entry.image_name = image_names.create(image_name); 176 && (image_names.name(it->image_name) != choice.image_name)) 256 profile_container::find_symbol(string const & image_name, bfd_vma vma) const 258 return symbols->find_by_vma(image_name, vma);
|
symbol.h | 68 image_name_id image_name; member in class:symbol_entry 70 /// session did not separate samples for shared libs or if image_name
|
symbol_sort.cpp | 59 return image_compare(lhs.image_name, rhs.image_name);
|
format_output.cpp | 278 return get_image_name(f.symbol.image_name, 662 string const & image_name = get_image_name(symb->image_name, local 676 if (abfd && abfd->get_filename() == image_name) 679 abfd = new op_bfd(image_name, symbol_filter, 685 report_image_error(image_name, image_format_failure, 701 string const image = get_image_name(symb->image_name, 745 string const image = get_image_name(cit->image_name, 863 string const image = get_image_name(symb->image_name, 951 string const & module = get_image_name((cit)->image_name, [all...] |
/external/oprofile/daemon/liblegacy/ |
opd_parse_proc.c | 32 * @param image_name the binary application name 44 char * const image_name) 75 image = opd_get_image(cp, image_name, 0, proc->tid, proc->tgid); 98 char * image_name; local 112 image_name = xmalloc(PATH_MAX); 113 if (!realpath(exe_name, image_name)) 115 strcpy(image_name, exe_name); 117 verbprintf(vmisc, "image name %s for pid %u %u\n", image_name, proc->tid, proc->tgid); 124 opd_add_ascii_map(proc, line, image_name); 134 if (!strcmp(map->image->name, image_name)) { [all...] |
/external/oprofile/libop/ |
op_mangle.c | 44 /* if dep_name != image_name we need to invert them (and so revert them 48 char const * image_name = values->dep_name; local 50 char const * dep_name = values->image_name; 54 + strlen(values->event_name) + 1 + strlen(image_name) + 1; 70 append_image(mangled, values->flags, 0, image_name, anon_name);
|
op_mangle.h | 39 char const * image_name; member in struct:mangle_values
|
/external/skia/tools/skpdiff/ |
skpdiff_server.py | 99 def download_gm_image(image_name, image_path, hash_val): 102 @param image_name The GM file name, for example imageblur_gpu.png. 110 image_match = IMAGE_FILENAME_RE.match(image_name) 131 def set_expected_hash_in_json(expected_results_json, image_name, hash_value): 138 @param image_name The name of the image to set the hash of. 143 if image_name in expected_results: 144 expected_results[image_name][gm_json.JSONKEY_EXPECTEDRESULTS_ALLOWEDDIGESTS][0][1] = hash_value 146 expected_results[image_name] = { 181 - image_name = the GM test name and config 188 device_name, image_name, [all...] |
/external/oprofile/daemon/ |
opd_mangling.c | 42 /* avoid to call find_cookie(), caller can recover using image_name */ 78 values.image_name = sf->kernel->name; 82 values.image_name = mangle_anon(sf->anon); 85 values.image_name = find_cookie(sf->cookie); 90 values.dep_name = values.image_name; 93 if (!values.image_name || !values.dep_name) 122 free((char *)values.image_name); 134 free((char *)values.image_name);
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
pixel.py | 71 image_name = PixelValidator.UrlToImageName(page.display_name) 74 image_name, page.revision, screenshot) 78 PixelValidator.WriteErrorImages(self.options.generated_dir, image_name, 84 image_name = re.sub(r'^(http|https|file)://(/*)', '', url) 85 image_name = re.sub(r'\.\./', '', image_name) 86 image_name = re.sub(r'(\.|/|-)', '_', image_name) 87 return image_name
|
maps.py | 52 image_name = MapsValidator.UrlToImageName(page.display_name) 54 image_name, self.options.build_revision, screenshot) 115 image_name = re.sub(r'^(http|https|file)://(/*)', '', url) 116 image_name = re.sub(r'\.\./', '', image_name) 117 image_name = re.sub(r'(\.|/|-)', '_', image_name) 118 return image_name
|
/external/chromium_org/tools/mac/ |
symbolicate_crash.py | 72 for image_name, addresses in offsets_by_image.items(): 74 if image_name not in self._binary_images or not len(addresses): 77 # Combine the |image_name| and |symbol_path| into the path of the dSYM. 78 dsym_file = self._GetDSymPath(symbol_path, image_name) 85 binary_base = self._binary_images[image_name][0] 91 print 'Error loading symbols for ' + image_name 301 image_name = self._ImageForAddress(frame.address) 302 if image_name in images: 304 frame.image = image_name 313 for image_name, address_range in self._binary_images.items() [all...] |
/external/skia/tools/ |
rebaseline.py | 305 for (image_name, image_results) in results_to_update.iteritems(): 307 (test, config) = self._image_filename_re.match(image_name).groups() 310 skipped_images.append(image_name) 314 skipped_images.append(image_name) 316 if not expected_results.get(image_name): 317 expected_results[image_name] = {} 318 expected_results[image_name]\ 322 expected_results[image_name]\ 326 expected_results[image_name]\ 330 expected_results[image_name]\ [all...] |
find_bad_images_in_skps.py | 124 for image_name in os.listdir(temp_image_dir): 125 image_path = os.path.join(temp_image_dir, image_name) 138 sys.stderr.write('{0} is a repeat.\n'.format(image_name)) 150 suffix = image_name[-3:] 152 returncode, suffix, skp_file, image_name, output)
|
/external/skia/gm/rebaseline_server/ |
results.py | 107 image_name = IMAGE_FILENAME_FORMATTER % (mod['test'], mod['config']) 123 builder_expectations[image_name] = new_expectations 320 for image_name in sorted(results_of_this_type.keys()): 321 actual_image = results_of_this_type[image_name] 329 [builder][gm_json.JSONKEY_EXPECTEDRESULTS][image_name]) 357 'image_name': image_name, 379 (test, config) = IMAGE_FILENAME_RE.match(image_name).groups()
|
/external/oprofile/pp/ |
opannotate.cpp | 76 symbol_entry const * find_symbol(string const & image_name, 86 return samples->find_symbol(image_name, vma); 395 string const & image_name, string const & app_name, 419 args.push_back(image_name); 500 choice.image_name = app_name;
|