• Home
  • Raw
  • Download

Lines Matching full:profiling

3  *  This code exports profiling data as debugfs files to userspace.
37 * @loaded_info: array of pointers to profiling data sets for loaded object
39 * @num_loaded: number of profiling data sets for loaded object files.
40 * @unloaded_info: accumulated copy of profiling data sets for unloaded
70 /* If non-zero, keep copies of profiling data for unloaded modules. */
141 * Return a profiling data set associated with the given node. This is
154 * Return a newly allocated profiling data set which contains the sum of
155 * all profiling data associated with the given node.
175 * open() implementation for gcov data files. Create a copy of the profiling
188 * Read from a profiling data copy to minimize reference tracking in gcov_seq_open()
190 * profiling data sets associated with one node simple. in gcov_seq_open()
253 * Reset all profiling data associated with the specified node.
268 * write() implementation for gcov data files. Reset profiling data for the
522 * write() implementation for reset file. Reset all profiling data to zero
561 * Create a node for a given profiling data set and add it to all lists and
611 * Associate a profiling data set with an existing node. Needs to be called
665 * Return the index of a profiling data set associated with a node.
679 * Save the data of a profiling data set which is being unloaded.
696 * Disassociate a profiling data set from a node. Needs to be called with
725 * Callback to create/remove profiling files when code compiled with
759 * and all profiling files. in gcov_fs_init()
763 * Create reset file which resets all profiling counts when written in gcov_fs_init()