Function report |
Source Code:kernel\events\core.c |
Create Date:2022-07-28 13:32:04 |
Last Modify:2022-05-20 07:50:19 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Insert @event into @groups' tree; using {@event->cpu, ++@groups->index} for* key (see perf_event_groups_less). This places it last inside the CPU* subtree.
Proto:static void perf_event_groups_insert(struct perf_event_groups *groups, struct perf_event *event)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct perf_event_groups * | groups | |
struct perf_event * | event |
1555 | group_index = ++index |
1570 | rb_link_node( & group_node, parent, node) |
1571 | rb_insert_color( & group_node, & tree) |
Name | Describe |
---|---|
add_event_to_groups | Helper function to insert event into the pinned or flexible groups. |
rotate_ctx | Move @event to the tail of the @ctx's elegible events. |
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 |