Searched refs:gcov_fn_info (Results 1 – 3 of 3) sorted by relevance
/kernel/gcov/ |
D | clang.c | 68 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(¤t_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 …]
|
D | gcc_3_4.c | 38 struct gcov_fn_info { struct 79 const struct gcov_fn_info *functions; 232 size = sizeof(struct gcov_fn_info) + num_counter_active(info) * in get_fn_size() 234 if (__alignof__(struct gcov_fn_info) > sizeof(unsigned int)) in get_fn_size() 235 size = ALIGN(size, __alignof__(struct gcov_fn_info)); in get_fn_size() 240 static struct gcov_fn_info *get_fn_info(struct gcov_info *info, unsigned int fn) in get_fn_info() 242 return (struct gcov_fn_info *) in get_fn_info() 358 static struct gcov_fn_info *get_func(struct gcov_iterator *iter) in get_func()
|
D | gcc_4_7.c | 66 struct gcov_fn_info { struct 94 struct gcov_fn_info **functions; argument 291 sizeof(struct gcov_fn_info *), GFP_KERNEL); in gcov_info_dup() 296 fi_size = sizeof(struct gcov_fn_info); in gcov_info_dup() 440 struct gcov_fn_info *fi_ptr; in convert_to_gcda()
|