函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:append_trace_kprobe

函数原型:static int append_trace_kprobe(struct trace_kprobe *tk, struct trace_kprobe *to)

返回类型:int

参数:

类型参数名称
struct trace_kprobe *tk
struct trace_kprobe *to
592  ret等于trace_probe_compare_arg_type( & tp, & tp)
593  如果ret
595  trace_probe_log_set_index(ret + 1)
596  trace_probe_log_err(0, DIFF_ARG_TYPE)
597  返回:负EEXIST
599  如果trace_kprobe_has_same_kprobe(to, tk)则
600  trace_probe_log_set_index(0)
601  trace_probe_log_err(0, SAME_PROBE)
602  返回:负EEXIST
606  ret等于trace_probe_append( & tp, & tp)
607  如果ret则返回:ret
611  ret等于Internal register function - just handle k*probes and flags
612  如果ret恒等于负ENOENT且非trace_kprobe_module_exist(tk)则
613  打印警告信息("This probe might be able to register after target module is loaded. Continue.\n")
614  ret等于0
617  如果rettrace_probe_unlink( & tp)
619  否则dyn_event_add( & devent)
622  返回:ret
调用者
名称描述
register_trace_kprobeRegister a trace_probe and probe_event