Lines Matching full:gcov
9 * Based on the gcov-kernel patch by:
18 #define pr_fmt(fmt) "gcov: " fmt
30 #include "gcov.h"
47 * struct gcov_node represents an entity within the gcov/ subdirectory
50 * are needed by the gcov tool to work correctly.
199 * seq_file.start() implementation for gcov data files. Note that the
216 /* seq_file.next() implementation for gcov data files. */
228 /* seq_file.show() implementation for gcov data files. */
285 * open() implementation for gcov data files. Create a copy of the profiling
325 * release() implementation for gcov data files. Release resources allocated
378 * write() implementation for gcov data files. Reset profiling data for the
436 * gcov data file name and link type. Depending on the link type and the
474 * gcov tool expects to find in the same directory as the gcov data file.
554 /* Differentiate between gcov data file nodes and directory nodes. */ in new_node()
868 * /sys/kernel/debug/gcov will be parent for the reset control file in gcov_fs_init()
871 root_node.dentry = debugfs_create_dir("gcov", NULL); in gcov_fs_init()