Function report |
Source Code:kernel\events\core.c |
Create Date:2022-07-28 13:34:45 |
Last Modify:2022-05-20 07:50:19 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Remove user event from the owner task.
Proto:static void perf_remove_from_owner(struct perf_event *event)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct perf_event * | event |
4669 | If owner Then |
4675 | get_task_struct(owner) |
4679 | If owner Then |
4696 | If owner Then |
4698 | smp_store_release( & owner, NULL) |
4701 | put_task_struct(owner) |
Name | Describe |
---|---|
perf_event_release_kernel | Kill an event dead; while event:refcount will preserve the event* object, it will not preserve its functionality. Once the last 'user'* gives up the object, we'll destroy the thing. |
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 |