Home
last modified time | relevance | path

Searched refs:ctrs (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/gcc-8.0/libgcc/
HDlibgcov-driver.c93 free (buffer->info.ctrs[n_ctr++].values); in free_fn_data()
110 len = sizeof (*fn_buffer) + sizeof (fn_buffer->info.ctrs[0]) * n_ctrs; in buffer_fn_data()
142 fn_buffer->info.ctrs[n_ctrs].num = length; in buffer_fn_data()
143 fn_buffer->info.ctrs[n_ctrs].values = values; in buffer_fn_data()
232 cs_ptr = &(sum->ctrs[t_ix]); in gcov_compute_histogram()
265 ci_ptr = &gfi_ptr->ctrs[ctr_info_ix]; in gcov_compute_histogram()
322 ci_ptr = gfi_ptr->ctrs; in compute_summary()
328 cs_ptr = &(this_prg->ctrs[t_ix]); in compute_summary()
411 if (tmp.ctrs[t_ix].num != this_prg->ctrs[t_ix].num) in merge_one_data()
463 ci_ptr = gfi_ptr->ctrs; in merge_one_data()
[all …]
HDlibgcov-interface.c116 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; in gcov_clear()
HDlibgcov.h184 struct gcov_ctr_info ctrs[1]; /* instrumented counters */ member
/dragonfly/contrib/gcc-4.7/libgcc/
HDlibgcov.c155 free (buffer->info.ctrs[n_ctr++].values); in free_fn_data()
172 len = sizeof (*fn_buffer) + sizeof (fn_buffer->info.ctrs[0]) * n_ctrs; in buffer_fn_data()
204 fn_buffer->info.ctrs[n_ctrs].num = length; in buffer_fn_data()
205 fn_buffer->info.ctrs[n_ctrs].values = values; in buffer_fn_data()
311 ci_ptr = gfi_ptr->ctrs; in gcov_exit()
317 cs_ptr = &this_prg.ctrs[t_ix]; in gcov_exit()
475 if (tmp.ctrs[t_ix].num != this_prg.ctrs[t_ix].num) in gcov_exit()
527 ci_ptr = gfi_ptr->ctrs; in gcov_exit()
575 cs_prg = &prg.ctrs[t_ix]; in gcov_exit()
576 cs_tprg = &this_prg.ctrs[t_ix]; in gcov_exit()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDcoverage.c252 summary.ctrs[ix].runs += sum.ctrs[ix].runs; in read_counts_file()
253 summary.ctrs[ix].sum_all += sum.ctrs[ix].sum_all; in read_counts_file()
254 if (summary.ctrs[ix].run_max < sum.ctrs[ix].run_max) in read_counts_file()
255 summary.ctrs[ix].run_max = sum.ctrs[ix].run_max; in read_counts_file()
256 summary.ctrs[ix].sum_max += sum.ctrs[ix].sum_max; in read_counts_file()
259 memcpy (summary.ctrs[GCOV_COUNTER_ARCS].histogram, in read_counts_file()
260 sum.ctrs[GCOV_COUNTER_ARCS].histogram, in read_counts_file()
263 gcov_histogram_merge (summary.ctrs[GCOV_COUNTER_ARCS].histogram, in read_counts_file()
264 sum.ctrs[GCOV_COUNTER_ARCS].histogram); in read_counts_file()
286 entry->summary = summary.ctrs[elt.ctr]; in read_counts_file()
[all …]
HDgcov-io.c458 csum = &summary->ctrs[GCOV_COUNTER_ARCS]; in gcov_write_summary()
467 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++) in gcov_write_summary()
607 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++) in gcov_read_summary()
HDgcov-io.h356 struct gcov_ctr_summary ctrs[GCOV_COUNTERS_SUMMABLE]; member
HDgcov.c1782 object_runs += summary.ctrs[GCOV_COUNTER_ARCS].runs; in read_count_file()
/dragonfly/contrib/gcc-4.7/gcc/
HDcoverage.c242 summary.ctrs[ix].runs += sum.ctrs[ix].runs; in read_counts_file()
243 summary.ctrs[ix].sum_all += sum.ctrs[ix].sum_all; in read_counts_file()
244 if (summary.ctrs[ix].run_max < sum.ctrs[ix].run_max) in read_counts_file()
245 summary.ctrs[ix].run_max = sum.ctrs[ix].run_max; in read_counts_file()
246 summary.ctrs[ix].sum_max += sum.ctrs[ix].sum_max; in read_counts_file()
269 entry->summary = summary.ctrs[elt.ctr]; in read_counts_file()
298 entry->summary.runs += summary.ctrs[elt.ctr].runs; in read_counts_file()
299 entry->summary.sum_all += summary.ctrs[elt.ctr].sum_all; in read_counts_file()
300 if (entry->summary.run_max < summary.ctrs[elt.ctr].run_max) in read_counts_file()
301 entry->summary.run_max = summary.ctrs[elt.ctr].run_max; in read_counts_file()
[all …]
HDgcov-dump.c460 summary.ctrs[ix].num, summary.ctrs[ix].runs); in tag_summary()
463 (HOST_WIDEST_INT)summary.ctrs[ix].sum_all); in tag_summary()
465 (HOST_WIDEST_INT)summary.ctrs[ix].run_max); in tag_summary()
467 (HOST_WIDEST_INT)summary.ctrs[ix].sum_max); in tag_summary()
HDgcov-io.h406 struct gcov_ctr_summary ctrs[GCOV_COUNTERS_SUMMABLE]; member
432 struct gcov_ctr_info ctrs[0]; /* instrumented counters */ member
HDgcov-io.c376 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++) in gcov_write_summary()
495 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++) in gcov_read_summary()
HDgcov.c1261 object_runs += summary.ctrs[GCOV_COUNTER_ARCS].runs; in read_count_file()