Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\tracing_map.c Create Date:2022-07-28 12:07:25
Last Modify:2020-03-17 19:44:05 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:keys_match

Proto:static inline bool keys_match(void *key, void *test_key, unsigned key_size)

Type:bool

Parameter:

TypeParameterName
void *key
void *test_key
unsignedkey_size
504  bool match = true
506  If memcmp(key, test_key, key_size) Then match = false
509  Return match
Caller
NameDescribe
__tracing_map_insert