#include "symbol.h"#include "locate_images.h"#include <iostream>#include <string>
Go to the source code of this file.
Functions | |
| bool | has_sample_counts (count_array_t const &counts, size_t lo, size_t hi) |
| string const & | get_image_name (image_name_id id, image_name_storage::image_name_type type, extra_images const &extra) |
Symbol containers
Definition in file symbol.cpp.
| string const& get_image_name | ( | image_name_id | id, | |
| image_name_storage::image_name_type | type, | |||
| extra_images const & | extra | |||
| ) |
Definition at line 44 of file symbol.cpp.
References image_name_storage::get_name(), and image_names.
Referenced by format_output::formatter::format_app_name(), format_output::formatter::format_image_name(), format_output::xml_formatter::get_bfd_object(), binary_root_info::summarize_binaries(), and process_root_info::summarize_processes().


| bool has_sample_counts | ( | count_array_t const & | counts, | |
| size_t | lo, | |||
| size_t | hi | |||
| ) |
Definition at line 35 of file symbol.cpp.
Referenced by thread_info::add_modules(), and format_output::xml_formatter::output_symbol_details().

1.6.1