Lines Matching full:profiling

16  *  This code exports profiling data as debugfs files to userspace.
117 * Add new profiling data structure to list and inform event in __gcov_init()
127 * These functions may be referenced by gcc-generated profiling code but serve
128 * no function for kernel profiling.
185 * @loaded_info: array of pointers to profiling data sets for loaded object
187 * @num_loaded: number of profiling data sets for loaded object files.
188 * @unloaded_info: accumulated copy of profiling data sets for unloaded
286 * Return a profiling data set associated with the given node. This is
300 * Return a newly allocated profiling data set which contains the sum of
301 * all profiling data associated with the given node.
322 * open() implementation for gcov data files. Create a copy of the profiling
336 * Read from a profiling data copy to minimize reference tracking in gcov_seq_open()
338 * profiling data sets associated with one node simple. in gcov_seq_open()
403 * Reset all profiling data associated with the specified node.
435 * write() implementation for gcov data files. Reset profiling data for the
701 * Create a node for a given profiling data set and add it to all lists and
752 * Associate a profiling data set with an existing node. Needs to be called
807 * Return the index of a profiling data set associated with a node.
822 * Save the data of a profiling data set which is being unloaded.
840 * Disassociate a profiling data set from a node. Needs to be called with
870 * Callback to create/remove profiling files when code compiled with
902 * Turn on reporting of profiling data load/unload-events through the