image_errors.cpp File Reference

#include "image_errors.h"
#include "arrange_profiles.h"
#include "string_manip.h"
#include "locate_images.h"
#include <iostream>
#include <set>
Include dependency graph for image_errors.cpp:

Go to the source code of this file.

Functions

void report_image_error (string const &image, image_error error, bool fatal, extra_images const &extra)
void report_image_error (inverted_profile const &profile, bool fatal, extra_images const &extra)
 output why the image passed can't be read to stderr
void report_image_errors (list< inverted_profile > const &plist, extra_images const &extra)

Detailed Description

Report errors in images

Remarks:
Copyright 2002 OProfile authors
Read the file COPYING
Author:
John Levon

Definition in file image_errors.cpp.


Function Documentation

void report_image_error ( inverted_profile const &  profile,
bool  fatal,
extra_images const &  extra 
)

output why the image passed can't be read to stderr

Definition at line 72 of file image_errors.cpp.

References inverted_profile::error, inverted_profile::image, and report_image_error().

Here is the call graph for this function:

void report_image_error ( string const &  image,
image_error  error,
bool  fatal,
extra_images const &  extra 
)

Definition at line 28 of file image_errors.cpp.

References extra_images::get_archive_path(), image_format_failure, image_multiple_match, image_not_found, image_ok, image_unreadable, and is_prefix().

Referenced by format_output::xml_formatter::get_bfd_object(), populate_for_image(), report_image_error(), and report_image_errors().

Here is the call graph for this function:

Here is the caller graph for this function:

void report_image_errors ( list< inverted_profile > const &  plist,
extra_images const &  extra 
)

Definition at line 79 of file image_errors.cpp.

References report_image_error().

Here is the call graph for this function:


Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1