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:03
Last Modify:2020-03-17 19:44:05 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:racing_map_update_sum - Add a value to a tracing_map_elt's sum field*@elt: The tracing_map_elt*@i: The index of the given sum associated with the tracing_map_elt*@n: The value to add to the sum* Add n to sum i associated with the specified tracing_map_elt

Proto:void tracing_map_update_sum(struct tracing_map_elt *elt, unsigned int i, u64 n)

Type:void

Parameter:

TypeParameterName
struct tracing_map_elt *elt
unsigned inti
u64n
40  atomic64_add(n, & sum)
Caller
NameDescribe
hist_trigger_elt_update