Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_probe.h Create Date:2022-07-28 12:22:49
Last Modify:2020-03-17 20:12:35 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:update_data_loc

Proto:static inline __attribute__((__always_inline__)) unsigned int update_data_loc(unsigned int loc, int consumed)

Type:unsigned int

Parameter:

TypeParameterName
unsigned intloc
intconsumed
72  maxlen = get_loc_len(loc)
73  offset = get_loc_offs(loc)
75  Return data_loc: data location, compatible with u32 (maxlen - consumed, offset + consumed)