Function report |
Source Code:kernel\trace\trace_uprobe.c |
Create Date:2022-07-28 12:44:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:trace_uprobe_match
Proto:static bool trace_uprobe_match(const char *system, const char *event, int argc, const char **argv, struct dyn_event *ev)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | system | |
const char * | event | |
int | argc | |
const char ** | argv | |
struct dyn_event * | ev |
315 | tu = to_trace_uprobe(ev) |
317 | Return strcmp(trace_probe_name( & tp), event) == 0 && ( Not system || strcmp(trace_probe_group_name( & tp), system) == 0 ) && trace_uprobe_match_command_head(tu, argc, argv) |
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 |