函数逻辑报告 |
Source Code:kernel\events\core.c |
Create Date:2022-07-27 15:02:19 |
Last Modify:2022-05-20 07:50:19 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:进程性能调优
函数原型:int perf_event_init_task(struct task_struct *child)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | child |
12361 | memset(perf_event_ctxp, 0, perf_event_ctxp的长度) |
12362 | mutex_init - initialize the mutex*@mutex: the mutex to be initialized* Initialize the mutex to unlocked state.* It is not allowed to initialize an already locked mutex.( & perf_event_mutex) |
12363 | 初始化链表头 |
12367 | 如果ret则 |
12369 | 返回:ret |
12373 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |