Function report |
Source Code:kernel\trace\trace_events_hist.c |
Create Date:2022-07-28 12:29:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:field_has_hist_vars
Proto:static bool field_has_hist_vars(struct hist_field *hist_field, unsigned int level)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct hist_field * | hist_field | |
unsigned int | level |
1668 | If level > 3 Then Return false |
1671 | If Not hist_field Then Return false |
1674 | If flags & HIST_FIELD_FL_VAR || flags & HIST_FIELD_FL_VAR_REF Then Return true |
1678 | When i < HIST_FIELD_OPERANDS_MAX cycle |
1686 | Return false |
Name | Describe |
---|---|
field_has_hist_vars | |
has_hist_vars | |
create_key_field |
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 |