Lines Matching refs:gcov_fn_info
67 struct gcov_fn_info { struct
115 struct gcov_fn_info *info = kzalloc(sizeof(*info), GFP_KERNEL); in llvm_gcda_emit_function()
130 struct gcov_fn_info *info = list_last_entry(¤t_info->functions, in llvm_gcda_emit_arcs()
131 struct gcov_fn_info, head); in llvm_gcda_emit_arcs()
227 struct gcov_fn_info *fn; in gcov_info_reset()
243 struct gcov_fn_info *fn_ptr1 = list_first_entry_or_null( in gcov_info_is_compatible()
244 &info1->functions, struct gcov_fn_info, head); in gcov_info_is_compatible()
245 struct gcov_fn_info *fn_ptr2 = list_first_entry_or_null( in gcov_info_is_compatible()
246 &info2->functions, struct gcov_fn_info, head); in gcov_info_is_compatible()
274 struct gcov_fn_info *dfn_ptr; in gcov_info_add()
275 struct gcov_fn_info *sfn_ptr = list_first_entry_or_null(&src->functions, in gcov_info_add()
276 struct gcov_fn_info, head); in gcov_info_add()
288 static struct gcov_fn_info *gcov_fn_info_dup(struct gcov_fn_info *fn) in gcov_fn_info_dup()
291 struct gcov_fn_info *fn_dup = kmemdup(fn, sizeof(*fn), in gcov_fn_info_dup()
318 struct gcov_fn_info *fn; in gcov_info_dup()
330 struct gcov_fn_info *fn_dup = gcov_fn_info_dup(fn); in gcov_info_dup()
350 struct gcov_fn_info *fn, *tmp; in gcov_info_free()
370 struct gcov_fn_info *fi_ptr; in convert_to_gcda()