Searched refs:gcov_ctr_info (Results 1 – 10 of 10) sorted by relevance
80 static struct gcov_ctr_info k_ctrs[GCOV_COUNTERS];155 + GCOV_COUNTERS * sizeof (struct gcov_ctr_info), 1); in tag_function()296 sizeof (struct gcov_ctr_info) * GCOV_COUNTERS, 1); in read_gcda_file()525 topn_to_memory_representation (struct gcov_ctr_info *info) in topn_to_memory_representation()599 struct gcov_ctr_info *ci_ptr1, *ci_ptr2; in gcov_merge()849 const struct gcov_ctr_info *ci_ptr; in gcov_profile_scale()891 const struct gcov_ctr_info *ci_ptr; in gcov_profile_normalize()976 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; in compute_one_gcov()1000 const struct gcov_ctr_info *ci_ptr1 = gfi_ptr1->ctrs; in compute_one_gcov()1001 const struct gcov_ctr_info *ci_ptr2 = gfi_ptr2->ctrs; in compute_one_gcov()[all …]
32 are_all_counters_zero (const struct gcov_ctr_info *ci_ptr) in are_all_counters_zero()287 const struct gcov_ctr_info *ci_ptr; in merge_one_data()418 write_topn_counters (const struct gcov_ctr_info *ci_ptr, in write_topn_counters()515 const struct gcov_ctr_info *ci_ptr; in write_one_data()668 const struct gcov_ctr_info *cinfo in gcov_do_dump()
202 struct gcov_ctr_info struct220 struct gcov_ctr_info ctrs[1]; /* instrumented counters */ argument
102 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; in gcov_clear()
80 static struct gcov_ctr_info k_ctrs[GCOV_COUNTERS];157 + GCOV_COUNTERS * sizeof (struct gcov_ctr_info), 1); in tag_function()297 sizeof (struct gcov_ctr_info) * GCOV_COUNTERS, 1); in read_gcda_file()548 const struct gcov_ctr_info *ci_ptr1, *ci_ptr2; in gcov_merge()792 const struct gcov_ctr_info *ci_ptr; in gcov_profile_scale()834 const struct gcov_ctr_info *ci_ptr; in gcov_profile_normalize()919 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; in compute_one_gcov()943 const struct gcov_ctr_info *ci_ptr1 = gfi_ptr1->ctrs; in compute_one_gcov()944 const struct gcov_ctr_info *ci_ptr2 = gfi_ptr2->ctrs; in compute_one_gcov()993 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; in gcov_info_count_all_cold()
238 const struct gcov_ctr_info *ci = gfi->ctrs; in prune_counters()301 const struct gcov_ctr_info *ci_ptr; in merge_one_data()398 const struct gcov_ctr_info *ci_ptr; in write_one_data()538 const struct gcov_ctr_info *cinfo in gcov_do_dump()
164 struct gcov_ctr_info struct182 struct gcov_ctr_info ctrs[1]; /* instrumented counters */ argument
115 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; in gcov_clear()
23450 gcov_ctr_info, gcov_info): Adjust types.24019 (struct gcov_ctr_info): New field "merge".24023 of gcov_ctr_info type.25519 (struct gcov_ctr_info): New.
4403 (struct gcov_ctr_info): Move definition.4404 (struct gcov_fn_info): Add key field, use gcov_ctr_info for