Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/gcov/
Dclang.c68 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(&current_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()
[all …]
Dgcc_4_7.c68 struct gcov_fn_info { struct
96 struct gcov_fn_info **functions; argument
293 sizeof(struct gcov_fn_info *), GFP_KERNEL); in gcov_info_dup()
298 fi_size = sizeof(struct gcov_fn_info); in gcov_info_dup()
442 struct gcov_fn_info *fi_ptr; in convert_to_gcda()