Home
last modified time | relevance | path

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

/linux-5.10/kernel/gcov/
Dclang.c68 struct gcov_fn_info { struct
69 struct list_head head;
71 u32 ident;
72 u32 checksum;
73 u8 use_extra_checksum;
74 u32 cfg_checksum;
76 u32 num_counters;
77 u64 *counters;
78 const char *function_name;
Dgcc_4_7.c68 struct gcov_fn_info { struct
69 const struct gcov_info *key;
70 unsigned int ident;
71 unsigned int lineno_checksum;
72 unsigned int cfg_checksum;
96 struct gcov_fn_info **functions; argument