函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:save_hist_vars

函数原型:static int save_hist_vars(struct hist_trigger_data *hist_data)

返回类型:int

参数:

类型参数名称
struct hist_trigger_data *hist_data
1705  tr等于tr
1708  var_data等于find_hist_vars(hist_data)
1709  如果var_data则返回:0
1712  如果tracing_check_open_get_tr(tr)则返回:负ENODEV
1715  var_data等于分配内存并置零
1716  如果非var_data
1717  race_array_put - Decrement the reference counter for this trace array.* NOTE: Use this when we no longer need the trace array returned by* trace_array_get_by_name(). This ensures the trace array can be later* destroyed.
1718  返回:负ENOMEM
1721  hist_data等于hist_data
1722  添加链表项
1724  返回:0
调用者
名称描述
event_hist_trigger_func