Searched refs:gcov_fn_info (Results 1 – 2 of 2) sorted by relevance
68 struct gcov_fn_info { struct135 struct gcov_fn_info *info = kzalloc(sizeof(*info), GFP_KERNEL); in llvm_gcda_emit_function()153 struct gcov_fn_info *info = kzalloc(sizeof(*info), GFP_KERNEL); in llvm_gcda_emit_function()169 struct gcov_fn_info *info = list_last_entry(¤t_info->functions, in llvm_gcda_emit_arcs()170 struct gcov_fn_info, head); in llvm_gcda_emit_arcs()266 struct gcov_fn_info *fn; in gcov_info_reset()282 struct gcov_fn_info *fn_ptr1 = list_first_entry_or_null( in gcov_info_is_compatible()283 &info1->functions, struct gcov_fn_info, head); in gcov_info_is_compatible()284 struct gcov_fn_info *fn_ptr2 = list_first_entry_or_null( in gcov_info_is_compatible()285 &info2->functions, struct gcov_fn_info, head); in gcov_info_is_compatible()[all …]
75 struct gcov_fn_info { struct103 struct gcov_fn_info **functions; argument300 sizeof(struct gcov_fn_info *), GFP_KERNEL); in gcov_info_dup()305 fi_size = sizeof(struct gcov_fn_info); in gcov_info_dup()449 struct gcov_fn_info *fi_ptr; in convert_to_gcda()