Function report |
Source Code:kernel\events\core.c |
Create Date:2022-07-28 13:33:38 |
Last Modify:2022-05-20 07:50:19 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pinned_sched_in
Proto:static int pinned_sched_in(struct perf_event *event, void *data)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct perf_event * | event | |
void * | data |
3432 | If state <= PERF_EVENT_STATE_OFF Then Return 0 |
3435 | If Not event_filter_match(event) Then Return 0 |
3447 | If state == PERF_EVENT_STATE_INACTIVE Then perf_event_set_state(event, PERF_EVENT_STATE_ERROR) |
3450 | Return 0 |
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 |