Home
last modified time | relevance | path

Searched refs:gcov_info (Results 1 – 6 of 6) 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.c42 static struct gcov_info *gcov_info_head;
70 * array in gcov_info. The key is used to detect which of a set of
71 * comdat functions was selected -- it points to the gcov_info object
75 const struct gcov_info *key;
83 * struct gcov_info - profiling data per object file
96 struct gcov_info { argument
98 struct gcov_info *next;
114 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename()
123 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version()
132 * Returns next gcov_info followin
94 struct gcov_info { global() struct
112 functionsgcov_info gcov_info_filename() argument
[all...]
H A Dclang.c57 struct gcov_info { struct
78 static struct gcov_info *current_info; argument
84 struct gcov_info *info = kzalloc(sizeof(*info), GFP_KERNEL); in llvm_gcov_init()
152 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename()
161 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version()
170 * Returns next gcov_info following @info or first gcov_info in the chain if
173 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next()
177 struct gcov_info, hea in gcov_info_next()
[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()