函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:find_file_var

函数原型:static struct hist_field *find_file_var(struct trace_event_file *file, const char *var_name)

返回类型:struct hist_field

参数:

类型参数名称
struct trace_event_file *file
const char *var_name
1828  lockdep_assert_held( & event_mutex)
1831  如果trigger_type恒等于ETT_EVENT_HIST
1832  test_data等于private_data
1833  hist_field等于find_var_field(test_data, var_name)
1834  如果hist_field则返回:hist_field
1839  返回:NULL
调用者
名称描述
find_match_var
find_event_var