Function report |
Source Code:kernel\trace\trace_uprobe.c |
Create Date:2022-07-28 12:44:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:append_trace_uprobe
Proto:static int append_trace_uprobe(struct trace_uprobe *tu, struct trace_uprobe *to)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_uprobe * | tu | |
struct trace_uprobe * | to |
442 | ret = Return the smallest index of different type argument (start from 1).* If all argument types and name are same, return 0. |
443 | If ret Then |
449 | If trace_uprobe_has_same_uprobe(to, tu) Then |
456 | ret = trace_probe_append( & tp, & tp) |
457 | If Not ret Then dyn_event_add( & devent) |
460 | Return ret |
Name | Describe |
---|---|
register_trace_uprobe | Register a trace_uprobe and probe_event |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |