函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Try to assign a tracer specific option

函数原型:static int set_tracer_option(struct trace_array *tr, char *cmp, int neg)

返回类型:int

参数:

类型参数名称
struct trace_array *tr
char *cmp
intneg
4664  trace等于current_trace
4665  tracer_flags等于flags
4666  struct tracer_opt * opts = NULL
4669 Will appear on the trace_options file 循环
4670  opts等于opts[i]
4672  如果字符串比较恒等于0则返回:__set_tracer_option(tr, flags, opts, neg)
4676  返回:负EINVAL
调用者
名称描述
trace_set_options