Home
last modified time | relevance | path

Searched defs: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
69 struct list_head head;
71 u32 ident;
72 u32 checksum;
74 u8 use_extra_checksum;
76 u32 cfg_checksum;
78 u32 num_counters;
79 u64 *counters;
81 const char *function_name;
H A Dgcc_4_7.c75 struct gcov_fn_info { struct
76 const struct gcov_info *key;
77 unsigned int ident;
78 unsigned int lineno_checksum;
79 unsigned int cfg_checksum;
103 struct gcov_fn_info **functions; argument