Home
last modified time | relevance | path

Searched refs:samples_count (Results 1 – 8 of 8) sorted by relevance

/external/oprofile/libpp/
Dprofile_container.h118 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,
Ddiff_container.cpp110 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
Dprofile_container.cpp220 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
Ddiff_container.h34 count_array_t const samples_count() const;
Dcallgraph_container.h127 count_array_t samples_count() const;
Dformat_output.cpp440 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()
Dcallgraph_container.cpp413 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/
Dopannotate.cpp189 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 …]