函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:trace_search_list

函数原型:static int trace_search_list(struct list_head **list)

返回类型:int

参数:

类型参数名称
struct list_head **list
681  last等于__TRACE_LAST_TYPE
683  如果链表为空
684  list等于ftrace_event_list
685  返回:last加1
693  如果type不等于last加1则退出
695  last自加
699  如果last加1大于TRACE_EVENT_TYPE_MAX则返回:0
702  list等于list
703  返回:last加1
调用者
名称描述
register_trace_eventgister_trace_event - register output for an event type*@event: the event type to register* Event types are stored in a hash and this hash is used to* find a way to print an event