函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:trace_uprobe_show

函数原型:static int trace_uprobe_show(struct seq_file *m, struct dyn_event *ev)

返回类型:int

参数:

类型参数名称
struct seq_file *m
struct dyn_event *ev
727  tu等于to_trace_uprobe(ev)
728  c等于如果is_ret_probe(tu)则'r'否则'p'
731  seq_printf(m, "%c:%s/%s %s:0x%0*lx", c, trace_probe_group_name( & tp), trace_probe_name( & tp), filename, (int)(*的长度 * 2), offset)
735  如果ref_ctr_offsetseq_printf(m, "(0x%lx)", ref_ctr_offset)
738 i小于nr_args循环seq_printf(m, " %s=%s", Name of this argument , Command of this argument )
741  seq_putc(m, '\n')
742  返回:0
调用者
名称描述
probes_seq_show