Home
last modified time | relevance | path

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

/openbmc/linux/kernel/gcov/
H A Dclang.c67 struct gcov_fn_info { struct
68 struct list_head head;
70 u32 ident;
71 u32 checksum;
72 u32 cfg_checksum;
74 u32 num_counters;
75 u64 *counters;
H A Dgcc_4_7.c74 struct gcov_fn_info { struct
75 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[];