Searched refs:gcov_info (Results 1 – 7 of 7) sorted by relevance
/kernel/gcov/ |
D | gcov.h | 42 struct gcov_info; 45 const char *gcov_info_filename(struct gcov_info *info); 46 unsigned int gcov_info_version(struct gcov_info *info); 47 struct gcov_info *gcov_info_next(struct gcov_info *info); 48 void gcov_info_link(struct gcov_info *info); 49 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info); 50 bool gcov_info_within_module(struct gcov_info *info, struct module *mod); 58 void gcov_event(enum gcov_action action, struct gcov_info *info); 65 struct gcov_iterator *gcov_iter_new(struct gcov_info *info); 70 struct gcov_info *gcov_iter_get_info(struct gcov_iterator *iter); [all …]
|
D | gcc_3_4.c | 27 static struct gcov_info *gcov_info_head; 73 struct gcov_info { struct 75 struct gcov_info *next; argument 88 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename() argument 97 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version() 109 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next() 121 void gcov_info_link(struct gcov_info *info) in gcov_info_link() 132 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink() 147 bool gcov_info_within_module(struct gcov_info *info, struct module *mod) in gcov_info_within_module() 162 static int counter_active(struct gcov_info *info, unsigned int type) in counter_active() [all …]
|
D | gcc_4_7.c | 34 static struct gcov_info *gcov_info_head; 67 const struct gcov_info *key; 87 struct gcov_info { struct 89 struct gcov_info *next; argument 101 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename() argument 110 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version() 122 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next() 134 void gcov_info_link(struct gcov_info *info) in gcov_info_link() 145 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink() 160 bool gcov_info_within_module(struct gcov_info *info, struct module *mod) in gcov_info_within_module() [all …]
|
D | clang.c | 58 struct gcov_info { struct 81 static struct gcov_info *current_info; argument 87 struct gcov_info *info = kzalloc(sizeof(*info), GFP_KERNEL); in llvm_gcov_init() 161 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename() 170 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version() 182 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next() 186 struct gcov_info, head); in gcov_info_next() 196 void gcov_info_link(struct gcov_info *info) in gcov_info_link() 206 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink() 219 bool gcov_info_within_module(struct gcov_info *info, struct module *mod) in gcov_info_within_module() [all …]
|
D | fs.c | 56 struct gcov_info **loaded_info; 57 struct gcov_info *unloaded_info; 145 static struct gcov_info *get_node_info(struct gcov_node *node) in get_node_info() 157 static struct gcov_info *get_accumulated_info(struct gcov_node *node) in get_accumulated_info() 159 struct gcov_info *info; in get_accumulated_info() 183 struct gcov_info *info; in gcov_seq_open() 221 struct gcov_info *info; in gcov_seq_release() 241 struct gcov_info *info; in get_node_by_name() 276 struct gcov_info *info; in gcov_seq_write() 410 static void init_node(struct gcov_node *node, struct gcov_info *info, in init_node() [all …]
|
D | base.c | 38 struct gcov_info *info = NULL; in gcov_enable_events() 58 struct gcov_info *info = NULL; in gcov_module_notifier() 59 struct gcov_info *prev = NULL; in gcov_module_notifier()
|
D | gcc_base.c | 12 void __gcov_init(struct gcov_info *info) in __gcov_init()
|