函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:racepoint_probe_register - Connect a probe to a tracepoint*@tp: tracepoint*@probe: probe handler*@data: tracepoint data* Returns 0 if ok, error value on error.* Note: if @tp is within a module, the caller is responsible for

函数原型:int tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data)

返回类型:int

参数:

类型参数名称
struct tracepoint *tp
void *probe
void *data
335  返回:racepoint_probe_register_prio - Connect a probe to a tracepoint with priority*@tp: tracepoint*@probe: probe handler*@data: tracepoint data*@prio: priority of this function over other registered functions* Returns 0 if ok, error value on error
调用者
名称描述
trace_event_reg
__bpf_probe_register