Function report |
Source Code:kernel\trace\trace_kprobe.c |
Create Date:2022-07-28 12:39:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:find_trace_kprobe
Proto:static struct trace_kprobe *find_trace_kprobe(const char *event, const char *group)
Type:struct trace_kprobe
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | event | |
const char * | group |
310 | r_each_trace_kprobe - iterate over the trace_kprobe list*@pos: the struct trace_kprobe * for each entry*@dpos: the struct dyn_event * to use as a loop cursor(tk, pos) |
311 | If strcmp(trace_probe_name( & tp), event) == 0 && strcmp(trace_probe_group_name( & tp), group) == 0 Then Return tk |
314 | Return NULL |
Name | Describe |
---|---|
register_trace_kprobe | Register a trace_probe 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 |