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

  /external/oprofile/libpp/
filename_spec.cpp 66 cg_image = parsed.cg_image;
78 if (cg_image.empty())
80 return cg_image != image || cg_image != lib_image;
filename_spec.h 74 std::string cg_image; member in class:filename_spec
parse_filename.h 27 std::string cg_image; member in struct:parsed_filename
parse_filename.cpp 223 result.cg_image = parse_anon(path[i], path[i - 1]);
227 result.cg_image += "/" + path[i];
callgraph_container.cpp 476 extra_found_images.find_image_path(callee_file.cg_image,
479 report_image_error(callee_file.cg_image,
483 op_bfd callee_bfd(callee_file.cg_image,
486 report_image_error(callee_file.cg_image,
arrange_profiles.cpp 532 if (parsed.cg_image.empty()) {

Completed in 50 milliseconds