函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Probes profiling interfaces

函数原型:static int probes_profile_seq_show(struct seq_file *m, void *v)

返回类型:int

参数:

类型参数名称
struct seq_file *m
void *v
992  ev等于v
995  如果非is_trace_kprobe(ev)则返回:0
998  tk等于to_trace_kprobe(ev)
999  seq_printf(m, " %-44s %15lu %15lu\n", trace_probe_name( & tp), trace_kprobe_nhit(tk), count the number of times this probe was temporarily disarmed )
1004  返回:0