函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_probe.c Create Date:2022-07-27 13:54:56
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:trace_probe_match_command_args

函数原型:bool trace_probe_match_command_args(struct trace_probe *tp, int argc, const char **argv)

返回类型:bool

参数:

类型参数名称
struct trace_probe *tp
intargc
const char **argv
1126  如果nr_args小于argc则返回:false
1129 i小于argc循环
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  如果字符串比较则返回:false
1135  返回:true
调用者
名称描述
trace_uprobe_match_command_head
trace_kprobe_match_command_head