HomeSort by relevance Sort by last modified time
    Searched defs:image_name (Results 1 - 11 of 11) sorted by null

  /external/oprofile/libpp/
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
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
callgraph_container.cpp 224 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);
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/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/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/dbus/dbus/
dbus-sysdeps-wince-glue.c 822 wchar_t *image_name = NULL; local
836 image_name = _dbus_win_utf8_to_utf16 (pszImageName, NULL);
837 if (!image_name)
845 if (image_name)
846 dbus_free (image_name);
851 result = CreateProcessW (image_name, cmd_line, NULL, NULL, FALSE,
855 dbus_free (image_name);
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 545 int image_name = GetThemeFrameResource(); local
547 image_name, widget);
561 int image_name = GetThemeFrameResource(); local
564 image_name, widget);
592 int image_name; local
594 image_name = incognito ? IDR_THEME_FRAME_INCOGNITO : IDR_THEME_FRAME;
596 image_name = incognito ? IDR_THEME_FRAME_INCOGNITO_INACTIVE :
600 return image_name;
    [all...]

Completed in 129 milliseconds