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

Name:tracing_map_elt_clear

Proto:static void tracing_map_elt_clear(struct tracing_map_elt *elt)

Type:void

Parameter:

TypeParameterName
struct tracing_map_elt *elt
359  When i < n_fields cycle If cmp_fn == tracing_map_cmp_atomic64 Then
361  atomic64_set( & sum, 0)
363  When i < n_vars cycle
364  atomic64_set( & vars[i], 0)
365  var_set[i] = false
368  If ops && elt_clear Then elt_clear(elt)
Caller
NameDescribe
tracing_map_elt_init_fields
tracing_map_clearracing_map_clear - Clear a tracing_map*@map: The tracing_map to clear* Resets the tracing map to a cleared or initial state