函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:probe_event_disable

函数原型:static void probe_event_disable(struct trace_event_call *call, struct trace_event_file *file)

返回类型:void

参数:

类型参数名称
struct trace_event_call *call
struct trace_event_file *file
1142  tp等于trace_probe_primary_from_call(call)
1143  如果WARN_ON_ONCE(!tp)则返回
1146  如果非trace_probe_is_enabled(tp)则返回
1149  如果file
1150  如果trace_probe_remove_file(tp, file)小于0则返回
1153  如果trace_probe_is_enabled(tp)则返回
1155  否则trace_probe_clear_flag(tp, TP_FLAG_PROFILE)
1158  __probe_event_disable(tp)
1159  uprobe_buffer_disable()
调用者
名称描述
trace_uprobe_register