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_command_head
Proto:static bool trace_uprobe_match_command_head(struct trace_uprobe *tu, int argc, const char **argv)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_uprobe * | tu | |
int | argc | |
const char ** | argv |
290 | If Not argc Then Return true |
307 | argc-- |
307 | argv++ |
309 | Return trace_probe_match_command_args( & tp, argc, argv) |
Name | Describe |
---|---|
trace_uprobe_match |
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 |