Lines Matching full:profiling

16  *  This code provides functions to handle gcc's profiling data format
66 * struct gcov_fn_info - profiling meta data per function
91 * struct gcov_info - profiling data per object file
115 * @info: profiling data set
125 * @info: profiling data set
134 * gcov_info_next - return next profiling data set
135 * @info: profiling data set
150 * gcov_info_link - link/add profiling data set to the list
151 * @info: profiling data set
161 * gcov_info_unlink - unlink/remove profiling data set from the list
162 * @prev: previous profiling data set
163 * @info: profiling data set
174 /* Symbolic links to be created for each profiling data file. */
204 * gcov_info_reset - reset profiling data to zero
205 * @info: profiling data set
229 * gcov_info_is_compatible - check if profiling data can be added
230 * @info1: first profiling data set
231 * @info2: second profiling data set
233 * Returns non-zero if profiling data can be added, zero otherwise.
242 * gcov_info_add - add up profiling data
243 * @dest: profiling data set to which data is added
244 * @source: profiling data set which is added
246 * Adds profiling counts of @source to @dest.
276 * gcov_info_dup - duplicate profiling data set
277 * @info: profiling data set to duplicate
346 * gcov_info_free - release memory for profiling data set duplicate
347 * @info: profiling data set duplicate to free
384 * @info: associated profiling data
449 * convert_to_gcda - convert profiling data set to gcda file format
451 * @info: profiling data set to be converted
504 * gcov_iter_new - allocate and initialize profiling data iterator
505 * @info: profiling data set to be iterated
536 * gcov_iter_get_info - return profiling data set for given file iterator
547 * gcov_iter_get_info - return profiling data set for given file iterator