Function report |
Source Code:kernel\trace\trace_events_hist.c |
Create Date:2022-07-28 12:33:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:compatible_field
Proto:static bool compatible_field(struct ftrace_event_field *field, struct ftrace_event_field *test_field)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct ftrace_event_field * | field | |
struct ftrace_event_field * | test_field |
5850 | If field == test_field Then Return true |
5852 | If (field == NULL || test_field == NULL) Then Return false |
5863 | Return true |
Name | Describe |
---|---|
hist_trigger_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 |