Function report |
Source Code:kernel\events\core.c |
Create Date:2022-07-28 13:41:20 |
Last Modify:2022-05-20 07:50:19 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:When a child task exits, feed back event values to parent events.* Can be called with cred_guard_mutex held when called from* install_exec_creds().
Proto:void perf_event_exit_task(struct task_struct *child)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | child |
11911 | mutex_lock( & perf_event_mutex) |
11921 | smp_store_release( & owner, NULL) |
11925 | for_each_task_context_nr(ctxn) |
11926 | perf_event_exit_task_context(child, ctxn) |
11934 | perf_event_task(child, NULL, 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 |