函数逻辑报告 |
Source Code:fs\exec.c |
Create Date:2022-07-29 10:33:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:These functions flushes out all traces of the currently running executable* so that a new one can be started
函数原型:void __set_task_comm(struct task_struct *tsk, const char *buf, bool exec)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | tsk | |
const char * | buf | |
bool | exec |
1245 | trace_task_rename(tsk, buf) |
1246 | 长字符串复制 |
1247 | task_unlock(tsk) |
1248 | perf_event_comm(tsk, exec) |
名称 | 描述 |
---|---|
setup_new_exec | |
set_task_comm |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |