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

  /external/oprofile/libpp/
filename_spec.cpp 30 : image("*"), lib_image("*")
45 return image == rhs.image && lib_image == rhs.lib_image;
49 if (!rhs.lib_image.empty()) {
51 return rhs.lib_image == binary;
65 lib_image = parsed.lib_image;
79 return image != lib_image;
80 return cg_image != image || cg_image != lib_image;
filename_spec.h 73 std::string lib_image; member in class:filename_spec
parse_filename.h 24 std::string lib_image; member in struct:parsed_filename
56 * filename is split into constituent parts, the lib_image is optional
parse_filename.cpp 192 // is stripped from the lib_image.
193 result.lib_image =
197 result.lib_image = parse_anon(path[i], path[i - 1]);
202 result.lib_image += "/" + path[i];
246 out << data.image << " " << data.lib_image << " "
arrange_profiles.cpp 558 if (psample_filename.lib_image == parsed.lib_image &&
569 if (pcg_filename.lib_image == parsed.lib_image &&
591 if (parsed.image == parsed.lib_image && !merge_by_lib) {
602 if (it->lib_image == parsed.lib_image && !merge_by_lib &&
613 depset.lib_image = parsed.lib_image;
660 if (parsed.lib_image.empty()
    [all...]
profile_spec.cpp 142 lib_image = separate_token(str, ',');
143 fixup_image_spec(lib_image, extra_found_images);
233 string slib_image = fixup_image_spec(spec.lib_image,
256 if (!lib_image.empty()) {
257 glob_filter filter(lib_image, image_exclude);
261 // lib_image empty means match all except if user
276 if (!spec.lib_image.empty() && !filter.match(slib_image))
profile_spec.h 128 std::vector<std::string> lib_image; member in class:profile_spec
arrange_profiles.h 75 std::string lib_image; member in struct:profile_dep_set
callgraph_container.cpp 458 extra_found_images.find_image_path(caller_file.lib_image,
462 report_image_error(caller_file.lib_image,
466 op_bfd caller_bfd(caller_file.lib_image,
469 report_image_error(caller_file.lib_image,
  /external/oprofile/pp/
opreport.cpp 45 string lib_image; member in struct:__anon33079::summary
113 if (sit->lib_image == image)
118 summ.lib_image = image;
140 summary & summ = find_summary(it->lib_image);
311 cout << get_filename(summ.lib_image);

Completed in 333 milliseconds