Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kallsyms.c Create Date:2022-07-28 11:00:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:get_ksymbol_bpf

Proto:static int get_ksymbol_bpf(struct kallsym_iter *iter)

Type:int

Parameter:

TypeParameterName
struct kallsym_iter *iter
500  Copy a NUL terminated string into a sized buffer
501  exported = 0
502  Return If bpf_get_kallsym(pos - pos_ftrace_mod_end, & value, & type, name) < 0 Then 0 Else 1
Caller
NameDescribe
update_iter_modThe end position (last + 1) of each additional kallsyms section is recorded* in iter->pos_..._end as each section is added, and so can be used to* determine which get_ksymbol_...() function to call next.