Function report |
Source Code:kernel\trace\trace_kprobe.c |
Create Date:2022-07-28 12:38:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:trace_kprobe_match
Proto:static bool trace_kprobe_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 |
166 | tk = to_trace_kprobe(ev) |
168 | Return strcmp(trace_probe_name( & tp), event) == 0 && ( Not system || strcmp(trace_probe_group_name( & tp), system) == 0 ) && trace_kprobe_match_command_head(tk, 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 |