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;
72 struct gcov_fn_info { struct73 const struct gcov_info *key;74 unsigned int ident;75 unsigned int lineno_checksum;76 unsigned int cfg_checksum;77 struct gcov_ctr_info ctrs[];