associate vma address with a file location and a samples count More...
#include <symbol.h>

Public Member Functions | |
| sample_entry () | |
Public Attributes | |
| file_location | file_loc |
| From where file location comes the samples. | |
| bfd_vma | vma |
| From where virtual memory address comes the samples. | |
| count_array_t | counts |
| the samples count | |
associate vma address with a file location and a samples count
| sample_entry::sample_entry | ( | ) | [inline] |
the samples count
Referenced by format_output::formatter::format_cumulated_percent(), format_output::formatter::format_cumulated_percent_details(), format_output::formatter::format_nr_cumulated_samples(), format_output::formatter::format_nr_samples(), format_output::formatter::format_percent(), format_output::formatter::format_percent_details(), symbol_container::insert(), sample_container::insert(), format_output::xml_formatter::output_symbol_details(), and arc_recorder::process().
From where file location comes the samples.
Referenced by sample_container::accumulate_samples(), symbol_container::find(), format_output::formatter::format_linenr_info(), less_by_file_loc::operator()(), and format_output::xml_formatter::output_symbol_details().
| bfd_vma sample_entry::vma |
From where virtual memory address comes the samples.
Referenced by format_output::formatter::format_vma(), sample_container::insert(), less_symbol::operator()(), and symbol_entry::output_hint().
1.6.1