Searched defs:gcov_fn_info (Results 1 – 2 of 2) sorted by relevance
67 struct gcov_fn_info { struct68 struct list_head head;70 u32 ident;71 u32 checksum;72 u32 cfg_checksum;74 u32 num_counters;75 u64 *counters;
74 struct gcov_fn_info { struct75 const struct gcov_info *key;76 unsigned int ident;77 unsigned int lineno_checksum;78 unsigned int cfg_checksum;79 struct gcov_ctr_info ctrs[];