Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_events_filter.c Create Date:2022-07-28 12:24:38
Last Modify:2022-05-22 20:19:57 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:gex_match_foo - Basic regex callbacks*@str: the string to be searched*@r: the regex structure containing the pattern string*@len: the length of the string to be searched (including '\0')* Note:* - @str might not be NULL-terminated if it's of type

Proto:static int regex_match_full(char *str, struct regex *r, int len)

Type:int

Parameter:

TypeParameterName
char *str
struct regex *r
intlen
765  If Not len Then Return strcmp(str, pattern) == 0
768  Return strncmp(str, pattern, len) == 0