Function report |
Source Code:kernel\trace\trace_uprobe.c |
Create Date:2022-07-28 12:44:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:find_probe_event
Proto:static struct trace_uprobe *find_probe_event(const char *event, const char *group)
Type:struct trace_uprobe
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | event | |
const char * | group |
380 | r_each_trace_uprobe - iterate over the trace_uprobe list*@pos: the struct trace_uprobe * for each entry*@dpos: the struct dyn_event * to use as a loop cursor(tu, pos) |
381 | If strcmp(trace_probe_name( & tp), event) == 0 && strcmp(trace_probe_group_name( & tp), group) == 0 Then Return tu |
385 | Return NULL |
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 |