函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:synth_event_define_fields

函数原型:static int synth_event_define_fields(struct trace_event_call *call)

返回类型:int

参数:

类型参数名称
struct trace_event_call *call
649  offset等于offsetof(typeof(trace), fields)
650  event等于data
654  ret等于0
656 i小于n_fields循环
657  size等于size
658  is_signed等于is_signed
659  type等于type
660  name等于name
661  ret等于trace_define_field(call, type, name, offset, size, is_signed, FILTER_OTHER)
663  如果ret退出
666  如果is_string
669  否则
670  offset加等于sizeof(u64)
671  n_u64自加
675  n_u64等于n_u64
677  返回:ret