Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_probe.c Create Date:2022-07-28 12:43:36
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:trace_probe_match_command_args

Proto:bool trace_probe_match_command_args(struct trace_probe *tp, int argc, const char **argv)

Type:bool

Parameter:

TypeParameterName
struct trace_probe *tp
intargc
const char **argv
1126  If nr_args < argc Then Return false
1129  When i < argc cycle
1130  snprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@size: The size of the buffer, including the trailing null space*@fmt: The format string to use*@
1132  If strcmp(buf, argv[i]) Then Return false
1135  Return true
Caller
NameDescribe
trace_uprobe_match_command_head