Function report |
Source Code:kernel\trace\trace_dynevent.c |
Create Date:2022-07-28 12:42:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dyn_event_release
Proto:int dyn_event_release(int argc, char **argv, struct dyn_event_operations *type)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | argc | |
char ** | argv | |
struct dyn_event_operations * | type |
40 | If argv[0][0] == '-' Then |
44 | Else |
45 | event = strchr - Find the first occurrence of the character c in the string s.*@s: the string to be searched*@c: the character to search for |
48 | event++ |
50 | argc-- |
50 | argv++ |
52 | p = strchr - Find the first occurrence of the character c in the string s.*@s: the string to be searched*@c: the character to search for |
53 | If p Then |
61 | mutex_lock( & event_mutex) |
70 | If ret Then Break |
75 | Return ret |
Name | Describe |
---|---|
create_dyn_event | |
create_or_delete_trace_uprobe | |
create_or_delete_trace_kprobe |
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 |