Function report |
Source Code:fs\exec.c |
Create Date:2022-07-28 20:03:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:These functions flushes out all traces of the currently running executable* so that a new one can be started
Proto:void __set_task_comm(struct task_struct *tsk, const char *buf, bool exec)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | tsk | |
const char * | buf | |
bool | exec |
1245 | trace_task_rename(tsk, buf) |
1247 | task_unlock(tsk) |
1248 | perf_event_comm(tsk, exec) |
Name | Describe |
---|---|
setup_new_exec | |
set_task_comm |
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 |