函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:trace_probe_get_file_link

函数原型:struct event_file_link *trace_probe_get_file_link(struct trace_probe *tp, struct trace_event_file *file)

返回类型:struct event_file_link

参数:

类型参数名称
struct trace_probe *tp
struct trace_event_file *file
1068  trace_probe_for_each_link(link, tp)
1069  如果file恒等于file则返回:link
1073  返回:NULL
调用者
名称描述
trace_probe_remove_file
disable_trace_kprobeDisable trace_probe* if the file is NULL, disable "perf" handler, or disable "trace" handler.