associate vma address with a file location and a samples count More...
#include <symbol.h>
Public Member Functions | |
sample_entry () | |
Data Fields | |
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
Definition at line 51 of file symbol.h.
the samples count
Definition at line 58 of file symbol.h.
Referenced by profile_container::add_samples(), 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.
Definition at line 54 of file symbol.h.
Referenced by sample_container::accumulate_samples(), profile_container::add_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.
Definition at line 56 of file symbol.h.
Referenced by profile_container::add_samples(), format_output::formatter::format_vma(), sample_container::insert(), less_symbol::operator()(), and symbol_entry::output_hint().