函数逻辑报告 |
Source Code:kernel\events\core.c |
Create Date:2022-07-27 14:49:56 |
Last Modify:2022-05-20 07:50:19 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ask_function_call - call a function on the cpu on which a task runs*@p: the task to evaluate*@func: the function to be called*@info: the function call argument* Calls the function @func when the task is currently running
函数原型:static int task_function_call(struct task_struct *p, remote_function_f func, void *info)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | p | |
remote_function_f | func | |
void * | info |
113 | 循环 |
114 | ret等于smp_call_function_single(task_cpu(p), remote_function, & data, 1) |
119 | 返回:ret |
名称 | 描述 |
---|---|
event_function_call | |
perf_install_in_context | Attach a performance event to a context.* Very similar to event_function_call, see comment there. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |