Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\gcov\fs.c Create Date:2022-07-28 11:31:54
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Create debugfs entries.

Proto:static __init int gcov_fs_init(void)

Type:int

Parameter:Nothing

756  Basic initialization of a new node.
761  dentry = debugfs_create_dir("gcov", NULL)
766  debugfs_create_file("reset", 0600, dentry, NULL, & gcov_reset_fops)
769  gcov_enable_events - enable event reporting through gcov_event()* Turn on reporting of profiling data load/unload-events through the* gcov_event() callback
770  Return 0