Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:trace_kprobe_within_module

Proto:static inline __attribute__((__always_inline__)) bool trace_kprobe_within_module(struct trace_kprobe *tk, struct module *mod)

Type:bool

Parameter:

TypeParameterName
struct trace_kprobe *tk
struct module *mod
110  len = strlen - Find the length of a string*@s: The string to be sized
111  name = trace_kprobe_symbol(tk)
112  Return strncmp( Unique handle for this module , name, len) == 0 && name[len] == ':'
Caller
NameDescribe
trace_kprobe_module_callbackModule notifier call back, checking event on the module