Lines Matching refs:gcov_fn_info
68 struct gcov_fn_info { struct
120 struct gcov_fn_info *info = kzalloc(sizeof(*info), GFP_KERNEL); in llvm_gcda_emit_function()
139 struct gcov_fn_info *info = list_last_entry(¤t_info->functions, in llvm_gcda_emit_arcs()
140 struct gcov_fn_info, head); in llvm_gcda_emit_arcs()
236 struct gcov_fn_info *fn; in gcov_info_reset()
252 struct gcov_fn_info *fn_ptr1 = list_first_entry_or_null( in gcov_info_is_compatible()
253 &info1->functions, struct gcov_fn_info, head); in gcov_info_is_compatible()
254 struct gcov_fn_info *fn_ptr2 = list_first_entry_or_null( in gcov_info_is_compatible()
255 &info2->functions, struct gcov_fn_info, head); in gcov_info_is_compatible()
286 struct gcov_fn_info *dfn_ptr; in gcov_info_add()
287 struct gcov_fn_info *sfn_ptr = list_first_entry_or_null(&src->functions, in gcov_info_add()
288 struct gcov_fn_info, head); in gcov_info_add()
298 static struct gcov_fn_info *gcov_fn_info_dup(struct gcov_fn_info *fn) in gcov_fn_info_dup()
301 struct gcov_fn_info *fn_dup = kmemdup(fn, sizeof(*fn), in gcov_fn_info_dup()
335 struct gcov_fn_info *fn; in gcov_info_dup()
347 struct gcov_fn_info *fn_dup = gcov_fn_info_dup(fn); in gcov_info_dup()
367 struct gcov_fn_info *fn, *tmp; in gcov_info_free()
453 struct gcov_fn_info *fi_ptr; in convert_to_gcda()