Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/gcov/
H A Dclang.c68 struct gcov_fn_info { struct
135 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(&current_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 …]
H A Dgcc_4_7.c75 struct gcov_fn_info { struct
103 struct gcov_fn_info **functions; argument
300 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()