函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:ftrace_set_clr_event

函数原型:int ftrace_set_clr_event(struct trace_array *tr, char *buf, int set)

返回类型:int

参数:

类型参数名称
struct trace_array *tr
char *buf
intset
793  event等于NULL, sub等于NULL
796  如果非tr则返回:负ENOENT
810  match等于分割字符串
811  如果buf
812  sub等于match
813  event等于buf
814  match = NULL
816  如果非strlen - Find the length of a string*@s: The string to be sized字符串比较恒等于0则sub = NULL
818  如果非strlen - Find the length of a string*@s: The string to be sized字符串比较恒等于0则event = NULL
822  ret等于__ftrace_set_clr_event(tr, match, sub, event, set)
825  如果buf则*buf减1的差等于':'
828  返回:ret
调用者
名称描述
ftrace_event_write
early_enable_events