函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:racing_map_insert - Insert key and/or retrieve val from a tracing_map*@map: The tracing_map to insert into*@key: The key to insert* Inserts a key into a tracing_map and creates and returns a new* tracing_map_elt for it, or if the key has already been

函数原型:struct tracing_map_elt *tracing_map_insert(struct tracing_map *map, void *key)

返回类型:struct tracing_map_elt

参数:

类型参数名称
struct tracing_map *map
void *key
633  返回:__tracing_map_insert(map, key, false)
调用者
名称描述
event_hist_trigger