Home
last modified time | relevance | path

Searched refs:gcov_fn_info (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/kernel/gcov/
Dclang.c67 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(&current_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()
[all …]
Dgcc_4_7.c72 struct gcov_fn_info { struct
105 struct gcov_fn_info **functions;
302 sizeof(struct gcov_fn_info *), GFP_KERNEL); in gcov_info_dup()
307 fi_size = sizeof(struct gcov_fn_info); in gcov_info_dup()
386 struct gcov_fn_info *fi_ptr; in convert_to_gcda()