Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:gcov_persist_setup

Proto:static int __init gcov_persist_setup(char *str)

Type:int

Parameter:

TypeParameterName
char *str
77  If kstrtoul - convert a string to an unsigned long*@s: The start of the string. The string must be null-terminated, and may also* include a single newline before its terminating null. The first character* may also be a plus sign, but not a minus sign. Then
78  pr_warn("invalid gcov_persist parameter '%s'\n", str)
79  Return 0
81  If non-zero, keep copies of profiling data for unloaded modules. = val
82  pr_info("setting gcov_persist to %d\n", If non-zero, keep copies of profiling data for unloaded modules. )
84  Return 1