Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_uprobe.c Create Date:2022-07-28 12:45:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Make a trace interface for controling probe points

Proto:static __init int init_uprobe_trace(void)

Type:int

Parameter:Nothing

1620  ret = dyn_event_register( & trace_uprobe_ops)
1621  If ret Then Return ret
1624  d_tracer = racing_init_dentry - initialize top level trace array* This is called when creating files or directories in the tracing* directory. It is called via fs_initcall() by any of the boot up code
1625  If IS_ERR(d_tracer) Then Return 0
1628  trace_create_file("uprobe_events", 0644, d_tracer, NULL, & uprobe_events_ops)
1631  trace_create_file("uprobe_profile", 0444, d_tracer, NULL, & uprobe_profile_ops)
1633  Return 0