函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:trace_kprobe_nhit

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

返回类型:unsigned long

参数:

类型参数名称
struct trace_kprobe *tk
175  nhit等于0
178  遍历可用CPU(cpu)
179  nhit加等于per_cpu_ptr(nhit, cpu)
181  返回:nhit
调用者
名称描述
probes_profile_seq_showProbes profiling interfaces