Searched refs:sample_entry (Results 1 – 10 of 10) sorted by relevance
/external/oprofile/libpp/ |
D | sample_container.h | 30 typedef std::map<sample_index_t, sample_entry> samples_storage; 45 void insert(symbol_entry const * symbol, sample_entry const &); 54 sample_entry const * find_by_vma(symbol_entry const * symbol, 64 typedef std::multiset<sample_entry const *, less_by_file_loc>
|
D | sample_container.cpp | 26 sample_entry const * s) in add_counts() 67 sample_entry const & sample) in insert() 85 sample_entry lower, upper; in accumulate_samples() 100 sample_entry const * 118 sample_entry sample; in accumulate_samples()
|
D | symbol.h | 50 struct sample_entry { struct 51 sample_entry() : vma(0) {} in sample_entry() function 76 sample_entry sample; argument
|
D | symbol_functors.h | 19 bool operator()(sample_entry const * lhs, in operator() 20 sample_entry const * rhs) const { in operator()
|
D | format_output.h | 27 class sample_entry; variable 86 sample_entry const & s, 92 sample_entry const & sample; 136 sample_entry const & sample, counts_t & c, 282 sample_entry const & sample, size_t count);
|
D | profile_container.h | 28 class sample_entry; variable 81 sample_entry const * find_sample(symbol_entry const * symbol,
|
D | profile_container.cpp | 143 sample_entry sample; in add_samples() 275 sample_entry const *
|
D | format_output.cpp | 369 do_output(ostream & out, symbol_entry const & symb, sample_entry const & sample, in do_output() 898 output_sample_data(ostream & out, sample_entry const & sample, size_t pclass) in output_sample_data()
|
/external/oprofile/pp/ |
D | opannotate.cpp | 171 sample_entry const * sample = NULL; in asm_list_annotation() 227 sample_entry * prev_sample = (sample_entry *)samples-> in asm_list_annotation()
|
/external/oprofile/libregex/tests/ |
D | mangled-name.in | 116 # _Select1st<pair<pair<symbol_entry const *, unsigned long long> const, sample_entry>>
|