Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\tracing_map.c Create Date:2022-07-28 12:07:29
Last Modify:2020-03-17 19:44:05 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name: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

Proto:struct tracing_map_elt *tracing_map_insert(struct tracing_map *map, void *key)

Type:struct tracing_map_elt

Parameter:

TypeParameterName
struct tracing_map *map
void *key
633  Return __tracing_map_insert(map, key, false)
Caller
NameDescribe
event_hist_trigger