Searched refs:samples_count (Results 1 – 8 of 8) sorted by relevance
/external/oprofile/libpp/ |
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,
|
D | diff_container.cpp | 110 total1(pc1.samples_count()), total2(pc2.samples_count()) in diff_container() 156 count_array_t const diff_container::samples_count() const in samples_count() function in diff_container
|
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() function in profile_container 282 count_array_t profile_container::samples_count(debug_name_id filename_id) const in samples_count() function in profile_container 288 count_array_t profile_container::samples_count(debug_name_id filename, in samples_count() function in profile_container
|
D | diff_container.h | 34 count_array_t const samples_count() const;
|
D | callgraph_container.h | 127 count_array_t samples_count() const;
|
D | format_output.cpp | 440 counts.total = profile.samples_count(); in opreport_formatter() 496 counts.total = profile.samples_count(); in cg_formatter() 554 counts.total = profile.samples_count(); in diff_formatter() 616 counts.total = profile->samples_count(); in xml_formatter() 939 counts.total = callgraph.samples_count(); in xml_cg_formatter()
|
D | callgraph_container.cpp | 413 total_count = pc.samples_count(); in populate() 597 count_array_t callgraph_container::samples_count() const in samples_count() function in callgraph_container
|
/external/oprofile/pp/ |
D | opannotate.cpp | 189 string str = count_str(sample->counts, samples->samples_count()); in asm_list_annotation() 232 str = count_str(prev_sample->counts, samples->samples_count()); in asm_list_annotation() 234 str = count_str(sample->counts, samples->samples_count()); in asm_list_annotation() 266 samples->samples_count()); in symbol_annotation() 272 str += count_str(symbol->sample.counts, samples->samples_count()); in symbol_annotation() 522 count_array_t counts = samples->samples_count(filename, linenr); in source_line_annotation() 524 str += count_str(counts, samples->samples_count()); in source_line_annotation() 553 samples->samples_count()); in source_symbol_annotation() 561 str += "total: " + count_str(counts, samples->samples_count()); in source_symbol_annotation() 576 << count_str(total_file_count, samples->samples_count()) in output_per_file_info() [all …]
|