Function report |
Source Code:kernel\events\core.c |
Create Date:2022-07-28 13:31:39 |
Last Modify:2022-05-20 07:50:19 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:perf_event_set_state
Proto:static void perf_event_set_state(struct perf_event *event, enum perf_event_state state)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct perf_event * | event | |
enum perf_event_state | state |
662 | If state < 0 ^ state < 0 Then perf_event_update_sibling_time(event) |
665 | WRITE_ONCE(state, state) |
Name | Describe |
---|---|
list_del_event | Remove an event from the lists for its context.* Must be called with ctx->mutex and ctx->lock held. |
perf_put_aux_event | |
event_sched_out | |
__perf_event_disable | Cross CPU call to disable a performance event |
event_sched_in | |
__perf_event_enable | Cross CPU call to enable a performance event |
pinned_sched_in | |
event_enable_on_exec | |
perf_event_exit_event |
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 |