Searched defs:image_name (Results 1 - 16 of 16) sorted by relevance

/external/oprofile/libop/
H A Dop_mangle.c44 /* 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);
H A Dop_mangle.h39 char const * image_name; member in struct:mangle_values
/external/oprofile/libpp/
H A Dimage_errors.cpp34 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
H A Dprofile_container.h69 /// 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
H A Dsymbol_container.cpp94 symbol_entry const * symbol_container::find_by_vma(string const & image_name, argument
101 image_names.name(it->image_name) == image_name)
H A Dlocate_images.cpp127 string const extra_images::locate_image(string const & image_name, argument
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, argument
166 string const image = locate_image(image_name, error, fixup);
180 return image_name;
[all...]
H A Dsymbol.h68 image_name_id image_name; member in class:symbol_entry
70 /// session did not separate samples for shared libs or if image_name
H A Dprofile_container.cpp77 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 argument
258 return symbols->find_by_vma(image_name, vma);
H A Dcallgraph_container.cpp224 sym.image_name = image;
506 string const image_name = caller_bfd.get_filename(); local
531 image_name_id image_id = image_names.create(image_name);
H A Dformat_output.cpp278 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/libunwind/src/
H A DLos-common.c210 char *image_name = NULL; local
224 image_name = strdup (map->path);
227 return image_name;
/external/oprofile/daemon/liblegacy/
H A Dopd_parse_proc.c32 * @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)) {
43 opd_add_ascii_map(struct opd_proc * proc, char const * line, char * const image_name) argument
[all...]
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist_interceptions.cc137 const char* image_name = reinterpret_cast<const char*>( local
140 for (; i < MAX_PATH && *image_name; ++i, ++image_name)
141 out_name->push_back(*image_name);
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_manager.cc51 const std::string& image_name,
55 source_zip_file.DirName().Append(image_name).value();
50 UnzipImage(const base::FilePath& source_zip_file, const std::string& image_name, scoped_refptr<base::RefCountedString> source_image_file) argument
/external/oprofile/pp/
H A Dopannotate.cpp76 symbol_entry const * find_symbol(string const & image_name, argument
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;
394 do_one_output_objdump(symbol_collection const & symbols, string const & image_name, string const & app_name, bfd_vma start, bfd_vma end) argument
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc1229 void BrowserThemePack::AddFileAtScaleToMap(const std::string& image_name, argument
1233 int id = GetPersistentIDByName(image_name);
1237 id = GetPersistentIDByNameHelper(image_name,

Completed in 8158 milliseconds