Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/gcov/
Dgcov.h81 struct gcov_info { struct
83 struct gcov_info *next; argument
98 void gcov_event(enum gcov_action action, struct gcov_info *info); argument
105 struct gcov_iterator *gcov_iter_new(struct gcov_info *info);
110 struct gcov_info *gcov_iter_get_info(struct gcov_iterator *iter);
113 void gcov_info_reset(struct gcov_info *info);
114 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2);
115 void gcov_info_add(struct gcov_info *dest, struct gcov_info *source);
116 struct gcov_info *gcov_info_dup(struct gcov_info *info);
117 void gcov_info_free(struct gcov_info *info);
Dgcc_3_4.c34 static int counter_active(struct gcov_info *info, unsigned int type) in counter_active()
40 static unsigned int num_counter_active(struct gcov_info *info) in num_counter_active()
56 void gcov_info_reset(struct gcov_info *info) in gcov_info_reset()
74 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible()
86 void gcov_info_add(struct gcov_info *dest, struct gcov_info *source) in gcov_info_add()
100 static size_t get_fn_size(struct gcov_info *info) in get_fn_size()
112 static struct gcov_fn_info *get_fn_info(struct gcov_info *info, unsigned int fn) in get_fn_info()
124 struct gcov_info *gcov_info_dup(struct gcov_info *info) in gcov_info_dup()
126 struct gcov_info *dup; in gcov_info_dup()
132 dup = kzalloc(sizeof(struct gcov_info) + in gcov_info_dup()
[all …]
Dfs.c55 struct gcov_info **loaded_info;
56 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()
412 static void init_node(struct gcov_node *node, struct gcov_info *info, in init_node()
[all …]
Dbase.c23 static struct gcov_info *gcov_info_head;
31 void __gcov_init(struct gcov_info *info) in __gcov_init()
94 struct gcov_info *info; in gcov_enable_events()
115 struct gcov_info *info; in gcov_module_notifier()
116 struct gcov_info *prev; in gcov_module_notifier()