Searched refs:count_array_t (Results 1 – 18 of 18) sorted by relevance
/external/oprofile/libpp/ |
D | sample_container.cpp | 25 count_array_t add_counts(count_array_t const & counts, in add_counts() 28 count_array_t temp(counts); in add_counts() 80 count_array_t 96 return accumulate(it1, it2, count_array_t(), add_counts); in accumulate_samples() 112 count_array_t 128 return accumulate(itp.first, itp.second, count_array_t(), add_counts); in accumulate_samples()
|
D | symbol.h | 30 typedef sparse_array<u32, count_type> count_array_t; typedef 57 count_array_t counts; 113 count_array_t total_caller_count; 118 count_array_t total_callee_count; 142 bool has_sample_counts(count_array_t const & counts, size_t lo, size_t hi);
|
D | callgraph_container.h | 53 count_array_t const & arc_count); 62 void process(count_array_t total, double threshold, 75 typedef std::map<symbol_entry, count_array_t, less_symbol> children; 127 count_array_t samples_count() const; 162 count_array_t total_count;
|
D | diff_container.h | 34 count_array_t const samples_count() const; 44 count_array_t total1; 47 count_array_t total2;
|
D | profile_container.h | 118 count_array_t samples_count() const; 122 count_array_t samples_count(debug_name_id filename_id) const; 125 count_array_t samples_count(debug_name_id filename, 173 count_array_t total_count;
|
D | sample_container.h | 48 count_array_t accumulate_samples(debug_name_id filename_id) const; 51 count_array_t accumulate_samples(debug_name_id, size_t linenr) const;
|
D | format_output.h | 74 count_array_t total; 76 count_array_t cumulated_samples; 78 count_array_t cumulated_percent; 80 count_array_t cumulated_percent_details;
|
D | diff_container.cpp | 84 symbol_entry const & sym1, count_array_t const & total1, in symbol_diff() 85 symbol_entry const & sym2, count_array_t const & total2, in symbol_diff() 156 count_array_t const diff_container::samples_count() const in samples_count()
|
D | profile_container.cpp | 220 count_array_t counts = samples_count(*it); in select_filename() 247 count_array_t profile_container::samples_count() const in samples_count() 282 count_array_t profile_container::samples_count(debug_name_id filename_id) const in samples_count() 288 count_array_t profile_container::samples_count(debug_name_id filename, in samples_count()
|
D | callgraph_container.cpp | 288 count_array_t const & arc_count) in add() 343 process(count_array_t total, double threshold, in process() 561 count_array_t arc_count; in add() 577 recorder.add(*it, 0, count_array_t()); in add_symbols() 597 count_array_t callgraph_container::samples_count() const in samples_count()
|
D | symbol.cpp | 35 bool has_sample_counts(count_array_t const & counts, size_t lo, size_t hi) in has_sample_counts()
|
D | xml_utils.cpp | 346 get_counts_string(count_array_t const & counts, size_t begin, size_t end) in get_counts_string() 395 xml_utils::output_summary_data(ostream & out, count_array_t const & summary, size_t pclass) in output_summary_data() 422 count_array_t const & get_summary() { return summary; } in get_summary() 425 void add_to_summary(count_array_t const & counts); 437 count_array_t summary; 540 void module_info::add_to_summary(count_array_t const & counts) in add_to_summary()
|
D | xml_utils.h | 49 bool output_summary_data(std::ostream & out, count_array_t const & summary,
|
D | format_output.cpp | 480 c.cumulated_samples = count_array_t(); in output_details() 481 c.cumulated_percent = count_array_t(); in output_details()
|
/external/oprofile/pp/ |
D | opannotate.cpp | 137 string count_str(count_array_t const & count, in count_str() 138 count_array_t const & total) in count_str() 524 count_array_t counts = samples->samples_count(filename, linenr); in source_line_annotation() 547 count_array_t counts; in source_symbol_annotation() 571 count_array_t const & total_file_count) in output_per_file_info() 599 count_array_t count = samples->samples_count(filename); in do_output_one_file()
|
D | opreport.cpp | 44 count_array_t counts; 88 count_array_t counts; 157 count_array_t total_counts;
|
/external/oprofile/ |
D | ChangeLog-2007 | 697 * libutil++/sparse_array.h: represent count_array_t as a sparse
|
D | ChangeLog-2003 | 2167 * pp/opreport.cpp: re write using count_array_t
|