函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_kprobe.c Create Date:2022-07-27 13:49:32
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Return 0 if it fails to find the symbol address

函数原型:static inline __attribute__((__always_inline__)) unsigned long trace_kprobe_address(struct trace_kprobe *tk)

返回类型:unsigned long

参数:

类型参数名称
struct trace_kprobe *tk
196  如果symbol name
197  addr等于Lookup the address for this symbol. Returns 0 if not found.
199  如果addraddr加等于 Offset into the symbol
201  否则
202  addr等于 location of the probe point
204  返回:addr
调用者
名称描述
trace_kprobe_error_injectable