Function report |
Source Code:kernel\trace\ring_buffer.c |
Create Date:2022-07-28 11:52:52 |
Last Modify:2020-03-17 19:30:04 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:rb_event_data_length
Proto:static unsigned rb_event_data_length(struct ring_buffer_event *event)
Type:unsigned
Parameter:
Type | Parameter | Name |
---|---|---|
struct ring_buffer_event * | event |
165 | If type_len Then length = type_len * RB_ALIGNMENT |
169 | Return length + RB_EVNT_HDR_SIZE |
Name | Describe |
---|---|
rb_event_length | Return the length of the given event. Will return* the length of the time extend if the event is a* time extend. |
rb_event_discard |
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 |