Home
last modified time | relevance | path

Searched refs:gcov_info (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/gcov/
H A Dgcov.h42 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 …]
H A Dgcc_4_7.c43 static struct gcov_info *gcov_info_head;
76 const struct gcov_info *key;
96 struct gcov_info { struct
98 struct gcov_info *next; argument
110 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename() argument
119 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version()
131 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next()
143 void gcov_info_link(struct gcov_info *info) in gcov_info_link()
154 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink()
169 bool gcov_info_within_module(struct gcov_info *info, struct module *mod) in gcov_info_within_module()
[all …]
H A Dclang.c58 struct gcov_info { struct
85 static struct gcov_info *current_info; argument
91 struct gcov_info *info = kzalloc(sizeof(*info), GFP_KERNEL); in llvm_gcov_init()
191 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename()
200 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version()
212 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next()
216 struct gcov_info, head); in gcov_info_next()
226 void gcov_info_link(struct gcov_info *info) in gcov_info_link()
236 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink()
249 bool gcov_info_within_module(struct gcov_info *info, struct module *mod) in gcov_info_within_module()
[all …]
H A Dfs.c56 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 …]
H A Dbase.c38 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()
H A Dgcc_base.c12 void __gcov_init(struct gcov_info *info) in __gcov_init()