函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\tracing_map.c Create Date:2022-07-27 13:13:46
Last Modify:2020-03-17 19:44:05 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:racing_map_add_var - Add a field describing a tracing_map var*@map: The tracing_map* Add a var to the map and return the index identifying it in the map* and associated tracing_map_elts

函数原型:int tracing_map_add_var(struct tracing_map *map)

返回类型:int

参数:

类型参数名称
struct tracing_map *map
245  ret等于负EINVAL
247  如果n_vars小于TRACING_MAP_VARS_MAXret等于n_vars自加
250  返回:ret
调用者
名称描述
create_var
create_tracing_map_fields