函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:trace_alloc_entry

函数原型:static void *trace_alloc_entry(struct trace_event_call *call, int *size)

返回类型:void

参数:

类型参数名称
struct trace_event_call *call
int *size
155  entry_size等于trace_get_entry_size(call)
158  void * entry = NULL
161  entry等于分配内存并置零
162  如果非entry则返回:NULL
165  head等于trace_get_fields(call)
167  如果非is_string_field(field)则继续下一循环
169  如果filter_type恒等于FILTER_STATIC_STRING则继续下一循环
171  如果filter_type恒等于FILTER_DYN_STRING
173  str_loc等于entry_size按位与0xffff
175  str_item等于entryoffset
176  str_item等于str_loc
177  否则
180  paddr等于entryoffset
181  paddr等于""
185  size等于entry_size加1
186  返回:entry
调用者
名称描述
parse_entryCaller is responsible to free the *pentry.