函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Return 1 if name is reserved or already used by another argument

函数原型:static int traceprobe_conflict_field_name(const char *name, struct probe_arg *args, int narg)

返回类型:int

参数:

类型参数名称
const char *name
struct probe_arg *args
intnarg
737 i小于ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(reserved_field_names)循环如果字符串比较恒等于0则
739  返回:1
741 i小于narg循环如果字符串比较恒等于0则
743  返回:1
745  返回:0
调用者
名称描述
traceprobe_parse_probe_arg