Home
last modified time | relevance | path

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

/linux/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);
51 size_t convert_to_gcda(char *buffer, struct gcov_info *info);
59 void gcov_event(enum gcov_action action, struct gcov_info *info);
67 void gcov_info_reset(struct gcov_info *info);
[all …]
H A Dgcc_4_7.c38 static struct gcov_info *gcov_info_head;
71 const struct gcov_info *key;
92 struct gcov_info { struct
94 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 Dfs.c57 struct gcov_info **loaded_info;
58 struct gcov_info *unloaded_info;
99 struct gcov_info *info;
111 static struct gcov_iterator *gcov_iter_new(struct gcov_info *info) in gcov_iter_new()
144 static struct gcov_info *gcov_iter_get_info(struct gcov_iterator *iter) in gcov_iter_get_info()
255 static struct gcov_info *get_node_info(struct gcov_node *node) in get_node_info()
267 static struct gcov_info *get_accumulated_info(struct gcov_node *node) in get_accumulated_info()
269 struct gcov_info *info; in get_accumulated_info()
293 struct gcov_info *info; in gcov_seq_open()
331 struct gcov_info *info; in gcov_seq_release()
[all …]
H A Dbase.c38 struct gcov_info *info = NULL; in gcov_enable_events()
107 struct gcov_info *info = NULL; in gcov_module_notifier()
108 struct gcov_info *prev = NULL; in gcov_module_notifier()
H A Dgcc_base.c12 void __gcov_init(struct gcov_info *info) in __gcov_init()